dev@tomcat.apache.org

2008-02-29 Thread Peter Rossbach
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

svn commit: r632388 - /tomcat/connectors/trunk/jni/test/org/apache/tomcat/jni/SocketServerTestSuite.java

2008-02-29 Thread jfclere
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/

dev@tomcat.apache.org

2008-02-29 Thread Mark Thomas
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

[Bug 42950] ConcurrentModificationException on Shutdown

2008-02-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42950 Diogo Quintela <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECT

dev@tomcat.apache.org

2008-02-29 Thread Len Popp
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*