https://bugzilla.wikimedia.org/show_bug.cgi?id=64884

            Bug ID: 64884
           Summary: mediawiki.Uri does not support IPv6 URIs
           Product: MediaWiki
           Version: 1.23-git
          Hardware: All
                OS: All
            Status: NEW
          Keywords: javascript
          Severity: normal
          Priority: Unprioritized
         Component: JavaScript
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

mediawiki.Uri does not support IPv6 URIs:

>>> var uri = new mw.Uri( 'http://127.0.0.1/' )
undefined
>>> var uri = new mw.Uri( 'http://[::1]/' )
Error: Bad constructor arguments

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to