Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-01-02 Thread Jon Stevens
on 1/2/2001 10:08 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > That's why the values stored in the HashMap are ArrayLists of all the values > received for that header name, as the JavaDoc comment immediately above this > line points out :-). doh! -jon ---

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: > on 1/2/2001 9:50 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > +protected HashMap saveHeaders = new HashMap(); > > What if there is more than one header? > > Set-Cookie: > That's why the values stored in the HashMap are ArrayLists of all the values received fo

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-01-02 Thread Jon Stevens
on 1/2/2001 9:50 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > +protected HashMap saveHeaders = new HashMap(); What if there is more than one header? Set-Cookie: -jon - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2000-12-26 Thread Craig R. McClanahan
Jon Stevens wrote: > on 12/26/2000 10:57 AM, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > > NOTE: The > > HttpURLConnection class does not handle this correctly, so the test client > > now has the option to use a low-level socket connection instead of > > HttpURLConnection on each test.

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2000-12-26 Thread Jon Stevens
on 12/26/2000 10:57 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > NOTE: The > HttpURLConnection class does not handle this correctly, so the test client > now has the option to use a low-level socket connection instead of > HttpURLConnection on each test. Please note, HttpURLConnection d