[ANN] Apache Tomcat 8.0.9 (stable) available

2014-06-26 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.9, the first stable release of the 8.0.x series. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apac

Re: [ANN] Apache Tomcat 8.0.9 (stable) available

2014-06-26 Thread vaibhav kulkarni
cheers !!! On Thu, Jun 26, 2014 at 12:30 PM, Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 8.0.9, the first stable release of the 8.0.x series. > > Apache Tomcat 8 is an open source software implementation of the Java > Servlet, JavaServer P

svn commit: r1605723 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-06-26 Thread remm
Author: remm Date: Thu Jun 26 10:16:59 2014 New Revision: 1605723 URL: http://svn.apache.org/r1605723 Log: Avoid NPE with storeconfig. Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

svn commit: r1605724 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/IStoreConfig.java java/org/apache/catalina/storeconfig/LocalStrings.properties java/org/apache/catalina/storeconfig/StoreC

2014-06-26 Thread remm
Author: remm Date: Thu Jun 26 10:18:07 2014 New Revision: 1605724 URL: http://svn.apache.org/r1605724 Log: Improve exception routing so that a thrown exception interrupts the store process (avoid server.xml overwrite with a broken one). Modified: tomcat/trunk/java/org/apache/catalina/storeco

Re: svn commit: r1605723 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-06-26 Thread Konstantin Kolinko
2014-06-26 14:16 GMT+04:00 : > Author: remm > Date: Thu Jun 26 10:16:59 2014 > New Revision: 1605723 > > URL: http://svn.apache.org/r1605723 > Log: > Avoid NPE with storeconfig. > > Modified: > tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java > > Modified: tomcat/trunk/java

svn commit: r1605747 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2014-06-26 Thread kpreisser
Author: kpreisser Date: Thu Jun 26 11:37:51 2014 New Revision: 1605747 URL: http://svn.apache.org/r1605747 Log: Follow-Up to r1605427: Move more recent news to the top and correct date. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/tr

Re: svn commit: r1605723 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-06-26 Thread Rémy Maucherat
2014-06-26 13:32 GMT+02:00 Konstantin Kolinko : > What are the circumstances when this NPE happens? > > StandardRoot.initInternal() throws an IllegalStateException if the > context is null. How can it be without a context? > "Avoid NPE with storeconfig": storeconfig creates instances to determine

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-06-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 --- Comment #13 from Konstantin Kolinko --- Technical (bikeshed) question about e): 1. what version number are you going to use? a. 4.4 from the file name b. 3.something from the manifest c. 8.0.9 from Tomcat If it a. or b. I think that f

Re: svn commit: r1605723 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-06-26 Thread Konstantin Kolinko
2014-06-26 15:40 GMT+04:00 Rémy Maucherat : > 2014-06-26 13:32 GMT+02:00 Konstantin Kolinko : > >> What are the circumstances when this NPE happens? >> >> StandardRoot.initInternal() throws an IllegalStateException if the >> context is null. How can it be without a context? >> > > "Avoid NPE with s

svn commit: r1605765 - in /tomcat/trunk/java/org/apache/catalina: storeconfig/server-registry.xml webresources/StandardRoot.java

2014-06-26 Thread remm
Author: remm Date: Thu Jun 26 12:40:25 2014 New Revision: 1605765 URL: http://svn.apache.org/r1605765 Log: Skip domain property instead. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Mo

Re: svn commit: r1605724 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/IStoreConfig.java java/org/apache/catalina/storeconfig/LocalStrings.properties java/org/apache/catalina/storeconfig/St

2014-06-26 Thread Konstantin Kolinko
2014-06-26 14:18 GMT+04:00 : > Author: remm > Date: Thu Jun 26 10:18:07 2014 > New Revision: 1605724 > > URL: http://svn.apache.org/r1605724 > Log: > Improve exception routing so that a thrown exception interrupts the store > process (avoid server.xml overwrite with a broken one). > > Modified: >

svn commit: r1605774 - /tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java

2014-06-26 Thread remm
Author: remm Date: Thu Jun 26 13:03:04 2014 New Revision: 1605774 URL: http://svn.apache.org/r1605774 Log: Add back dead code. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java URL: http:

buildbot success in ASF Buildbot on tomcat-trunk

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

Re: svn commit: r1605724 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/IStoreConfig.java java/org/apache/catalina/storeconfig/LocalStrings.properties java/org/apache/catalina/storeconfig/St

2014-06-26 Thread Rémy Maucherat
2014-06-26 14:48 GMT+02:00 Konstantin Kolinko : > 2. Behaviour of StoreConfig.store(Context aContext) in case if > Context.getConfigFile() is null > > In general that is a possible configuration (there was no xml file > when Context started). Does it need a "log.error()"? > > My question does no

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

2014-06-26 Thread markt
Author: markt Date: Thu Jun 26 15:28:18 2014 New Revision: 1605818 URL: http://svn.apache.org/r1605818 Log: Add a property to skip code signing as suggested by kkolinko Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml

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

2014-06-26 Thread markt
Author: markt Date: Thu Jun 26 15:32:33 2014 New Revision: 1605821 URL: http://svn.apache.org/r1605821 Log: Refactoring with a view to adding transformation (i.e. extension) support to outgoing messages. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java M

svn commit: r1605823 - in /tomcat/trunk/java/org/apache/tomcat/websocket: MessagePart.java WsRemoteEndpointImplBase.java

2014-06-26 Thread markt
Author: markt Date: Thu Jun 26 15:35:00 2014 New Revision: 1605823 URL: http://svn.apache.org/r1605823 Log: Refactoring with a view to adding transformation (i.e. extension) support to outgoing messages. Extract MessagePart into standalone class Added: tomcat/trunk/java/org/apache/tomcat/web

svn commit: r1605890 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties TransformationFactory.java

2014-06-26 Thread markt
Author: markt Date: Thu Jun 26 19:44:54 2014 New Revision: 1605890 URL: http://svn.apache.org/r1605890 Log: Fix an i18n TODO Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/TransformationFactory.java Modified:

svn commit: r1605891 - /tomcat/trunk/java/org/apache/tomcat/websocket/TransformationFactory.java

2014-06-26 Thread markt
Author: markt Date: Thu Jun 26 19:45:25 2014 New Revision: 1605891 URL: http://svn.apache.org/r1605891 Log: This time with the unsupported extension name Modified: tomcat/trunk/java/org/apache/tomcat/websocket/TransformationFactory.java Modified: tomcat/trunk/java/org/apache/tomcat/websocke

buildbot failure in ASF Buildbot on tomcat-trunk

2014-06-26 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/220 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

[Bug 56676] New: Normalize access to native library

2014-06-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56676 Bug ID: 56676 Summary: Normalize access to native library Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 56677] New: ApplicationHttpRequest does not override javax.servlet.ServletRequestWrapper#getServletContext()

2014-06-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56677 Bug ID: 56677 Summary: ApplicationHttpRequest does not override javax.servlet.ServletRequestWrapper#getServletContext( ) Product: Tomcat 7 Version: trunk