Re: mod_jk, JSESSION_ID and load-balancing

2013-06-28 Thread Henri Gomez
Thanks for testing Henri. From my point of view it should be good for production and I guess 1.2.38 is not to far away. +1 I'll do some more tests using ab/gatling to see how it works under load. And now you can have your own personal HENRICOOKIE ;) Rhooo :) Thanks Rainer, great works !

[Bug 55031] Update MANIFEST.MF for OSGi headers

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55031 --- Comment #1 from Violeta Georgieva violet...@apache.org --- Hi, In the patch you specify in the Export-Package header:

svn commit: r1497670 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 07:35:49 2013 New Revision: 1497670 URL: http://svn.apache.org/r1497670 Log: WebSocket 1.0, section 8.2 There is an implied restriction that any initial upgrade request must use HTTP GET. Modified:

Re: Tomcat 7.0.41 JNDIRealm revision 1491394

2013-06-28 Thread Brian Burch
On 27/06/13 21:03, Mark Thomas wrote: On 27/06/2013 19:23, Brian Burch wrote: So will you deal with it from now on, or would you like me to open bugs on tc7 and tc8? Fixed. It would be good if you could confirm the fix is correct. I checked out the tc7 trunk. The source of JNDIRealm

[Bug 55031] Update MANIFEST.MF for OSGi headers

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55031 --- Comment #2 from Martin Lichtin lich...@yahoo.com --- I took the 7.0.40 sources artifact, as far as I can remember. However, when getting the sources from trunk and using the Felix bundle plugin, the same import/export headers are

WebSocket: to flip or not the ByteBuffer during sendBinary in RemoteEndpoint(s)

2013-06-28 Thread Niki Dokovski
Hi folks, while playing around with tyrus and tomcat implementation of websocket I spotted a difference in the way sendBinary is actually implemented. In short: tyrus uses bytebuffer.array(), hence there is no change in buffer's position while we end with channel write operation that does this.

svn commit: r1497741 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2013-06-28 Thread violetagg
Author: violetagg Date: Fri Jun 28 12:01:42 2013 New Revision: 1497741 URL: http://svn.apache.org/r1497741 Log: Merged revision 1497474 from tomcat/trunk: When calculating the path in AsyncContext.dispatch(), methods ServletRequest.getRequestURI and ServletRequest.getContextPath cannot be used.

Re: WebSocket: to flip or not the ByteBuffer during sendBinary in RemoteEndpoint(s)

2013-06-28 Thread Mark Thomas
On 28/06/2013 12:47, Niki Dokovski wrote: Hi folks, while playing around with tyrus and tomcat implementation of websocket I spotted a difference in the way sendBinary is actually implemented. In short: tyrus uses bytebuffer.array(), hence there is no change in buffer's position while we end

svn commit: r1497754 - /tomcat/trunk/modules/jdbc-pool/resources/MANIFEST.MF

2013-06-28 Thread violetagg
Author: violetagg Date: Fri Jun 28 12:54:52 2013 New Revision: 1497754 URL: http://svn.apache.org/r1497754 Log: Fixed Export-Package header and the uses directives. Import org.apache.juli.logging package with no version so that any version of a bundle that provides it can be used. Modified:

svn commit: r1497756 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsSession.java WsWebSocketContainer.java server/WsHttpUpgradeHandler.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 12:55:21 2013 New Revision: 1497756 URL: http://svn.apache.org/r1497756 Log: Add some plumbing to make the HTTP session ID available to the WeBSocket session. This will be required to implement WebSocket 1.0, section 7.2. Modified:

Re: WebSocket: to flip or not the ByteBuffer during sendBinary in RemoteEndpoint(s)

2013-06-28 Thread Niki Dokovski
On Fri, Jun 28, 2013 at 3:44 PM, Mark Thomas ma...@apache.org wrote: On 28/06/2013 12:47, Niki Dokovski wrote: Hi folks, while playing around with tyrus and tomcat implementation of websocket I spotted a difference in the way sendBinary is actually implemented. In short: tyrus uses

Re: WebSocket: to flip or not the ByteBuffer during sendBinary in RemoteEndpoint(s)

2013-06-28 Thread Niki Dokovski
On Fri, Jun 28, 2013 at 3:57 PM, Niki Dokovski nick...@gmail.com wrote: On Fri, Jun 28, 2013 at 3:44 PM, Mark Thomas ma...@apache.org wrote: On 28/06/2013 12:47, Niki Dokovski wrote: Hi folks, while playing around with tyrus and tomcat implementation of websocket I spotted a

svn commit: r1497763 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsSession.java WsWebSocketContainer.java server/WsHttpUpgradeHandler.java server/WsServerContainer.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 13:15:45 2013 New Revision: 1497763 URL: http://svn.apache.org/r1497763 Log: Refactor to register and unregister endpoint instances and session instances rather than endpoint classes and session instances. This is required to support implementation of WebSocket

svn commit: r1497764 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 13:16:37 2013 New Revision: 1497764 URL: http://svn.apache.org/r1497764 Log: Trivial whitespace Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java URL:

svn commit: r1497765 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/resources/MANIFEST.MF webapps/docs/changelog.xml

2013-06-28 Thread violetagg
Author: violetagg Date: Fri Jun 28 13:20:58 2013 New Revision: 1497765 URL: http://svn.apache.org/r1497765 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55031 Merged revision 1497754 from tomcat/trunk: Fixed Export-Package header and the uses directives. Import

[Bug 55031] Update MANIFEST.MF for OSGi headers

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55031 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55155] running tomcat tests cause terminal to repeatedly grab focus (on os x)

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55155 --- Comment #1 from Mark Thomas ma...@apache.org --- Try again with 7.0.x HEAD please -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 55155] running tomcat tests cause terminal to repeatedly grab focus (on os x)

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55155 --- Comment #2 from Casey Lucas clu...@e-miles.com --- Created attachment 30494 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30494action=edit against head? is this what you wanted? if not, please provide a tip or link. --

[Bug 55155] running tomcat tests cause terminal to repeatedly grab focus (on os x)

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55155 --- Comment #3 from Mark Thomas ma...@apache.org --- No, that isn't what I meant. Please re-test with the latest source code for 7.0.x/trunk from subversion. -- You are receiving this mail because: You are the assignee for the bug.

Re: svn commit: r1497670 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.java

2013-06-28 Thread Nick Williams
On Jun 28, 2013, at 2:35 AM, ma...@apache.org wrote: Author: markt Date: Fri Jun 28 07:35:49 2013 New Revision: 1497670 URL: http://svn.apache.org/r1497670 Log: WebSocket 1.0, section 8.2 There is an implied restriction that any initial upgrade request must use HTTP GET. +

Re: svn commit: r1497670 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.java

2013-06-28 Thread Mark Thomas
On 28/06/2013 17:00, Nick Williams wrote: On Jun 28, 2013, at 2:35 AM, ma...@apache.org wrote: Author: markt Date: Fri Jun 28 07:35:49 2013 New Revision: 1497670 URL: http://svn.apache.org/r1497670 Log: WebSocket 1.0, section 8.2 There is an implied restriction that any initial upgrade

svn commit: r1497832 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 16:28:13 2013 New Revision: 1497832 URL: http://svn.apache.org/r1497832 Log: Clarify comment Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.java URL:

svn commit: r1497851 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsSession.java WsWebSocketContainer.java server/WsSci.java server/WsServerContainer.java server/WsSessionListener.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 17:10:27 2013 New Revision: 1497851 URL: http://svn.apache.org/r1497851 Log: WebSocket 1.0, section 7.2 Connections created under an authenticated HTTP session must be closed when the HTTP session ends. Added:

Re: svn commit: r1497670 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.java

2013-06-28 Thread Nick Williams
On Jun 28, 2013, at 11:27 AM, Mark Thomas wrote: On 28/06/2013 17:00, Nick Williams wrote: On Jun 28, 2013, at 2:35 AM, ma...@apache.org wrote: Author: markt Date: Fri Jun 28 07:35:49 2013 New Revision: 1497670 URL: http://svn.apache.org/r1497670 Log: WebSocket 1.0, section 8.2 There

[jira] [Commented] (MTOMCAT-195) Plugin uploads WAR file twice

2013-06-28 Thread Quintin Siebers (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13695606#comment-13695606 ] Quintin Siebers commented on MTOMCAT-195: - Same issue here, except it happens 3

[Bug 55155] running tomcat tests cause terminal to repeatedly grab focus (on os x)

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55155 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1497876 - in /tomcat/trunk/java/org/apache/jasper/el: ELContextImpl.java JasperELResolver.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 18:53:13 2013 New Revision: 1497876 URL: http://svn.apache.org/r1497876 Log: Add TODOs for the EL 3.0 related changes in JSP 2.3 Modified: tomcat/trunk/java/org/apache/jasper/el/ELContextImpl.java tomcat/trunk/java/org/apache/jasper/el/JasperELResolver.java

svn commit: r1497878 - in /tomcat/trunk/java/org/apache/jasper: resources/LocalStrings.properties servlet/JspServlet.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 18:53:47 2013 New Revision: 1497878 URL: http://svn.apache.org/r1497878 Log: JSP 2.3, section JSP.11.1 Reduce supported verbs to GET, POST and HEAD Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

[Bug 55155] running tomcat tests cause terminal to repeatedly grab focus (on os x)

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55155 --- Comment #5 from Casey Lucas clu...@e-miles.com --- I ran the tests (again) after updating trunk. Same results (lots of window focus change). Are you trying the osx built-in Terminal app? Maybe that has something to do with it. I'm

svn commit: r1497894 - /tomcat/trunk/java/javax/el/ArrayELResolver.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 19:10:42 2013 New Revision: 1497894 URL: http://svn.apache.org/r1497894 Log: Re-order to make checking against EL Spec RI easier Modified: tomcat/trunk/java/javax/el/ArrayELResolver.java Modified: tomcat/trunk/java/javax/el/ArrayELResolver.java URL:

svn commit: r1497895 - /tomcat/trunk/java/javax/el/BeanELResolver.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 19:13:07 2013 New Revision: 1497895 URL: http://svn.apache.org/r1497895 Log: Reduce visibility Modified: tomcat/trunk/java/javax/el/BeanELResolver.java Modified: tomcat/trunk/java/javax/el/BeanELResolver.java URL:

svn commit: r1497896 - /tomcat/trunk/java/javax/el/BeanELResolver.java

2013-06-28 Thread markt
Author: markt Date: Fri Jun 28 19:16:24 2013 New Revision: 1497896 URL: http://svn.apache.org/r1497896 Log: Re-order to make checking against EL Spec RI easier Modified: tomcat/trunk/java/javax/el/BeanELResolver.java Modified: tomcat/trunk/java/javax/el/BeanELResolver.java URL:

[Bug 55155] running tomcat tests cause terminal to repeatedly grab focus (on os x)

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55155 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 55155] running tomcat tests cause terminal to repeatedly grab focus (on os x)

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55155 --- Comment #7 from Casey Lucas clu...@e-miles.com --- Sorry for not mentioning the jdk version originally. More digging revealed what I believe to be a better fix for the problem:

[Bug 55155] running tomcat tests cause terminal to repeatedly grab focus (on os x)

2013-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55155 --- Comment #8 from Casey Lucas clu...@e-miles.com --- Created attachment 30497 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30497action=edit set apple.awt.UIElement=true -- You are receiving this mail because: You are the

[Tomcat Wiki] Update of TomcatVersions by markt

2013-06-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The TomcatVersions page has been changed by markt: https://wiki.apache.org/tomcat/TomcatVersions?action=diffrev1=20rev2=21 Comment: Add Tomcat 8 (mainly to test the wiki after an OS