Bug 780534 (SOA-2969)

Summary: Add Documentation/Quickstart Example for the MappedHeaderList property of the HttpRouter
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Shaun Appleton <sappleto>
Component: DocumentationAssignee: David Le Sage <dlesage>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0 GA   
Target Milestone: ---   
Target Release: 5.2.0 GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2969
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-14 18:30:11 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Shaun Appleton 2011-03-08 16:54:59 UTC
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000003hT0pIAE
project_key: SOA

https://issues.jboss.org/browse/SOA-1962
updated the docs but the code example underneath - Example 12.18. Sample Configuration 
needs to show the example too. that way it wil be clearer to readers.

ie.

<action name="httprouter"  class="org.jboss.soa.esb.actions.routing.http.HttpRouter">
    <property name="endpointUrl"value="http://host:80/blah">
        <http-client-property name="file" value="/ht.props"/>
    </property>
    <property name="method" value="GET"/>
    <property name="responseType" value="STRING"/>
    <property name="headers">
        <header name="blah" value="blahval" ></header>
    </property>
    <property name="MappedHeaderList" value="Connection, Authorization, SOAPAction, Content-Type, Accept, User-Agent, Content-Length, Host">
    </property>
</action>

Comment 1 Shaun Appleton 2011-03-08 16:55:42 UTC
Link: Added: This issue is related to SOA-1962


Comment 2 Anne-Louise Tangring 2011-08-08 16:14:33 UTC
Candidate for 5.2, not committed.

Comment 3 David Le Sage 2011-09-27 04:21:32 UTC
Release Notes Docs Status: Added: Not Required
Writer: Added: dlesage


Comment 4 David Le Sage 2011-10-21 05:31:46 UTC
Code sample updated.