Parent Directory
|
Revision Log
|
Patch
| revision 572136, Sun Sep 2 20:08:56 2007 UTC | revision 592951, Wed Nov 7 23:31:03 2007 UTC | |
|---|---|---|
| # | Line 1712 static apr_status_t handle_include(inclu | Line 1712 static apr_status_t handle_include(inclu |
| 1712 | } | } |
| 1713 | } | } |
| 1714 | else { | else { |
| 1715 | if (r->kept_body) { | |
| 1716 | rr = ap_sub_req_method_uri(r->method, parsed_string, r, f->next); | |
| 1717 | } | |
| 1718 | else { | |
| 1719 | rr = ap_sub_req_lookup_uri(parsed_string, r, f->next); | rr = ap_sub_req_lookup_uri(parsed_string, r, f->next); |
| 1720 | } | } |
| 1721 | } | |
| 1722 | ||
| 1723 | if (!error_fmt && rr->status != HTTP_OK) { | if (!error_fmt && rr->status != HTTP_OK) { |
| 1724 | error_fmt = "unable to include \"%s\" in parsed file %s"; | error_fmt = "unable to include \"%s\" in parsed file %s"; |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |