]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-index-file.patch
614de5b2ba81e338e969e6669796b50344f85deb
[packages/lighttpd.git] / lighttpd-index-file.patch
1 --- src/response.c      (revision 9)
2 +++ src/response.c      (revision 10)
3 @@ -1245,13 +1245,6 @@
4                                                 default:
5                                                         break;
6                                                 }
7 -                                               
8 -                                               if (HANDLER_GO_ON == file_cache_get_entry(srv, con, srv->tmp_buf, &(con->fce))) {
9 -                                                       /* rewrite uri.path to the real path (/ -> /index.php) */
10 -                                                       buffer_append_string_buffer(con->uri.path, ds->value);
11 -                                                       
12 -                                                       break;
13 -                                               }
14                                         }
15                                         
16                                         if (k == con->conf.indexfiles->used) {
This page took 0.055085 seconds and 2 git commands to generate.