[mapserver-commits] r12920 - trunk/mapserver/mapcache/src

svn at osgeo.org svn at osgeo.org
Mon Dec 26 07:44:54 EST 2011


Author: tbonfort
Date: 2011-12-26 04:44:54 -0800 (Mon, 26 Dec 2011)
New Revision: 12920

Modified:
   trunk/mapserver/mapcache/src/mod_mapcache.c
Log:
undo previous commit


Modified: trunk/mapserver/mapcache/src/mod_mapcache.c
===================================================================
--- trunk/mapserver/mapcache/src/mod_mapcache.c	2011-12-26 12:43:31 UTC (rev 12919)
+++ trunk/mapserver/mapcache/src/mod_mapcache.c	2011-12-26 12:44:54 UTC (rev 12920)
@@ -284,14 +284,6 @@
       http_response = mapcache_core_get_tile(global_ctx,req_tile);
    } else if( request->type == MAPCACHE_REQUEST_PROXY ) {
       mapcache_request_proxy *req_proxy = (mapcache_request_proxy*)request;
-      char *url;
-      request_rec *original;
-      if(r->main)
-         original = r->main;
-      else
-         original = r;
-      url = ap_construct_url(r->pool,original->uri,original);
-      apr_table_add(req_proxy->params,"url",url);
       http_response = mapcache_core_proxy_request(global_ctx, req_proxy);
    } else if( request->type == MAPCACHE_REQUEST_GET_MAP) {
       mapcache_request_get_map *req_map = (mapcache_request_get_map*)request;



More information about the mapserver-commits mailing list