Generator and CInclude transformer do not include the request headers of the caller. ------------------------------------------------------------------------------------
Key: COCOON-2315 URL: https://issues.apache.org/jira/browse/COCOON-2315 Project: Cocoon Issue Type: Bug Components: * Cocoon Core Affects Versions: 2.1.9, 2.1.12-dev (Current SVN) Reporter: Alec Bickerton When using the file generator or any sub class. The request headers are not propagated to the source. e.g. {code} <map:match pattern="deviceInfo"> <map:generate src="http://deviceMetaService.example.com/lookup.jsp"/> <map:serialize/> </map:match> {code} The request received by the http://deviceMetaService.example.com/lookup.jsp will not contain the user-agent header of the original request. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira