#8904 closed defect (bug) (fixed)
exclamation mark bang do not work in wordpress directory structure
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.8 |
| Component: | General | Version: | 2.7 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description (last modified by ryan)
Installed with exclamation mark or bang in directory structure, fails when saving new page:
http://localhost/code/!wp-test/<wp-files>
works fine with:
http://localhost/code/wp-test/<wp-files>
tested only with xampp 1.7 on win xp
Please confirm ;) --
Attachments (1)
Change History (11)
comment:1
in reply to:
↑ description
here — 4 years ago
- Summary changed from exlamation mark bang do not work in wordpress directory structure to exclamation mark bang do not work in wordpress directory structure
comment:3
simonwheatley — 4 years ago
Can you explain what you mean by "fails when saving new page", please?
- Component changed from General to Filesystem
- Description modified (diff)
- Owner anonymous deleted
- Keywords needs-patch added; exclamationmark bang directory exclamation mark removed
- Milestone changed from 2.8 to 2.9
moving to 2.9 from lack of patch
- Keywords 2nd-opinion added
Changed Permalink Structure to
/bang!bang!/%year%/%monthnum%/%day%/%postname%/
which runs into errors when WP makes a redirect. seems to me that the redirect function is not properly working. again (?) another esoteric behavior.
In a second test I configured WordPress to be accessible under the following address:
http://example.com/bang!bang!beauty!/
with each redirect, the path is reduced to bangbangbeatuy, the exclamation marks get stripped out.
- Keywords has-patch added; needs-patch 2nd-opinion removed
Someone has forgotten to add that char to the whitelist. Thanks for reporting.
comment:9
markjaquith — 4 years ago
- Resolution set to fixed
- Status changed from new to closed
- Milestone changed from 2.9 to 2.8

see also #3206