Opened 12 years ago
Closed 12 years ago
#468 closed defect (fixed)
WFS Proxy doesn't work with port
Reported by: | jlacroix | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.6.1 |
Component: | documentation | Version: | |
Keywords: | bis-1.8.0 bis-1.6.1 | Cc: |
Description
When using a port in a WFS Server configuration like:
http://127.0.0.1:8080/cgi-bin/mapserv?map=....
The port is taken into account and the call to the server fails. This needs to be ported back in 1.6
Note:
See TracTickets
for help on using tickets.
In urlAppend we deconstruct and reconstruct the URL to a service. When reconstructing the URL we missed the port number. There's also the user and the password that are not passed, but I'm not sure we really want to write them in the config files so I left them out for now. Fixed in branch-1-6 with r1420 and in trunk with r1421.
Marking as FIXED