-rw-r--r-- | src/sitecing-plaincgi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sitecing-plaincgi.cc b/src/sitecing-plaincgi.cc index 1cd99ac..6e8a215 100644 --- a/src/sitecing-plaincgi.cc +++ b/src/sitecing-plaincgi.cc | |||
@@ -50,7 +50,7 @@ void process_request(configuration& config) { | |||
50 | cgi_gateway gw(ci); | 50 | cgi_gateway gw(ci); |
51 | scif.prepare(&gw); | 51 | scif.prepare(&gw); |
52 | try { | 52 | try { |
53 | component_path = normalize_path(gw.get_meta("PATH_INFO"),strip_leading_slash|strip_trailing_slash); | 53 | component_path = normalize_path(gw.path_info(),strip_leading_slash|strip_trailing_slash); |
54 | string full_component_path; | 54 | string full_component_path; |
55 | while(true) { | 55 | while(true) { |
56 | full_component_path = config.root_source+'/'+component_path; | 56 | full_component_path = config.root_source+'/'+component_path; |