Opened 13 years ago

Last modified 13 years ago

#3982 assigned defect

Add proxy and auth support for CONNECTIONTYPE WFS

Reported by: dmorissette Owned by: dmorissette
Priority: normal Milestone: 6.2 release
Component: WFS Client Version: unspecified
Severity: normal Keywords:
Cc: assefa, aboudreault

Description

WFS client layers are missing support for proxy and auth support.

Ticket #571 introduced support for proxy for WMS client layers inmsPrepareWMSLayerRequest(), but the same has not been done for WFS client layers in msPrepareWFSLayerRequest().

BTW, instead of just copying and pasting the proxy and auth code from mapwmslayer.c to mapwfslayer.c, we should really move it to a shared function.

Attachments (1)

ticket3982-lazy.patch (6.5 KB ) - added by dmorissette 13 years ago.
Untested patch - just a lazy copy of the WMS code

Download all attachments as: .zip

Change History (4)

comment:1 by dmorissette, 13 years ago

Status: newassigned

by dmorissette, 13 years ago

Attachment: ticket3982-lazy.patch added

Untested patch - just a lazy copy of the WMS code

comment:2 by dmorissette, 13 years ago

I attached an untested patch which is really just a port of the WMS proxy and auth handling code to mapwfslayer.c.

As I wrote above, the final fix for this should move this code to a generic function that will be called by both the WMS and WFS code.

comment:3 by dmorissette, 13 years ago

Cc: assefa aboudreault added
Note: See TracTickets for help on using tickets.