Opened 14 years ago
Closed 14 years ago
#16040 closed defect (bug) (maybelater)
Equal sign in URL causes problems on site name change
Reported by: | anonymized_7341632 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch needs-testing close |
Focuses: | Cc: |
Description
Steps to reproduce the problem:
Create a WP site at a url like: http://localhost/~Fede/=test/3.1/
Go here to change the site name: http://localhost/~Fede/=test/3.1/wp-admin/options-general.php
The name will be changed, but you will be redirected to a wrong URL: http://localhost/~Fede/=test%2F3.1%2Fwp-admin%2Foptions-general.php&settings-updated=true
I assume the problem is caused by the = sign, as other websites under http://localhost/~Fede/ don't have the same problem.
I tried it on 3.0.4 and 3.1-RC1
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
16040.patch solved the problem on 3.0.4, 3.1RC1 and 3.1RC2, HOWEVER: