You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Alexander Romanyuk <al...@krid.crimea.ua> on 1999/02/11 18:12:38 UTC

mod_jserv/3884: JServ does not parse quiry string in POST method

>Number:         3884
>Category:       mod_jserv
>Synopsis:       JServ does not parse quiry string in POST method
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jserv
>State:          open
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Thu Feb 11 09:20:00 PST 1999
>Last-Modified:
>Originator:     alexr@krid.crimea.ua
>Organization:
apache
>Release:        Apache-1.3.4 JServ-1.0b2
>Environment:
FreeBSD 2.2.8-STABLE
jdk1.1.7-FreeBSD:1998/12/21
>Description:
When a servlet are called through POST method it does not
receive parameters passed as a query string.

It works for Java Web Server and JRun.
>How-To-Repeat:
Create html page like this:
<form method=POST action="/servlets/SnoopServlet?var1=val1>
 <input type=hidden name=var2 value=val2>
 <input type=submit>
</form>

The servlet can get only val2 parameter though query string contains
var1=val1
>Fix:
Sorry, i don't know.
>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!         ]