#42837 closed defect (bug) (fixed)
wp_normalize_path does not take into account stream wrappers
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9.7 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Filesystem API | Keywords: | |
Focuses: | Cc: |
Description
wp_normalize_path
does not take into account stream paths using php stream wrappers. I've attached a patch to fix this.
Attachments (2)
Change History (11)
#1
@
6 years ago
- Component changed from General to Filesystem API
- Keywords has-patch added
- Version changed from trunk to 3.9
#4
@
6 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 42387:
This ticket was mentioned in Slack in #core-media by otto42. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
This would be a good candidate for some unit tests covering the current and new behaviour here.