https://issues.apache.org/bugzilla/show_bug.cgi?id=51235

--- Comment #4 from Pierre Boudreau <pierre.boudr...@t4g.com> 2011-05-20 
22:22:30 UTC ---
At first I thought there was only one header, which was showing in the watch
window in one of the screen shots, but now I see there is the correct amount of
header names and values.  Below are header names and values for the crash dump
I am looking at now.  The fault happens while parsing the Cookies values for
JSESSIONID.  Anything unusual with that Cookie string?  The spaces after the ;
maybe?  Are those supposed to be there?

s->headers_names[0]    0x66452f08 "Host"
s->headers_values[0]    0x66452f10 "www.superstore.ca"
s->headers_names[1]    0x66452f28 "Accept-Encoding"
s->headers_values[1]    0x66452f38 "gzip"
s->headers_names[2]    0x66452f40 "Referer"
s->headers_values[2]    0x66452f48
"http://www.superstore.ca/LCLOnline/home.jsp?_requestid=18620";
s->headers_names[3]    0x66452f88 "Accept-Language"
s->headers_values[3]    0x66452f98 "en-US"
s->headers_names[4]    0x66452fa0 "x-wap-profile"
s->headers_values[4]    0x66452fb0
"http://wap.sonyericsson.com/UAprof/X10aR201.xml";
s->headers_names[5]    0x66452fe0 "User-Agent"
s->headers_values[5]    0x66452ff0 "Mozilla/5.0 (Linux; U; Android 2.1-update1;
en-us; SonyEricssonX10a Build/2.0.A.0.504) AppleWebKit/530.17 (KHTML, like
Gecko) Version/4.0 Mobile Safari/530.17"
s->headers_names[6]    0x66453090 "Cookie"
s->headers_values[6]    0x66453098 "lclLastVsitedUserStore=203;
ATG_SESSION_ID=MXBsllpe5HEZQUMWUFUtog**.node3;
JSESSIONID=MXBsllpe5HEZQUMWUFUtog**.node3"
s->headers_names[7]    0x134ea6a8 "Accept"
s->headers_values[7]    0x134ea6b0 "text/xml, text/html, application/xhtml+xml,
image/png, text/plain, */*;q=0.8"
s->headers_names[8]    0x134ea700 "Accept-Charset"
s->headers_values[8]    0x134ea710 "utf-8, iso-8859-1, utf-16, *;q=0.7"
s->headers_names[9]    0x6a6e7a80 "content-length"
s->headers_values[9]    0x6a6e7488 "0"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to