Ticket #2491 (new defect)
ipv6 addresses in url is not parsed correctly when submitting a page change or uploading a file
| Reported by: | marc.blanchet@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | 2.0 |
| Component: | general | Version: | 0.9.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
trac is put on a IPv6-enabled webserver, such as apache. to put an ipv6 address in a URL, RFC3896 states that you need to put the ipv6 address within brackets. example: http://[2001:1:1:1:2:2:2]/trac/project . Accessing the trac pages using ipv6 addresses in url works fine. However, when submitting a page change or when uploading a file, the resulting url sent to the browser after the transaction is completed does not contain anymore the brackets so the browser can not access the resulting page after the submit. However, the transaction worked ok.


