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().
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=52611
Konstantin Kolinko changed:
What|Removed |Added
OS/Version||All
--- Comment #1 from Konst
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
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
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
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
20 matches
Mail list logo