#5056 closed defect (bug) (fixed)
Arabic URLs being saves in lowercase while the browser sends them in upper case leading to 404
Reported by: | gametako | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.9 | Priority: | normal |
Severity: | normal | Version: | 1.7 |
Component: | I18N | Keywords: | reporter-feedback commit |
Cc: |
Description
when Arabic slugs are being saved, they get saved in the DB in lowercase which is not according to w3 standards http://stackoverflow.com/questions/10828833/utf-8-urls-must-be-uppercase-or-lowercase
this breaks the site as the browser sends buddypress request for the URLs in uppercase which causes 404 pages
is not the same as
any quick fixes before a full patch is made?
Attachments (1)
Change History (9)
#2
@
11 years ago
Thanks for the report, gametako. We'll need to be able to duplicate this first.
when Arabic slugs are being saved, they get saved in the DB in lowercase which is not according to w3 standards
What slugs are you referring to? Usernames? Group slugs? Both?
this breaks the site as the browser sends buddypress request for the URLs in uppercase which causes 404 pages
Which browser are you using? Is this specific to only a certain browser?
#3
@
11 years ago
- Keywords reporter-feedback added; needs-patch removed
- Severity changed from critical to normal
#4
@
11 years ago
- Milestone changed from Awaiting Review to 1.9
Not a regression, and no feedback for a month. Moving to 1.9, so we can look into what functions are used to save the slugs that are causing problems.
#5
@
11 years ago
01.patch addresses group slug resolution for this UTF8 issue.
This will be fixed when rewrite rules are implemented.
for now, I added
to the bp_core_catchuri.php file