]. Each header field consists of a name followed by a colon (":") and
the field value. Field names are case-insensitive.
How do we go about rectifying the
SOAPHTTPConnection class to be case insensitive?
Warwick Slade
1 10:28 PM
Subject: Re: SOAPHTTPConnection and session cookies
> Warwick,
>
> One option is for you to submit a patch. Brief instructions for doing so
> are at the bottom of http://xml.apache.org/source.html
>
> Scott
>
> - Original Message -
> From: "Warw
Patch to perform a case insensitive search on http
header.
5c5
< * Copyright (c) 2000 The Apache Software Foundation. All rights
---
> * Copyright (c) 2000 The Apache Software Foundation. All rights
13c13
< *notice, this list of conditions and the following disclaimer.
---
> *
I have got it working.
But had problems with iplanet returning a cookie header Set-cookie which the
soap class SOAPHTTPConnection ignored.
- Original Message -
From: "Jerome Destarac" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 2:21 AM
Subject: iplanet 4.1
Since war files are not supported configure the servlet via
rules.properties
/soap/rpcrouter=soaprpc
/soap/msgrouter=soapmsg
servlet.properties
servlet.soaprpc.code=org.apache.soap.server.http.RPCRouterServlet
servlet.soapmsg.code=org.apache.soap.server.http.MessageRouterServlet
Then just ensu