Hi,
I see the following warning with following request "http://localhost:
8080/snoopy/snoopy.jsp?hello=xxx&&world=yyy"
Tomct 5.5.26
==
29.02.2008 13:49:29 org.apache.tomcat.util.http.Parameters
processParameters
WARNUNG: Parameters: Invalid chunk ignored.
===
Both parameter hello and worl
Author: jfclere
Date: Fri Feb 29 08:56:23 2008
New Revision: 632388
URL: http://svn.apache.org/viewvc?rev=632388&view=rev
Log:
cleaning.
Modified:
tomcat/connectors/trunk/jni/test/org/apache/tomcat/jni/SocketServerTestSuite.java
Modified:
tomcat/connectors/trunk/jni/test/org/apache/tomcat/
Peter Rossbach wrote:
Hi,
I see the following warning with following request
"http://localhost:8080/snoopy/snoopy.jsp?hello=xxx&&world=yyy";
Tomct 5.5.26
==
29.02.2008 13:49:29 org.apache.tomcat.util.http.Parameters
processParameters
WARNUNG: Parameters: Invalid chunk ignored.
===
Both pa
https://issues.apache.org/bugzilla/show_bug.cgi?id=42950
Diogo Quintela <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECT
The HTML 4 spec requires a "name=value" pair between the &'s, by my
reading. Not necessarily in every URL, but at least when a form is
submitted via a GET request.
ref. http://www.w3.org/TR/html4/interact/forms.html#h-17.13.3.4
That's the commonest way to create URL query strings but not the
*only*