#2491 closed defect (duplicate)
ipv6 addresses in url is not parsed correctly when submitting a page change or uploading a file
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | general | Version: | 0.9.2 |
Severity: | normal | Keywords: | ipv6 |
Cc: | Thijs Triemstra | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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.
Attachments (0)
Change History (7)
comment:1 by , 18 years ago
Milestone: | → 2.0 |
---|---|
Priority: | normal → low |
comment:2 by , 15 years ago
Milestone: | 2.0 → unscheduled |
---|
comment:3 by , 14 years ago
Cc: | added |
---|
comment:4 by , 14 years ago
Cc: | added; removed |
---|
comment:5 by , 14 years ago
Keywords: | ipv6 added |
---|
comment:6 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Replying to marc.blanchet@…:
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.
When I apply the patch in ticket #5820 this seems to work fine, so I'm marking this as a duplicate.
comment:7 by , 14 years ago
Milestone: | unscheduled |
---|
Milestone 2.0 deleted