DO NOT REPLY [Bug 52579] Tomcat5.5.35+Java1.5 cannot return proper value of a request parameter

2012-02-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 --- Comment #7 from Keiichi Fujino 2012-02-06 08:20:18 UTC --- Created attachment 28274 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28274 patch v2 Many thanks for the comments. I reimplement ByteChunk.toStringInternal().

DO NOT REPLY [Bug 52593] outputbuffer.recycle() is called immediately after response instead of at socket close

2012-02-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52593 --- Comment #2 from David 2012-02-06 09:19:27 UTC --- Just to point out - taking into account all these things - it would be simpler (a micro optimization but clearer code) to combine outputbuffer.nextRequest() & recycle() and always call o

DO NOT REPLY [Bug 52593] outputbuffer.recycle() is called immediately after response instead of at socket close

2012-02-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52593 --- Comment #3 from Mark Thomas 2012-02-06 10:03:37 UTC --- No it wouldn't. recycle() != nextRequest() and to support HTTP pipelining this difference is critical. This code is not going to be changed. -- Configure bugmail: https://issue

DO NOT REPLY [Bug 52593] outputbuffer.recycle() is called immediately after response instead of at socket close

2012-02-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52593 --- Comment #4 from David 2012-02-06 11:02:26 UTC --- OK and thanks for the reply. I can't get my head around the pipelining as I'm not using it. So I'll defer to your greater knowledge. -- Configure bugmail: https://issues.apache.org/b

svn commit: r1241027 - in /tomcat/trunk/java/org/apache/catalina: TomcatPrincipal.java connector/Request.java realm/GenericPrincipal.java session/StandardSession.java

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 14:48:18 2012 New Revision: 1241027 URL: http://svn.apache.org/viewvc?rev=1241027&view=rev Log: Remove two more package dependencies Added: tomcat/trunk/java/org/apache/catalina/TomcatPrincipal.java Modified: tomcat/trunk/java/org/apache/catalina/connector/R

svn commit: r1241028 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 14:49:00 2012 New Revision: 1241028 URL: http://svn.apache.org/viewvc?rev=1241028&view=rev Log: Remove some unnecessary casts Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Cont

svn commit: r1241030 - /tomcat/trunk/java/org/apache/catalina/TomcatPrincipal.java

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 14:54:20 2012 New Revision: 1241030 URL: http://svn.apache.org/viewvc?rev=1241030&view=rev Log: eol Modified: tomcat/trunk/java/org/apache/catalina/TomcatPrincipal.java (contents, props changed) Modified: tomcat/trunk/java/org/apache/catalina/TomcatPrincipal

svn commit: r1241079 - /tomcat/trunk/java/org/apache/catalina/startup/WebAnnotationSet.java

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 17:07:22 2012 New Revision: 1241079 URL: http://svn.apache.org/viewvc?rev=1241079&view=rev Log: Use the interface rather than the default implementation Modified: tomcat/trunk/java/org/apache/catalina/startup/WebAnnotationSet.java Modified: tomcat/trunk/java/or

svn commit: r1241087 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2012-02-06 Thread rjung
Author: rjung Date: Mon Feb 6 17:30:37 2012 New Revision: 1241087 URL: http://svn.apache.org/viewvc?rev=1241087&view=rev Log: Fix millisecond handling in AccessLogValve when used with a general SimpleDateFormat time pattern. We called tidyFormat() but never used the tidied format. Modified:

svn commit: r1241091 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml

2012-02-06 Thread rjung
Author: rjung Date: Mon Feb 6 17:37:45 2012 New Revision: 1241091 URL: http://svn.apache.org/viewvc?rev=1241091&view=rev Log: Fix millisecond handling in AccessLogValve when used with a general SimpleDateFormat time pattern. We called tidyFormat() but never used the tidied format. Backport of r

svn commit: r1241159 - in /tomcat/trunk/java/org/apache/catalina: realm/GenericPrincipal.java session/PersistentManagerBase.java util/LifecycleMBeanBase.java

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 20:30:19 2012 New Revision: 1241159 URL: http://svn.apache.org/viewvc?rev=1241159&view=rev Log: Add some missing overrides Modified: tomcat/trunk/java/org/apache/catalina/realm/GenericPrincipal.java tomcat/trunk/java/org/apache/catalina/session/PersistentMan

svn commit: r1241160 - in /tomcat/trunk/java/org/apache/catalina: Authenticator.java authenticator/AuthenticatorBase.java connector/LocalStrings.properties connector/Request.java

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 20:31:23 2012 New Revision: 1241160 URL: http://svn.apache.org/viewvc?rev=1241160&view=rev Log: Remove a package dependency Modified: tomcat/trunk/java/org/apache/catalina/Authenticator.java tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBa

svn commit: r1241162 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/authenticator/ test/org/apache/catalina/authenticator/

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 20:32:36 2012 New Revision: 1241162 URL: http://svn.apache.org/viewvc?rev=1241162&view=rev Log: Remove deprecated code. Simplify. Modified: tomcat/trunk/java/org/apache/catalina/Authenticator.java tomcat/trunk/java/org/apache/catalina/authenticator/Authentic

svn commit: r1241170 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 20:45:52 2012 New Revision: 1241170 URL: http://svn.apache.org/viewvc?rev=1241170&view=rev Log: Remove a package dependency Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Authenticator.java tomcat/tc7.0.x

DO NOT REPLY [Bug 52611] New: CometProcessor throws lots of NPEs

2012-02-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52611 Bug #: 52611 Summary: CometProcessor throws lots of NPEs Product: Tomcat 7 Version: 7.0.25 Platform: PC Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 52611] CometProcessor throws lots of NPEs

2012-02-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52611 Konstantin Kolinko changed: What|Removed |Added OS/Version||All --- Comment #1 from Konst

svn commit: r1241243 - /tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java

2012-02-06 Thread markt
Author: markt Date: Mon Feb 6 22:51:33 2012 New Revision: 1241243 URL: http://svn.apache.org/viewvc?rev=1241243&view=rev Log: Remove commented out code Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java Modified: tomcat/trunk/java/org/apache/catalina/mbeans/Container

Re: WebSocket progress report

2012-02-06 Thread Jonathan Drake
I'm one the three CS grad students working on WebSocket (along with Petr Praus). Just wanted to give an update on our progress, to let you know what we're working on: Adding support for fragmented payloads: Right now, after receiving a frame, StreamInbound unmasks the payload in a WsInputStream a

DO NOT REPLY [Bug 52615] New: Daemon thread is terminated unexpectedly when uncaught exceptions is thrown from the other thread

2012-02-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52615 Bug #: 52615 Summary: Daemon thread is terminated unexpectedly when uncaught exceptions is thrown from the other thread Product: Tomcat 7 Version: 7.0.14 Platform: P

svn commit: r1241356 - in /tomcat/trunk/java/org/apache/tomcat/jni: Poll.java SSL.java SSLExt.java

2012-02-06 Thread costin
Author: costin Date: Tue Feb 7 06:13:36 2012 New Revision: 1241356 URL: http://svn.apache.org/viewvc?rev=1241356&view=rev Log: Add the new ssl methods from tomcat-native ( and few poll methods that seemed to be missing ). APR connector will not work unless you recompile tomcat-native ! ( it is