Hi,

I have some problems with the Cookies in mod_webapp.

I am doing the following request to TC:
+++
GET /servlet-tests/hsreqw/HttpServletRequestWrapperGetRequestURLTest HTTP/1.0
Cookie:
prefix=http,server=vtxrm2,port=8888,servletpath=_servlet-tests_hsreqw_HttpServletRequestWrapperGetRequestURLTest
+++
It is taken as one Cookie named prefix and containing "httpd,server=....".

+++
GET /servlet-tests/hsreqw/HttpServletRequestWrapperGetRequestURLTest HTTP/1.0
Cookie:
prefix=http;server=vtxrm2;port=8888;servletpath=_servlet-tests_hsreqw_HttpServletRequestWrapperGetRequestURLTest
+++
It is taken as four Cookies: prefix=http... and
servletpath=_servlet-tests_hsreqw_HttpServletRequestWrapperGetRequestURLTest.

+++
GET /examples/servlet/MyCookie  HTTP/1.0
Cookie: prefix=http
Cookie: server=vtxrm2
Cookie: port=8888
Cookie:
servletpath=_servlet-tests_hsreqw_HttpServletRequestWrapperGetRequestURLTest
+++
It is taken as four Cookies.

Should be these 3 requests equivalents? - If yes a patch is need in mod_webapp
as httpd-2.0 returns us the Cookies in the first format -

Cheers

Jean-Frederic

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to