Bug 780534 (SOA-2969) - Add Documentation/Quickstart Example for the MappedHeaderList property of the HttpRouter
Summary: Add Documentation/Quickstart Example for the MappedHeaderList property of the...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-2969
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: Documentation
Version: 5.1.0 GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.2.0 GA
Assignee: David Le Sage
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-08 16:54 UTC by Shaun Appleton
Modified: 2011-11-14 18:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-14 18:30:11 UTC
Type: Enhancement


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 779592 0 urgent CLOSED Add Documentation/Quickstart Example for the MappedHeaderList property of the HttpRouter 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker SOA-2969 0 Major Closed Add Documentation/Quickstart Example for the MappedHeaderList property of the HttpRouter 2014-04-10 18:31:04 UTC

Internal Links: 779592

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.


Note You need to log in before you can comment on or make changes to this bug.