INT-2035 Support Simple Cookie Handling
Initial commit - TODO: namspace. Saves off Set-Cookie header in http_transferredCookie MessageHeader. Transferred cookies are converted to Cookie: headers on subsequent outbound messages, thus handling 3 or more interactions. INT-2035 Namespace, Docs Change boolean name; add namspace and documentation. INT-2035 Docs Added docs for cookie handling. INT-2035 Polishing Simplify implementation to just transfer Set-Cookie to Cookie in the inbound side. INT-2035 XSD Docs Updated to reflect new implementation.
This commit is contained in:
committed by
Mark Fisher
parent
497d07bdad
commit
a61b3617f3
@@ -505,6 +505,15 @@ The String "HTTP_REQUEST_HEADERS" will match against any of the standard HTTP Re
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="auto-startup" type="xsd:string" />
|
||||
<xsd:attribute name="transfer-cookies" type="xsd:string" default="false">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation><![CDATA[
|
||||
When set to "true", if a response contains a 'Set-Cookie' header, it will mapped to a 'Cookie' header. This enables simple
|
||||
cookie handling where subsequent HTTP interactions in the same message flow can use a cookie
|
||||
supplied by the server. Default "false".
|
||||
]]></xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
|
||||
Reference in New Issue
Block a user