summaryrefslogtreecommitdiffabout
path: root/src/sitecing-plaincgi.cc
Side-by-side diff
Diffstat (limited to 'src/sitecing-plaincgi.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--src/sitecing-plaincgi.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sitecing-plaincgi.cc b/src/sitecing-plaincgi.cc
index 6e8a215..3bd291a 100644
--- a/src/sitecing-plaincgi.cc
+++ b/src/sitecing-plaincgi.cc
@@ -54,2 +54,3 @@ void process_request(configuration& config) {
string full_component_path;
+ string sitecing_path_info;
while(true) {
@@ -61,4 +62,6 @@ void process_request(configuration& config) {
throw konforka::exception(CODEPOINT,"can't find the target component");
+ sitecing_path_info.insert(0,component_path,sl,string::npos);
component_path.erase(sl);
}
+ ci.metavars["SITECING_PATH_INFO"]=sitecing_path_info;
action = component_path;