Hi, I am using OL 2.8 with Geoserver 2.0. However, I do not send requests directly to Geoserver due to some security reasons. Instead, OL sends requests to a servlet dispatcher which dispatches the request to Geoserver after some security checking.
Using the HttpDebugger, I found that OL uses a cookie different from document.cookie while sending requests. So when I copy the request string in the address bar, my servlet dispatcher works fine. When OL sends requests, the dispatcher cannot recognize that the request is sent by the same user; thus throws exception. Is there any way to force OL to use document.cookie for sending HttpXMLRequests? Thanks in advance, Majid -- View this message in context: http://n2.nabble.com/Overridden-Cookie-Problem-tp4202992p4202992.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
