Re: [VOTE] Release Apache Tomcat Native 1.1.27

2013-02-11 Thread Mladen Turk
On 02/08/2013 02:43 PM, Mladen Turk wrote: The Apache Tomcat Native 1.1.27 is [X] Stable, go ahead and release [ ] Broken because of ... My vote, FTR Regards -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apac

[Bug 54551] javascript

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

[Bug 54551] New: javascript

2013-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54551 Bug ID: 54551 Summary: javascript Product: Tomcat 6 Version: unspecified Hardware: PC Status: NEW Severity: critical Priority: P1 Component: Exam

[Bug 51314] JavaScript interpreted as Java when included in JSP

2013-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51314 venu changed: What|Removed |Added CC||trainee.v...@cravaka.com -- You are receiv

RE: When to notify of changed session IDs?

2013-02-11 Thread Williams, Nick
-Original Message- From: Williams, Nick [mailto:nicholas.willi...@ul.com] Sent: Monday, February 11, 2013 5:24 PM To: Tomcat Developers List (dev@tomcat.apache.org) Subject: When to notify of changed session IDs? >After discussing with Mark T, I'm working on implementing >HttpServletReque

When to notify of changed session IDs?

2013-02-11 Thread Williams, Nick
After discussing with Mark T, I'm working on implementing HttpServletRequest.changeSessionId() and the calling of HttpSessionIdListeners as introduced in the Servlet 3.1 specification. I'd like to help and it seemed like a trivial enough item for me to tackle (I may regret saying that :-P). Tom

RE: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId()

2013-02-11 Thread Williams, Nick
(I'm replying to both your emails here. Forgive me.) -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, February 11, 2013 2:38 PM To: Tomcat Developers List Subject: Re: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId() >> Fascinating. Years ago

Re: Question about bug 51526

2013-02-11 Thread Mark Thomas
On 11/02/2013 18:23, Violeta Georgieva wrote: > Hi, > > I would like to work on this enhancement request [1]. > What do you think? Is it Ok to provide implementation for it in Tomcat 7? For addWebapp, processing META-INF/context.xml seems reasonable to me. I don't have an issue with that feature

Re: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId()

2013-02-11 Thread Mark Thomas
On 11/02/2013 19:38, Williams, Nick wrote: > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, February 11, 2013 10:46 AM > To: Tomcat Developers List > Subject: Re: EL 3.0, HttpSessionIdListener, > HttpServletRequest#changeSessionId() > >> For WebSocket I a

svn commit: r1444951 - in /tomcat/trunk: java/javax/servlet/ java/javax/servlet/http/ java/org/apache/catalina/connector/ java/org/apache/catalina/filters/ java/org/apache/catalina/ssi/ java/org/apach

2013-02-11 Thread markt
Author: markt Date: Mon Feb 11 20:28:56 2013 New Revision: 1444951 URL: http://svn.apache.org/r1444951 Log: Rename canWrite() -> isReady() Modified: tomcat/trunk/java/javax/servlet/ServletOutputStream.java tomcat/trunk/java/javax/servlet/http/HttpServlet.java tomcat/trunk/java/org/apa

svn commit: r1444946 - in /tomcat/trunk: java/javax/servlet/http/ java/org/apache/catalina/connector/ java/org/apache/catalina/websocket/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/a

2013-02-11 Thread markt
Author: markt Date: Mon Feb 11 20:24:03 2013 New Revision: 1444946 URL: http://svn.apache.org/r1444946 Log: Rename ProtocolHandler to HttpUpgradeHandler Added: tomcat/trunk/java/javax/servlet/http/HttpUpgradeHandler.java - copied, changed from r1444731, tomcat/trunk/java/javax/servlet/

Re: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId()

2013-02-11 Thread Mark Thomas
On 11/02/2013 18:22, Williams, Nick wrote: > -Original Message- From: Mark Thomas > [mailto:ma...@apache.org] Sent: Monday, February 11, 2013 10:46 AM > To: Tomcat Developers List Subject: Re: EL 3.0, > HttpSessionIdListener, HttpServletRequest#changeSessionId() > >>> 1) Where do y'all ge

RE: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId()

2013-02-11 Thread Williams, Nick
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, February 11, 2013 10:46 AM To: Tomcat Developers List Subject: Re: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId() > For WebSocket I automate it a little by using javap on the spec repository

Question about bug 51526

2013-02-11 Thread Violeta Georgieva
Hi, I would like to work on this enhancement request [1]. What do you think? Is it Ok to provide implementation for it in Tomcat 7? Thanks Violeta [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=51526 - To unsubscribe, e

RE: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId()

2013-02-11 Thread Williams, Nick
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, February 11, 2013 10:46 AM To: Tomcat Developers List Subject: Re: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId() >> 1) Where do y'all get the javax.* code that's in your repository? > >The so

Re: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId()

2013-02-11 Thread Mark Thomas
On 11/02/2013 16:00, Williams, Nick wrote: > 1) Where do y'all get the javax.* code that's in your repository? The sources have varied over time (at one point Tomcat was the reference implementation). These days it is essentially a manual process to create them from the spec. For WebSocket I auto

RE: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId()

2013-02-11 Thread Williams, Nick
> On 11/02/2013 01:05, Williams, Nick wrote: >> As some of you know, I've been experimenting with Tomcat trunk (8.0) >> and the latest specs. I understand, of course, that this is all far >> from complete. While playing around this weekend, I noticed three >> things: >> >> >> - Tomcat trun

svn commit: r1444808 - in /tomcat/trunk: java/javax/websocket/ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/

2013-02-11 Thread markt
Author: markt Date: Mon Feb 11 14:57:27 2013 New Revision: 1444808 URL: http://svn.apache.org/r1444808 Log: Update to draft v12 of WebSocket API Align current implementation with draft Modified: tomcat/trunk/java/javax/websocket/CloseReason.java tomcat/trunk/java/javax/websocket/Container

svn commit: r1444769 - in /tomcat/trunk/test/org/apache/tomcat/websocket: TestWsRemoteEndpoint.java TesterSingleMessageClient.java

2013-02-11 Thread markt
Author: markt Date: Mon Feb 11 14:03:53 2013 New Revision: 1444769 URL: http://svn.apache.org/r1444769 Log: Add Writer test Added: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsRemoteEndpoint.java (with props) Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterSingleMe

svn commit: r1444768 - in /tomcat/trunk/java/org/apache/tomcat/websocket: Constants.java LocalStrings.properties WsRemoteEndpointBase.java WsSession.java

2013-02-11 Thread markt
Author: markt Date: Mon Feb 11 14:03:35 2013 New Revision: 1444768 URL: http://svn.apache.org/r1444768 Log: Implement new approach to locking Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Constants.java tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties to

svn commit: r1444762 - in /tomcat/trunk/java/org/apache/catalina/storeconfig: IStoreConfig.java StoreConfig.java WebResourceRootSF.java

2013-02-11 Thread markt
Author: markt Date: Mon Feb 11 13:33:37 2013 New Revision: 1444762 URL: http://svn.apache.org/r1444762 Log: Fix a handful of Javadoc warnings Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java

Re: [VOTE] Release Apache Tomcat Native 1.1.27

2013-02-11 Thread Mladen Turk
On 02/11/2013 12:26 PM, Rainer Jung wrote: On 08.02.2013 14:43, Mladen Turk wrote: - key not in all KEYS files: I found it in /tomcat/native/branches/1.1.x/KEYS and on people.a.o, but it should also be added to http://archive.apache.org/dist/tomcat/tomcat-connectors/KEYS and /tomcat/t

Re: [VOTE] Release Apache Tomcat Native 1.1.27

2013-02-11 Thread Rainer Jung
On 08.02.2013 14:43, Mladen Turk wrote: > Version 1.1.27 is bug fixing release. > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The VOTE will remain open for at least 48 hours. > > The Apache Tomcat Native 1.1.27 is > [X] Stable, go ahead and rel

svn commit: r1444737 - /tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java

2013-02-11 Thread jfclere
Author: jfclere Date: Mon Feb 11 11:03:50 2013 New Revision: 1444737 URL: http://svn.apache.org/r1444737 Log: Make the requestURI string is also reset. Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/rewr

[Tomcat Wiki] Update of "FAQ/Linux_Unix" by KonstantinKolinko

2013-02-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Linux_Unix" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/Linux_Unix?action=diff&rev1=9&rev2=10 Comment: Add an answer to the question of using

Re: svn commit: r1444684 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointBase.java

2013-02-11 Thread Mark Thomas
On 11/02/2013 08:59, ma...@apache.org wrote: > Author: markt > Date: Mon Feb 11 08:59:28 2013 > New Revision: 1444684 > > URL: http://svn.apache.org/r1444684 > Log: > OutputStream and Writer support I have a unit test for this but it has highlighted a problem with the current locking approach. I'

Re: EL 3.0, HttpSessionIdListener, HttpServletRequest#changeSessionId()

2013-02-11 Thread Mark Thomas
On 11/02/2013 01:05, Williams, Nick wrote: > As some of you know, I've been experimenting with Tomcat trunk (8.0) > and the latest specs. I understand, of course, that this is all far > from complete. While playing around this weekend, I noticed three > things: > > > - Tomcat trunk still

svn commit: r1444684 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointBase.java

2013-02-11 Thread markt
Author: markt Date: Mon Feb 11 08:59:28 2013 New Revision: 1444684 URL: http://svn.apache.org/r1444684 Log: OutputStream and Writer support Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointBase.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpo