Re: [VOTE] Release Apache Tomcat 7.0.28

2012-06-16 Thread Rainer Jung
On 15.06.2012 11:14, Mark Thomas wrote: The proposed Apache Tomcat 7.0.28 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.28/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-24

svn commit: r1350900 - /tomcat/trunk/res/maven/README.txt

2012-06-16 Thread kkolinko
Author: kkolinko Date: Sat Jun 16 10:06:27 2012 New Revision: 1350900 URL: http://svn.apache.org/viewvc?rev=1350900&view=rev Log: Correct typos Modified: tomcat/trunk/res/maven/README.txt Modified: tomcat/trunk/res/maven/README.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/RE

svn commit: r1350902 - in /tomcat/tc7.0.x/trunk: ./ res/maven/README.txt

2012-06-16 Thread kkolinko
Author: kkolinko Date: Sat Jun 16 10:10:40 2012 New Revision: 1350902 URL: http://svn.apache.org/viewvc?rev=1350902&view=rev Log: Correct typos Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/res/maven/README.txt Propchange: tomcat/tc7.0.x/trunk/ --

[jira] [Created] (MTOMCAT-161) Executable WAR: extraDependencies (JARs) should not be extracted but used directly

2012-06-16 Thread Manuel Hartl (JIRA)
Manuel Hartl created MTOMCAT-161: Summary: Executable WAR: extraDependencies (JARs) should not be extracted but used directly Key: MTOMCAT-161 URL: https://issues.apache.org/jira/browse/MTOMCAT-161 Pr

[Bug 53424] New: Add better support for pre-compilation of jsps in a jar

2012-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53424 Priority: P2 Bug ID: 53424 Assignee: dev@tomcat.apache.org Summary: Add better support for pre-compilation of jsps in a jar Severity: normal Classification: Unclass

[Bug 53424] Add better support for pre-compilation of jsps in a jar

2012-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53424 Anthony Gerrard changed: What|Removed |Added CC||anthonygerrard+apache.org@g

buildbot exception in ASF Buildbot on tomcat-trunk

2012-06-16 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/3092 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

buildbot exception in ASF Buildbot on tomcat-7-trunk

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

Re: [Proposal] Preparatory refactoring for Resource handling refactoring

2012-06-16 Thread Konstantin Kolinko
2012/6/15 Mark Thomas : > All, > > Servlet 3.1 looks like it is going to introduce 'overlays' or something > similar along the lines of the enhancement request [1]. > > Tomcat already has aliases, VirtualDirContext and resource JAR support - > each implemented slightly differently. Things are alrea

Re: [VOTE] Release Apache Tomcat 7.0.28

2012-06-16 Thread Olivier Lamy
+1: tested with the maven plugin and some projects which use maven artifacts for embed. Thanks! -- Olivier 2012/6/15 Mark Thomas : > The proposed Apache Tomcat 7.0.28 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.28

Re: [Proposal] Preparatory refactoring for Resource handling refactoring

2012-06-16 Thread Mark Thomas
On 16/06/2012 16:28, Konstantin Kolinko wrote: > 2012/6/15 Mark Thomas : >> All, >> >> Servlet 3.1 looks like it is going to introduce 'overlays' or something >> similar along the lines of the enhancement request [1]. >> >> Tomcat already has aliases, VirtualDirContext and resource JAR support - >>

Re: [Proposal] Preparatory refactoring for Resource handling refactoring

2012-06-16 Thread Konstantin Kolinko
2012/6/16 Mark Thomas : > >> URLs are needed per Servlet API, so they cannot be removed. Does our >> "jndi" schema need DirContext as underlying implementation? > > Our jndi scheme was used to provide access to resources. I believe all > of that will now go. > >> I noticed the following commit in a

Re: [Proposal] Preparatory refactoring for Resource handling refactoring

2012-06-16 Thread Mark Thomas
Konstantin Kolinko wrote: >2012/6/16 Mark Thomas : >> >>> URLs are needed per Servlet API, so they cannot be removed. Does our >>> "jndi" schema need DirContext as underlying implementation? >> >> Our jndi scheme was used to provide access to resources. I believe >all >> of that will now go. >>

svn commit: r1351010 - in /tomcat/trunk/webapps/examples/websocket: chat.html echo.html snake.html

2012-06-16 Thread markt
Author: markt Date: Sat Jun 16 21:36:19 2012 New Revision: 1351010 URL: http://svn.apache.org/viewvc?rev=1351010&view=rev Log: Fix the WebSocket examples so the work with secure as well as non-secure connections. Modified: tomcat/trunk/webapps/examples/websocket/chat.html tomcat/trunk/we

svn commit: r1351011 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/websocket/chat.html webapps/examples/websocket/echo.html webapps/examples/websocket/snake.html

2012-06-16 Thread markt
Author: markt Date: Sat Jun 16 21:40:17 2012 New Revision: 1351011 URL: http://svn.apache.org/viewvc?rev=1351011&view=rev Log: Fix the WebSocket examples so the work with secure as well as non-secure connections. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/weba

Re: [Proposal] Preparatory refactoring for Resource handling refactoring

2012-06-16 Thread Mark Thomas
On 16/06/2012 19:18, Mark Thomas wrote: > > > Konstantin Kolinko wrote: > >> 2012/6/16 Mark Thomas : >>> URLs are needed per Servlet API, so they cannot be removed. Does our "jndi" schema need DirContext as underlying implementation? >>> >>> Our jndi scheme was used to provide

buildbot success in ASF Buildbot on tomcat-trunk

2012-06-16 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/3093 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-06-16 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/681 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

RE: Possible IIS SPDY Redirector for Tomcat

2012-06-16 Thread Konstantin Preißer
Hello all, > > -Original Message- > > From: Costin Manolache [mailto:cos...@gmail.com] > > Sent: Tuesday, May 29, 2012 9:09 AM > > > > Google servers (AFAIK) support both 2 and 3. > > > > I'm working on a 3 implementation for tomcat - the hard part is the > > flow > > control. The even h

Re: [VOTE] Release Apache Tomcat 7.0.28

2012-06-16 Thread Konstantin Kolinko
2012/6/15 Mark Thomas : > The proposed Apache Tomcat 7.0.28 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.28/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-243/ > Th

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-06-16 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-tc7.0.x-validate has an issue affecting its community integration.

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

2012-06-16 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-validate has an issue affecting its community integration. Th

svn commit: r1351054 - in /tomcat/trunk/webapps/examples/websocket: chat.html echo.html snake.html

2012-06-16 Thread kkolinko
Author: kkolinko Date: Sun Jun 17 06:04:46 2012 New Revision: 1351054 URL: http://svn.apache.org/viewvc?rev=1351054&view=rev Log: tabs -> spaces, as reminded by Checkstyle Modified: tomcat/trunk/webapps/examples/websocket/chat.html tomcat/trunk/webapps/examples/websocket/echo.html tom

svn commit: r1351055 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/chat.html webapps/examples/websocket/echo.html webapps/examples/websocket/snake.html

2012-06-16 Thread kkolinko
Author: kkolinko Date: Sun Jun 17 06:08:36 2012 New Revision: 1351055 URL: http://svn.apache.org/viewvc?rev=1351055&view=rev Log: Merged revision 1351054 from tomcat/trunk: tabs -> spaces, as reminded by Checkstyle Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/web

svn commit: r1351056 - in /tomcat/trunk/webapps/examples/jsp/jsp2/jspx: svgexample.html textRotate.jspx

2012-06-16 Thread kkolinko
Author: kkolinko Date: Sun Jun 17 06:14:37 2012 New Revision: 1351056 URL: http://svn.apache.org/viewvc?rev=1351056&view=rev Log: Correct reference to Apache Batik project It now lives in xmlgraphics.apache.org. Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html tomcat/

svn commit: r1351057 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/jsp/jsp2/jspx/svgexample.html webapps/examples/jsp/jsp2/jspx/textRotate.jspx

2012-06-16 Thread kkolinko
Author: kkolinko Date: Sun Jun 17 06:16:55 2012 New Revision: 1351057 URL: http://svn.apache.org/viewvc?rev=1351057&view=rev Log: Merged revision 1351056 from tomcat/trunk: Correct reference to Apache Batik project It now lives in xmlgraphics.apache.org. Modified: tomcat/tc7.0.x/trunk/ (pro

svn commit: r1351058 - in /tomcat/tc6.0.x/trunk: ./ webapps/examples/jsp/jsp2/jspx/svgexample.html webapps/examples/jsp/jsp2/jspx/textRotate.jspx

2012-06-16 Thread kkolinko
Author: kkolinko Date: Sun Jun 17 06:19:53 2012 New Revision: 1351058 URL: http://svn.apache.org/viewvc?rev=1351058&view=rev Log: CTR Merged revision 1351056 from tomcat/trunk: Correct reference to Apache Batik project in SVG generation example It now lives in xmlgraphics.apache.org. Modified:

svn commit: r1351059 - in /tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx: svgexample.html textRotate.jspx

2012-06-16 Thread kkolinko
Author: kkolinko Date: Sun Jun 17 06:24:34 2012 New Revision: 1351059 URL: http://svn.apache.org/viewvc?rev=1351059&view=rev Log: CTR Correct reference to Apache Batik project in SVG generation example It now lives in xmlgraphics.apache.org. It is backport of r1351056 from trunk. Modified: t