[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=diff&rev1=20&rev2=21 Comment: Add Tomcat 8 (mainly to test the wiki after an OS

[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 --- Created attachment 30497 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30497&action=edit set apple.awt.UIElement=true -- You are receiving this mail because: You are the assignee for the bu

[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 --- Sorry for not mentioning the jdk version originally. More digging revealed what I believe to be a better fix for the problem: https://developer.apple.com/library/mac/#documentation/Java/Reference/Java_P

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFOR

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: http://svn.a

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: http://svn.apache.org/viewvc/tomcat/trunk/java

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: http://svn

[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 --- 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 running tests under jd

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 tomcat/trunk/java/org/apache/j

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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-tabpanel&focusedCommentId=13695606#comment-13695606 ] Quintin Siebers commented on MTOMCAT-195: - Same issue here, except it happens 3 t

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, sect

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: tomcat/trunk/java/org/apache/tomcat/websocket/serve

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: http://s

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

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. > >

[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 --- 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. -

[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 --- Created attachment 30494 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30494&action=edit against head? is this what you wanted? if not, please provide a tip or link. -- You are receiving

[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 --- Try again with 7.0.x HEAD please -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 55155] New: 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 Bug ID: 55155 Summary: running tomcat tests cause terminal to repeatedly grab focus (on os x) Product: Tomcat 7 Version: unspecified Hardware: Macintosh

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

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 org.apache.juli.log

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: http://svn.apache

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 1.0,

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 wrote: > > > > On Fri, Jun 28, 2013 at 3:44 PM, Mark Thomas 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 sendB

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 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 bytebuffer.ar

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: tomcat/trunk/java/org/apache/

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:

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

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.

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. Nei

[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 --- 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 generated. I don't und

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 was

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: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.j