Bug 39748 - Header and POST support for mod_include
Summary: Header and POST support for mod_include
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_include (show other bugs)
Version: 2.5-HEAD
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2006-06-07 13:46 UTC by Toni Timonen
Modified: 2006-06-07 06:48 UTC (History)
0 users



Attachments
Patch for header and post data passing (19.19 KB, patch)
2006-06-07 13:48 UTC, Toni Timonen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toni Timonen 2006-06-07 13:46:44 UTC
1.
mod_include doesn't support passing of POST data to subrequests.
This patch gives possibility to transfer POST-data to a selected subrequest.

2.
mod_include doesn't support passing of headers from subrequests
(eg. setting a cookie). This patch gives a possibility to do so.
Comment 1 Toni Timonen 2006-06-07 13:48:11 UTC
Created attachment 18419 [details]
Patch for header and post data passing