[Bug 54340] Form-based authentication + url rewriting does not work

2012-12-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54340 --- Comment #2 from Koen Deforche --- Hey, Indeed, it looks like the same bug. I really did search the database, but, apparently, not good enough, so sorry for that. We will test with a more recent version (we tested with tomcat 7.0.26 and

svn commit: r1425979 - /tomcat/trunk/webapps/examples/WEB-INF/web.xml

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 18:22:53 2012 New Revision: 1425979 URL: http://svn.apache.org/viewvc?rev=1425979&view=rev Log: Later Autobahn tests need a bigger buffer Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml URL: http:

svn commit: r1425980 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties Util.java WsFrame.java

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 18:25:22 2012 New Revision: 1425980 URL: http://svn.apache.org/viewvc?rev=1425980&view=rev Log: Fix various failures when running the Autobahn close tests - some close codes are not meant to be used on the wire - properly decode UTF-8 close reasons - single byte clos

svn commit: r1425985 - /tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 18:33:54 2012 New Revision: 1425985 URL: http://svn.apache.org/viewvc?rev=1425985&view=rev Log: Make sure reason phrases will fit into a control frame payload Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties Modified: tomcat/trunk

svn commit: r1425998 - /tomcat/trunk/java/javax/net/

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 19:42:56 2012 New Revision: 1425998 URL: http://svn.apache.org/viewvc?rev=1425998&view=rev Log: Clean up old dirs Removed: tomcat/trunk/java/javax/net/ - To unsubscribe, e-mail: dev-unsubscr..

svn commit: r1426007 - /tomcat/trunk/java/org/apache/tomcat/websocket/PojoMessageHandlerAsyncBase.java

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 20:19:06 2012 New Revision: 1426007 URL: http://svn.apache.org/viewvc?rev=1426007&view=rev Log: Don't swallow nested exception Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMessageHandlerAsyncBase.java Modified: tomcat/trunk/java/org/apache/tomc

svn commit: r1426008 - /tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 20:19:28 2012 New Revision: 1426008 URL: http://svn.apache.org/viewvc?rev=1426008&view=rev Log: Fix swapped parameters Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMet

svn commit: r1426009 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpoint.java

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 20:19:51 2012 New Revision: 1426009 URL: http://svn.apache.org/viewvc?rev=1426009&view=rev Log: Correctly set isText flag for text messages Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpoint.java Modified: tomcat/trunk/java/org/apache/tomc

svn commit: r1426010 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 20:20:37 2012 New Revision: 1426010 URL: http://svn.apache.org/viewvc?rev=1426010&view=rev Log: Can't use opCodes to determine message types because of continuation frames. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java Modified: tomcat/tr

svn commit: r1426086 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/NioServletInputStream.java

2012-12-26 Thread markt
Author: markt Date: Wed Dec 26 22:57:16 2012 New Revision: 1426086 URL: http://svn.apache.org/viewvc?rev=1426086&view=rev Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/NioServletInputStream.java Modified: tomcat/trunk/java/org/apache/coyote/http1