Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2566 closed enhancement (fixed)

[MapServer] RFC-42 HTTP Cookie Forwarding

Reported by: jlacroix Owned by: sdlime
Priority: normal Milestone:
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc: dmorissette

Description

This is the bug that refer to RFC-42 HTTP Cookie Forwarding:

http://mapserver.gis.umn.edu/development/rfc/ms-rfc-42/

This RFC propose to extend MapServer to forward HTTP Cookies when doing OWS requests.

One method of authentication in distributed server environment is the use of HTTP Cookies. HTTP cookies are used by Web servers to differentiate users and to maintain data related to the user during navigation, possibly across multiple visits and for state information. Technically, cookies are arbitrary pieces of data chosen by the Web server and sent to the browser. The browser returns them unchanged to the server. The enhancement to MapServer would allow the application to forward any HTTP cookie (either from a http or https request for get or post) received from a client to any other server or service that MapServer would request information from.

This would require MapServer to receive and forward any cookies to new services during requests for operations (cascades) such as (but not limited to) WMS requests for: getmaps, getfeatureinfo and WFS requests for GetFeature.

Change History (2)

comment:1 by jlacroix, 16 years ago

Resolution: fixed
Status: newclosed

committed to SVN trunk in r7491

Marking as FIXED

comment:2 by jlacroix, 16 years ago

Cc: dmorissette added

I modified the code to always set the cookie instead of checking if there's the ows_http_cookie metadata set in the mapfile. (r7493)

Note: See TracTickets for help on using tickets.