Bug 39748

Summary: Header and POST support for mod_include
Product: Apache httpd-2 Reporter: Toni Timonen <ttimonen+bugs>
Component: mod_includeAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: enhancement Keywords: PatchAvailable
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch for header and post data passing

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