Open
Bug 1238803
Opened 10 years ago
Can SAFE_URL_REGEXP handle special characters?
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Bugzilla
Creating/Changing Bugs
Tracking
()
NEW
People
(Reporter: altlist, Unassigned)
Details
This is more of an observation as I'm not sure if this can be fixed.
We have other systems that returns a url such as:
http://acme.com/list.cgi?param=abc*
If you enter the above string in URL field, Bugzilla won't auto-create the html link because it is deemed unsafe. Instead, one has to enter the url as:
http://acme.com/list.cgi?param=abc%2A
Problem is that most folks don't have an easy mean to filter the URL
You need to log in
before you can comment on or make changes to this bug.
Description
•