[mapserver-commits] r7493 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Apr 2 12:05:19 EDT 2008
Author: jlacroix
Date: 2008-04-02 12:05:19 -0400 (Wed, 02 Apr 2008)
New Revision: 7493
Modified:
trunk/mapserver/mapserv.c
Log:
Always set the cookie in the mapfile metadata if present
Modified: trunk/mapserver/mapserv.c
===================================================================
--- trunk/mapserver/mapserv.c 2008-04-02 02:28:48 UTC (rev 7492)
+++ trunk/mapserver/mapserv.c 2008-04-02 16:05:19 UTC (rev 7493)
@@ -1155,8 +1155,7 @@
* by an object that is part of the mapObject that would contain
* information on the application status (such as cookie).
*/
- if( msObj->request->httpcookiedata != NULL &&
- msOWSLookupMetadata(&(msObj->Map->web.metadata), "OMF", "http_cookie"))
+ if( msObj->request->httpcookiedata != NULL )
{
msInsertHashTable( &(msObj->Map->web.metadata), "http_cookie_data",
msObj->request->httpcookiedata );
More information about the mapserver-commits
mailing list