Edgewall Software
Modify

Opened 18 years ago

Closed 13 years ago

Last modified 13 years ago

#2491 closed defect (duplicate)

ipv6 addresses in url is not parsed correctly when submitting a page change or uploading a file

Reported by: marc.blanchet@… 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 Christian Boos, 17 years ago

Milestone: 2.0
Priority: normallow

comment:2 by Christian Boos, 14 years ago

Milestone: 2.0unscheduled

Milestone 2.0 deleted

comment:3 by Thijs Triemstra <lists@…>, 14 years ago

Cc: lists@… added

comment:4 by Thijs Triemstra, 13 years ago

Cc: Thijs Triemstra added; lists@… removed

comment:5 by Thijs Triemstra, 13 years ago

Keywords: ipv6 added

in reply to:  description comment:6 by Thijs Triemstra, 13 years ago

Resolution: duplicate
Status: newclosed

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 anonymous, 13 years ago

Milestone: unscheduled

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.