#8904 closed defect (bug) (fixed)
exclamation mark bang do not work in wordpress directory structure
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | low |
Severity: | minor | Version: | 2.7 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
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)
#1
in reply to:
↑ description
@
16 years ago
#2
@
16 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
#4
@
16 years ago
- Component changed from General to Filesystem
- Description modified (diff)
- Owner anonymous deleted
#5
@
16 years ago
- 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
#6
@
16 years ago
- 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.
#8
@
16 years ago
- Keywords has-patch added; needs-patch 2nd-opinion removed
Someone has forgotten to add that char to the whitelist. Thanks for reporting.
see also #3206