Closed
Bug 573105
Opened 14 years ago
Closed 12 years ago
Can't report international (рф) domain names
Categories
(Input :: General, defect)
Input
General
Tracking
(Not tracked)
RESOLVED
FIXED
4.x
People
(Reporter: kbrosnan, Unassigned)
References
()
Details
(Whiteboard: [upstream])
Attachments
(1 file)
314.69 KB,
image/png
|
Details |
http://www.правительство.рф/ is a valid domain. Input throws an error when I try and submit it.
Reporter | ||
Comment 1•14 years ago
|
||
Does not accept the punycode version of the address either http://www.xn--80aealotwbjpid2k.xn--p1ai/
Comment 2•14 years ago
|
||
Sounds like a Django bug.
Comment 3•14 years ago
|
||
Yup, while Django's URLField now supports IDNs, it does not support the ones whose TLDs are longer than "regular". That's bug http://code.djangoproject.com/ticket/12988 over on the Django bugtracker.
Whiteboard: [upstream]
Comment 5•13 years ago
|
||
Looks like the fix has been provided by upstream. What would upgrading involve?
Comment 6•13 years ago
|
||
(In reply to comment #5)
> cc: kbrosnan@mozilla.comLooks like the fix has been provided by upstream.
> What would upgrading involve?
Where upstream? We're using 1.3 now. Is it still happening?
Comment 7•13 years ago
|
||
There was a bug filed for the live version of Input on yesterday.
Comment 8•13 years ago
|
||
I still see it happening on my dev instance. Though the link in comment 3 seems to indicate it's fixed. Uuuhm?
Assignee | ||
Updated•13 years ago
|
Component: Input → General
Product: Webtools → Input
Comment 10•12 years ago
|
||
We just pushed out a rewrite of Input last night which uses Django 1.4.5. I tested this in our stage environment and it works now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•