From 048b283417574ab29fa28a44e1cedb2c76a2e327 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 07 Aug 2006 13:35:50 +0000 Subject: added SITECING_COMPONENT_PATH meta variable --- diff --git a/src/sitecing-fastcgi.cc b/src/sitecing-fastcgi.cc index 03587aa..d8f18a6 100644 --- a/src/sitecing-fastcgi.cc +++ b/src/sitecing-fastcgi.cc @@ -179,6 +179,7 @@ void sitecing_fastcgi_pm::process(int slot) { component_path.erase(sl); } fi.metavars["SITECING_PATH_INFO"]=sitecing_path_info; + fi.metavars["SITECING_COMPONENT_PATH"]=component_path; action = component_path; action_handler = config.lookup_action_handler(component_path); if(action_handler) { -- cgit v0.9.0.2