DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5422>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5422

HTTP Headers not being cleared after form authentication





------- Additional Comments From [EMAIL PROTECTED]  2001-12-14 17:03 -------
Ok... I missed an important part about this one... what I see and what I expect
to see!

Here is what I see when I run the servlet (enumeration of headers)
The duplication is what I think is the problem.

host = localhost:8080
host = localhost:8080
user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6)
Gecko/20011120
user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6)
Gecko/20011120
accept = text/xml, application/xml, application/xhtml+xml, text/html;q=0.9,
image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1
accept = text/xml, application/xml, application/xhtml+xml, text/html;q=0.9,
image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1
accept-language = en-us
accept-language = en-us
accept-encoding = gzip, deflate, compress;q=0.9
accept-encoding = gzip, deflate, compress;q=0.9
accept-charset = ISO-8859-1, utf-8;q=0.66, *;q=0.66
accept-charset = ISO-8859-1, utf-8;q=0.66, *;q=0.66
keep-alive = 300
keep-alive = 300
connection = keep-alive
connection = keep-alive
cookie = JSESSIONID=2461B354C403704973A067A5E6C78630
referer =
http://localhost:8080/header/login.html;jsessionid=2461B354C403704973A067A5E6C78630
connection = keep-alive
connection = keep-alive
accept-language = en-us
accept-language = en-us
accept-encoding = gzip, deflate, compress;q=0.9
accept-encoding = gzip, deflate, compress;q=0.9
accept = text/xml, application/xml, application/xhtml+xml, text/html;q=0.9,
image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1
accept = text/xml, application/xml, application/xhtml+xml, text/html;q=0.9,
image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1
host = localhost:8080
host = localhost:8080
accept-charset = ISO-8859-1, utf-8;q=0.66, *;q=0.66
accept-charset = ISO-8859-1, utf-8;q=0.66, *;q=0.66
keep-alive = 300
keep-alive = 300
user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6)
Gecko/20011120
user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6)
Gecko/20011120



What I expect is the headers not to be unduly duplicated i.e. something like the
following...

host = localhost:8080
user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6)
Gecko/20011120
accept = text/xml, application/xml, application/xhtml+xml, text/html;q=0.9,
image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1
accept-language = en-us
accept-encoding = gzip, deflate, compress;q=0.9
accept-charset = ISO-8859-1, utf-8;q=0.66, *;q=0.66
keep-alive = 300
connection = keep-alive
cookie = JSESSIONID=69B2B995D150D330F21152C4C2658186
referer = http://localhost:8080/header/login.html
cache-control = max-age=0

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

Reply via email to