[
https://issues.apache.org/jira/browse/AXIS-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462009
]
Amon Beckler commented on AXIS-2064:
------------------------------------
Given that we are now two "final" releases past when this bug and a potential
patch was posted, am I to assume that this is not going to be fixed and will be
left as is?
> The format of multi-cookie in HTTP request head.
> ------------------------------------------------
>
> Key: AXIS-2064
> URL: https://issues.apache.org/jira/browse/AXIS-2064
> Project: Apache Axis
> Issue Type: Improvement
> Components: Basic Architecture
> Affects Versions: 1.2.1
> Environment: Any platform
> Reporter: Gerry Gao
>
> In Axis 1.2.1, the HTTPSender and CommonsHTTPSender are sending multiple
> cookies for the default format (multiple cookie headers):
> Cookie: a=a1
> Cookie: b=b2
> Cookie: c=c3
> or
> Cookie2: a=a1
> Cookie2: b=b2
> Cookie2: c=c3
> According to RFC2965, the multiple cookies should be baked with format
> (single cookie header):
> Cookie: a=a1;b=b2;c=c3
> But in fact, most HTTP server supports the multiple cookie headers format.
> The CommonsHTTPSender employs commons-httpclient which already supports
> switch between the formats with a parameter like:
> DefaultHttpParams.getDefaultParams().setBooleanParameter(
> HttpMethodParams.SINGLE_COOKIE_HEADER,
> true);
> (Reference:
> http://htmlunit.sourceforge.net/phpwiki/index.php/SingleCookieHeader)
> But the HTTPSender doesn't support this kind of switch.
> The suggestion is that Axis can add the feature of customizing the cookies'
> format and provide a parameter for wsdl2java or just provide a public method
> in Stub to let the user designate whihc cookie format should be used. Then
> make HTTPSender and CommonsHTTPSender (commons-httpclient) be aware of this
> parameter.
> Gerry
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]