You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Paul Curtis <pc...@terrapin.com> on 1999/05/07 00:51:56 UTC

mod_jserv/4362: JServ stops processing at the parsing cookies stage

>Number:         4362
>Category:       mod_jserv
>Synopsis:       JServ stops processing at the parsing cookies stage
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jserv
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu May  6 17:10:01 PDT 1999
>Last-Modified:
>Originator:     pcurtis@terrapin.com
>Organization:
apache
>Release:        1.0b4
>Environment:
Apache 1.3.4, Linux 2.2.4 glibc 2.1.1
java version "1.2"
Classic VM (build Linux_JDK_1.2_pre-release-v1, green threads, sunwjit
>Description:
When a request without cookies is sent, the processing stops at parsing cookies.
Here is the log:
 . . . [snip] . . . 
[06/05/1999 15:43:12:661 EDT] Will read 13 bytes for this line
[06/05/1999 15:43:12:661 EDT] Read: ESCRIPT_NAME        
[06/05/1999 15:43:12:662 EDT] Env: SCRIPT_NAME=
[06/05/1999 15:43:12:662 EDT] Will read 26 bytes for this line
[06/05/1999 15:43:12:662 EDT] Read: EGATEWAY_INTERFACE  servlet
[06/05/1999 15:43:12:663 EDT] Env: GATEWAY_INTERFACE=servlet
[06/05/1999 15:43:12:663 EDT] Will read 18 bytes for this line
[06/05/1999 15:43:12:663 EDT] Read: Hprotocol   HTTP/1.0
[06/05/1999 15:43:12:664 EDT] Header: protocol=HTTP/1.0
[06/05/1999 15:43:12:664 EDT] Will read 24 bytes for this line
[06/05/1999 15:43:12:664 EDT] Read: Huri        /processRequest.jsp
[06/05/1999 15:43:12:665 EDT] Header: uri=/processRequest.jsp
[06/05/1999 15:43:12:665 EDT] Will read 12 bytes for this line
[06/05/1999 15:43:12:665 EDT] Read: Hmethod     POST
[06/05/1999 15:43:12:665 EDT] Header: method=POST
[06/05/1999 15:43:12:666 EDT] Will read 28 bytes for this line
[06/05/1999 15:43:12:666 EDT] Read: Hhost       hurricane.terrapin.com
[06/05/1999 15:43:12:666 EDT] Header: host=hurricane.terrapin.com
[06/05/1999 15:43:12:667 EDT] Will read 34 bytes for this line
[06/05/1999 15:43:12:667 EDT] Read: Haccept-charset     iso-8859-1,*,utf-8
[06/05/1999 15:43:12:667 EDT] Header: accept-charset=iso-8859-1,*,utf-8
[06/05/1999 15:43:12:668 EDT] Will read 19 bytes for this line
[06/05/1999 15:43:12:668 EDT] Read: Hcontent-length     106
[06/05/1999 15:43:12:668 EDT] Header: content-length=106
[06/05/1999 15:43:12:669 EDT] All data read.
[06/05/1999 15:43:12:669 EDT] Parsing cookies
>How-To-Repeat:
Send a request without cookies.
>Fix:
Not really. I haven't dug into the code yet . . .
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]