Re: [VOTE] Release Apache Standard Taglib 1.2.1

2013-11-20 Thread Konstantin Kolinko
2013/11/14 Jeremy Boynes : > I'd like to release Apache Standard Taglib 1.2.1. This is an update to the > withdrawn 1.2.0, built with JDK 1.7.0_45 to address JavaDoc issues and > incorporating feedback on the documentation. > > Maven Staging Repository: > https://repository.apache.org/content/rep

[Bug 55776] if path include relative char, eg: ../, classloader will not find zhe file

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 55801] New: Add ability to provide custom SSLContext for websocket client

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801 Bug ID: 55801 Summary: Add ability to provide custom SSLContext for websocket client Product: Tomcat 7 Version: trunk Hardware: All OS: All

Re: Time for 7.0.48

2013-11-20 Thread Mark Thomas
On 16/11/2013 11:23, Violeta Georgieva wrote: > Hi, > > I'm planning to prepare 7.0.48 for voting. > > Please reply here if you would like to include something in that release. I'd like a little time to look at the WebSocket issue (BZ 55799) reported yesterday. BZ 55759 is an obvious candidate

svn commit: r1543753 - in /tomcat/trunk/java/org/apache/catalina/users: LocalStrings.properties MemoryUserDatabase.java

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 10:07:51 2013 New Revision: 1543753 URL: http://svn.apache.org/r1543753 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55798 Log an error if the file can't be found Modified: tomcat/trunk/java/org/apache/catalina/users/LocalStrings.properties to

svn commit: r1543755 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/users/ webapps/docs/

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 10:11:53 2013 New Revision: 1543755 URL: http://svn.apache.org/r1543755 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55798 Log an error if the users file can't be found Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/jav

[Bug 55798] Enabling Manager App - process and description is inadequate

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55798 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #4 from Mark Thomas --- I can see one problem immediately. While the code does check for concurrent messages (which will trigger an IllegalStateException) text messages are converted to bytes before that check in a single buffer

svn commit: r1543772 - /tomcat/trunk/webapps/docs/web-socket-howto.xml

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 11:06:59 2013 New Revision: 1543772 URL: http://svn.apache.org/r1543772 Log: Clarify purposes of buffers. Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1543773 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/web-socket-howto.xml

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 11:09:12 2013 New Revision: 1543773 URL: http://svn.apache.org/r1543773 Log: Clarify purposes of buffers. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto

buildbot failure in ASF Buildbot on tomcat-trunk

2013-11-20 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5241 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1543815 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 13:51:34 2013 New Revision: 1543815 URL: http://svn.apache.org/r1543815 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Implement the restriction required by the JSR356 specification that only one message can be written to a remote endpoint at a ti

svn commit: r1543816 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 13:52:31 2013 New Revision: 1543816 URL: http://svn.apache.org/r1543816 Log: Implement the restriction required by the JSR356 specification that only one message can be written to a remote endpoint at a time. Modified: tomcat/trunk/webapps/examples/WEB-INF/cla

[Bug 55801] Add ability to provide custom SSLContext for websocket client

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801 Marek Jagielski changed: What|Removed |Added CC||marek.jagiel...@gmail.com -- Yo

svn commit: r1543817 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 14:02:28 2013 New Revision: 1543817 URL: http://svn.apache.org/r1543817 Log: Remove dataMessageInProgress since it is no longer required along with the supporting code. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/t

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #5 from Mark Thomas --- I've hopefully fixed this in trunk. If you can provide some feedback on the fix that would be great. I'm leaving this open as I have a little clean-up still to do in trunk for this fix and I also want to

buildbot success in ASF Buildbot on tomcat-trunk

2013-11-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5242 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 55803] New: 1

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55803 Bug ID: 55803 Summary: 1 Product: Tomcat Connectors Version: 1.2.37 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: mod_jk

[Bug 55803] 1

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55803 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1543897 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 18:29:43 2013 New Revision: 1543897 URL: http://svn.apache.org/r1543897 Log: Protect against NPE. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java URL: http://svn.apache.org

[Bug 55804] New: SPNEGOAUTHENTICATOR - GSSCredential does not get renewed after RemainingLifeTime is less than zero

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55804 Bug ID: 55804 Summary: SPNEGOAUTHENTICATOR - GSSCredential does not get renewed after RemainingLifeTime is less than zero Product: Tomcat 7 Version: 7.0.47 Hardware:

svn commit: r1543943 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 20:57:52 2013 New Revision: 1543943 URL: http://svn.apache.org/r1543943 Log: Further work on https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 If an IO error occurs while sending (or receiving) a WebSocket message pretty much the only thing that can be done i

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #7 from Mark Thomas --- I'm not seeing the errors you are seeing but I did spot a possible failure mode which I have now fixed. Could you re-test 8.0.x please. -- You are receiving this mail because: You are the assignee for t

svn commit: r1543948 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java

2013-11-20 Thread markt
Author: markt Date: Wed Nov 20 21:06:24 2013 New Revision: 1543948 URL: http://svn.apache.org/r1543948 Log: Fix a couple of log message TODOs Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplB

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #8 from Konstantin Preißer --- Hi Mark, (In reply to Mark Thomas from comment #7) > I'm not seeing the errors you are seeing but I did spot a possible failure > mode which I have now fixed. Could you re-test 8.0.x please. Than

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #9 from Konstantin Preißer --- (In reply to Konstantin Preißer from comment #8) > I also still see the following exception: Actually I meant the following exception here (but the other one also occurs): Exception in thread "We

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #10 from Konstantin Preißer --- (In reply to Konstantin Preißer from comment #8) > Thanks a lot. I updated to r1543948 and cannot reproduce the main problems > any more (like websocket connection suddenly closes, wrong response

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #11 from Mark Thomas --- OK. Getting better but maybe not quite there yet. Because WebSocket has the potential for multiple threads to be working with a socket concurrently (one read, one write) there is a world of opportunity f

[Bug 55804] SPNEGOAUTHENTICATOR - GSSCredential does not get renewed after RemainingLifeTime is less than zero

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55804 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas