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

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55804 --- Comment #4 from Sachin Kumar --- Sure thanks Mark. Can we have this fix soon? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscr

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

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #19 from Nick Williams --- Confirmed. Looks like it is working now. Thanks! -- You are receiving this mail because: You are the assignee for the bug. - To un

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2013-11-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

[jira] [Updated] (MTOMCAT-211) The .war file is not extracted from executable war

2013-11-28 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-211: --- Fix Version/s: (was: 2.2) 3.0 > The .war file is not

[jira] [Reopened] (MTOMCAT-211) The .war file is not extracted from executable war

2013-11-28 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) reopened MTOMCAT-211: > The .war file is not extracted from executable war > ---

[jira] [Commented] (MTOMCAT-211) The .war file is not extracted from executable war

2013-11-28 Thread Alexander Pechersky (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834994#comment-13834994 ] Alexander Pechersky commented on MTOMCAT-211: - It certainly appears to be the

[Bug 55824] HandshakeRequest.getHttpSession() may return null at ServerEndpointConfig.Configurator.modifyHandshake time

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55824 --- Comment #6 from Niklas Hallqvist --- OK, I accept the ruling, no problems. I made the Configurator a @WebListener to get at the context instead. It's actually a better design. Thanks for bearing with me. I post this final comment he

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[jira] [Commented] (MTOMCAT-211) The .war file is not extracted from executable war

2013-11-28 Thread Tim Astle (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834917#comment-13834917 ] Tim Astle commented on MTOMCAT-211: --- Should the fix version of this issue be updated to

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

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

svn commit: r1546383 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-11-28 Thread markt
Author: markt Date: Thu Nov 28 14:55:50 2013 New Revision: 1546383 URL: http://svn.apache.org/r1546383 Log: Additional fix required for bug 55799 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Propcha

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

2013-11-28 Thread markt
Author: markt Date: Thu Nov 28 14:55:03 2013 New Revision: 1546382 URL: http://svn.apache.org/r1546382 Log: Additional fix required for bug 55799 Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsR

svn commit: r1546381 - /tomcat/trunk/build.xml

2013-11-28 Thread markt
Author: markt Date: Thu Nov 28 14:51:58 2013 New Revision: 1546381 URL: http://svn.apache.org/r1546381 Log: Tab police Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1546381&r1=1546380&r2=1546381&view=diff =

svn commit: r1546373 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/WsServerContainer.java webapps/docs/changelog.xml

2013-11-28 Thread markt
Author: markt Date: Thu Nov 28 14:29:31 2013 New Revision: 1546373 URL: http://svn.apache.org/r1546373 Log: Fix NPE reported on users list when HTTP session ends Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsServerContain

svn commit: r1546372 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2013-11-28 Thread markt
Author: markt Date: Thu Nov 28 14:27:42 2013 New Revision: 1546372 URL: http://svn.apache.org/r1546372 Log: Fix NPE reported on users list when HTTP session ends Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java Modified: tomcat/trunk/java/org/apache/tomc

svn commit: r1546365 - in /tomcat/trunk: ./ res/maven/

2013-11-28 Thread markt
Author: markt Date: Thu Nov 28 14:01:20 2013 New Revision: 1546365 URL: http://svn.apache.org/r1546365 Log: Create a new tomcat-util-scan.jar that contains the classes for JAR scanning and XML descriptor processing. Update the .pom files with the new dependencies. Review the .pom file dependencie

[Bug 55813] in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

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

[Bug 55824] HandshakeRequest.getHttpSession() may return null at ServerEndpointConfig.Configurator.modifyHandshake time

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55824 --- Comment #5 from Mark Thomas --- That isn't how I read it. If there is no "HTTP session under which a client is operating" then there is no requirement to create one. If you want an HTTP session to be available then you'll have to crea

[Bug 55824] HandshakeRequest.getHttpSession() may return null at ServerEndpointConfig.Configurator.modifyHandshake time

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55824 --- Comment #4 from Niklas Hallqvist --- "Because websocket connections are initiated with an http request, there is an association between the HttpSession under which a client is operating and any websockets that are established within tha

[Bug 55824] HandshakeRequest.getHttpSession() may return null at ServerEndpointConfig.Configurator.modifyHandshake time

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55824 --- Comment #3 from Niklas Hallqvist --- Granted, this may not be a bug, I am not a native english speaker and did not interpret the standards text quite as rigidly as you. For me, there is an HTTP session, although not an HttpSession, at

[Bug 55824] HandshakeRequest.getHttpSession() may return null at ServerEndpointConfig.Configurator.modifyHandshake time

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55824 --- Comment #2 from Mark Thomas --- ...session to be created if one does not already exist. -- You are receiving this mail because: You are the assignee for the bug. - T

[Bug 55824] HandshakeRequest.getHttpSession() may return null at ServerEndpointConfig.Configurator.modifyHandshake time

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

[Bug 55824] New: HandshakeRequest.getHttpSocket() may return null at ServerEndpointConfig.Configurator.modifyHandshake time

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55824 Bug ID: 55824 Summary: HandshakeRequest.getHttpSocket() may return null at ServerEndpointConfig.Configurator.modifyHandshake time Product: Tomcat 8 Version: 8.0.0-RC5