Closed
Bug 723422
Opened 11 years ago
Closed 9 years ago
Cannot report some URL which include numeric with full stop
Categories
(Input :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: masayuki, Unassigned)
Details
1. Go to firefox input. 2. Input a URL which includes numeric with full stop such as: http://example.com/10.0/ 3. Try submitting it. The form prints an error, "URLs with IP addresses must contain public IP addresses.". Regression of bug 638559?
Comment 1•11 years ago
|
||
Indeed, it is a regression of bug 638559. Only 10.0 fails, if you change that to 11.0, it works. Fixing it involves tweaking the regular expression in apps/feedback/validators.py line 19.
Works now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•