buildbot success in ASF Buildbot on tomcat-trunk

2014-05-19 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/91 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source S

Re: [VOTE] Release Apache Tomcat 6.0.41

2014-05-19 Thread Konstantin Kolinko
2014-05-19 16:58 GMT+04:00 Mark Thomas : > The proposed Apache Tomcat 6.0.41 release candidate is now available > for voting. > > The main changes since 6.0.40 are: > - Fix BZ 56529 > > The main changes since 6.0.39 are: > - Add support for using ecj-P20140317-1600.jar to use Java 8 syntax in > J

[Bug 56546] Improve thread trace logging in WebappClassLoader.clearReferencesThreads()

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56546 --- Comment #2 from Konstantin Kolinko --- I applied "A." in r1596090. D. Running org.apache.catalina.loader.TestWebappClassLoaderExecutorMemoryLeak, I think it will be more readable, if all the stack traces are printed at once, as 20-May

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #8 from Konstantin Kolinko --- (In reply to Remy Maucherat from comment #3) > > Another related topic: the amount of > WebappClassLoader.clearReferencesThreads logging that happens running the > testsuite. This feature is a good

svn commit: r1596090 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-05-19 Thread kkolinko
Author: kkolinko Date: Mon May 19 22:44:26 2014 New Revision: 1596090 URL: http://svn.apache.org/r1596090 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56546 Reduce logging level for stack traces from SEVERE to INFO. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappC

svn commit: r1596088 - /tomcat/trunk/webapps/docs/changelog.xml

2014-05-19 Thread kkolinko
Author: kkolinko Date: Mon May 19 22:38:47 2014 New Revision: 1596088 URL: http://svn.apache.org/r1596088 Log: Correct indent Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chang

svn commit: r1596084 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2014-05-19 Thread kkolinko
Author: kkolinko Date: Mon May 19 22:22:30 2014 New Revision: 1596084 URL: http://svn.apache.org/r1596084 Log: svn:eol-style=native It is a merge of r1596081 from tomcat/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/valves/TestStuc

svn commit: r1596081 - /tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2014-05-19 Thread kkolinko
Author: kkolinko Date: Mon May 19 22:20:11 2014 New Revision: 1596081 URL: http://svn.apache.org/r1596081 Log: svn:eol-style=native Modified: tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java (props changed) Propchange: tomcat/trunk/test/org/apache/catalina

[Bug 56546] Improve thread trace logging in WebappClassLoader.clearReferencesThreads()

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56546 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

[Bug 56545] Examples app security exceptions

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56545 Mark Thomas changed: What|Removed |Added Version|8.0.5 |8.0.8 Summary|Examples ap

[Bug 56546] New: Improve thread trace logging in WebappClassLoader.clearReferencesThreads()

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56546 Bug ID: 56546 Summary: Improve thread trace logging in WebappClassLoader.clearReferencesThreads() Product: Tomcat 8 Version: 8.0.5 Hardware: PC Status: NE

Re: [VOTE] Release Apache Tomcat 8.0.8

2014-05-19 Thread Ognjen Blagojevic
On 16.5.2014 22:55, Mark Thomas wrote: The proposed 8.0.8 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.0.8 (alpha) [ ] Beta - go ahead and release as 8.0.8 (beta) [X] Stable - go ahead and release as 8.0.8 (stable) (non-binding) Tested .zip distribution on W

svn commit: r1596065 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2014-05-19 Thread markt
Author: markt Date: Mon May 19 21:45:22 2014 New Revision: 1596065 URL: http://svn.apache.org/r1596065 Log: Follow up to r1596004. Actually throw the exception. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/catalina/loade

Re: svn commit: r1596004 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-05-19 Thread Mark Thomas
On 19/05/2014 22:41, Konstantin Kolinko wrote: > 2014-05-19 23:38 GMT+04:00 : >> Author: markt >> Date: Mon May 19 19:38:13 2014 >> New Revision: 1596004 >> >> URL: http://svn.apache.org/r1596004 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56387 >> Refactor handling of class

Re: svn commit: r1596004 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-05-19 Thread Konstantin Kolinko
2014-05-19 23:38 GMT+04:00 : > Author: markt > Date: Mon May 19 19:38:13 2014 > New Revision: 1596004 > > URL: http://svn.apache.org/r1596004 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56387 > Refactor handling of class loading attempts after web application stop. > > Modified

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-05-19 Thread Konstantin Kolinko
2014-05-19 23:30 GMT+04:00 : > 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/89 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubunt

Re: [VOTE] Release Apache Tomcat 8.0.8

2014-05-19 Thread Konstantin Kolinko
2014-05-17 0:55 GMT+04:00 Mark Thomas : > The proposed Apache Tomcat 8.0.8 release is now available for voting. > > The main changes since 8.0.6 are: > - Fix BZ 56529 a regression in the fix for BZ 56481 > - Fix regression that broke Tomcat's copy of DBCP > - Small number of additional fixes > > Th

[Bug 56543] Jasper fails to compile JSP pages when running with JDK 1.8

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56543 --- Comment #4 from Remy Maucherat --- It would be a good plan to upgrade 8 asap, however, even if the JDT build is a bit "new". -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 56545] Examples app security exceptions (8.0.8 release candidate)

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56545 --- Comment #4 from Konstantin Kolinko --- The workaround for issue in Comment 2 is to add "org.apache.catalina.util.RequestUtil" to the value of classesToInitialize attribute. With the following configuration both issues are resolved:

[Bug 56545] Examples app security exceptions (8.0.8 release candidate)

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56545 --- Comment #3 from Konstantin Kolinko --- Created attachment 31638 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31638&action=edit (2) localhost.2014-05-20.log Log file with exceptions for issue in Comment 2. -- You are rec

[Bug 56545] Examples app security exceptions (8.0.8 release candidate)

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56545 --- Comment #2 from Konstantin Kolinko --- 4. On the login page, enter a username (role1) and password (see tomcat-users.xml). Press "Login" button. 5. Look into logs/localhost.2014-05-20.log. There is an exception thrown by Session attribu

[Bug 56461] New option to make context startup fail if a load-on-startup servlet fails

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56461 --- Comment #5 from Sylvain Laurent --- merged to tomcat 7, will be availble in 7.0.55 -- You are receiving this mail because: You are the assignee for the bug. - To uns

[Bug 56545] Examples app security exceptions (8.0.8 release candidate)

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56545 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

svn commit: r1596052 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ test/org/apache/catalina/core/ webapps/docs/ webapps/docs/config/

2014-05-19 Thread slaurent
Author: slaurent Date: Mon May 19 20:42:56 2014 New Revision: 1596052 URL: http://svn.apache.org/r1596052 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56461 New option to make context startup fail if a load-on-startup servlet fails merged r1595690 from trunk Modified: tomcat/tc

[Bug 56526] New option to interrupt stuck threads

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56526 --- Comment #4 from Sylvain Laurent --- merged to tomcat 7, will be available in 7.0.55. -- You are receiving this mail because: You are the assignee for the bug. - To u

[Bug 56545] New: Examples app security exceptions (8.0.8 release candidate)

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56545 Bug ID: 56545 Summary: Examples app security exceptions (8.0.8 release candidate) Product: Tomcat 8 Version: 8.0.5 Hardware: PC Status: NEW Seve

svn commit: r1596047 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ test/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2014-05-19 Thread slaurent
Author: slaurent Date: Mon May 19 20:26:23 2014 New Revision: 1596047 URL: http://svn.apache.org/r1596047 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56526 Improved StuckThreadDetectionValve to allow to interrupt stuck threads. merged r1595331 from trunk Added: tomcat/tc7.0.x

[Bug 56521] Reuse the output buffer in AbstractServletOutputStream

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56521 --- Comment #5 from Mark Thomas --- The other thing that would significantly reduce garbage is not to copy the data from the buffer to a new buffer if it is not fully written. -- You are receiving this mail because: You are the assignee f

svn commit: r1596004 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-05-19 Thread markt
Author: markt Date: Mon May 19 19:38:13 2014 New Revision: 1596004 URL: http://svn.apache.org/r1596004 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56387 Refactor handling of class loading attempts after web application stop. Modified: tomcat/trunk/java/org/apache/catalina/load

[Bug 56387] Improve exceptions thrown by stopped WebappClassLoader (to help identify 'stopped state' as the cause of a NoClassDefFoundError)

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56387 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

buildbot failure in ASF Buildbot on tomcat-trunk

2014-05-19 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/89 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Stam

svn commit: r1595997 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_54: ./ build.properties.default

2014-05-19 Thread violetagg
Author: violetagg Date: Mon May 19 19:15:46 2014 New Revision: 1595997 URL: http://svn.apache.org/r1595997 Log: Tag 7.0.54 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_54/ (props changed) - copied from r1595993, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_0_54/build.prop

Re: Tomcat commit e-mails missing

2014-05-19 Thread Konstantin Kolinko
2014-05-14 1:32 GMT+04:00 Tony Stevenson : > Jake, > > As far as I know current emails should not be being delayed now. I.e. New > commits. > If specific mails are missing they can easily be generated on eris. > > > Sent from my iPad > > On 13 May 2014, at 16:40, Jake Farrell wrote: > > Hi Konstan

buildbot success in ASF Buildbot on tomcat-trunk

2014-05-19 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/88 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source S

[jira] [Updated] (MTOMCAT-270) Additional web apps are not re-deployed properly

2014-05-19 Thread Stefan Kopf (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Kopf updated MTOMCAT-270: Description: Additional Web apps are exploded into a directory under the webapps folder in the To

[jira] [Updated] (MTOMCAT-270) Additional web apps are not re-deployed properly

2014-05-19 Thread Stefan Kopf (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Kopf updated MTOMCAT-270: Description: Additional Web apps are exploded into a directory under the webapps folder in the To

[jira] [Created] (MTOMCAT-270) Additional web apps are not re-deployed properly

2014-05-19 Thread Stefan Kopf (JIRA)
Stefan Kopf created MTOMCAT-270: --- Summary: Additional web apps are not re-deployed properly Key: MTOMCAT-270 URL: https://issues.apache.org/jira/browse/MTOMCAT-270 Project: Apache Tomcat Maven Plugin

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-05-19 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/72 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sour

[Bug 56491] attribute references do not resolve to their values

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56491 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[jira] [Updated] (MTOMCAT-269) Context file of additional web apps is ignored

2014-05-19 Thread Stefan Kopf (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Kopf updated MTOMCAT-269: Description: While the default context file (/META-INF/context.xml) is respected for the project

[jira] [Updated] (MTOMCAT-269) Context file of additional web apps is ignored

2014-05-19 Thread Stefan Kopf (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Kopf updated MTOMCAT-269: Description: While the default context file (/META-INF/context.xml) is respected for the project

[jira] [Created] (MTOMCAT-269) Context file of additional web apps is ignored

2014-05-19 Thread Stefan Kopf (JIRA)
Stefan Kopf created MTOMCAT-269: --- Summary: Context file of additional web apps is ignored Key: MTOMCAT-269 URL: https://issues.apache.org/jira/browse/MTOMCAT-269 Project: Apache Tomcat Maven Plugin

Re: [VOTE] Release Apache Tomcat 8.0.8

2014-05-19 Thread Jeanfrancois Arcand
On 2014-05-16, 4:55 PM, Mark Thomas wrote: The proposed 8.0.8 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.0.8 (alpha) [ ] Beta - go ahead and release as 8.0.8 (beta) [X] Stable - go ahead and release as 8.0.8 (stable) Tested WebSocket and AsyncContext, NIO a

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #7 from Konstantin Kolinko --- Improvements from the above comments were committed to trunk in r1595887 and will be in 8.0.9. Backported to Tomcat 7 in r1595900 to be in 7.0.54. -- You are receiving this mail because: You are

svn commit: r1595900 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-05-19 Thread kkolinko
Author: kkolinko Date: Mon May 19 13:37:45 2014 New Revision: 1595900 URL: http://svn.apache.org/r1595900 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 When recycling a Coyote request, ensure that Catalina request have been recycled. Merged r1594436 r1594924 r1595887 from tom

[Bug 56446] Handling InvocationTargetException for PojoMessageHandlerWholeBase and PojoMessageHandlerPartialBase.onMessage()

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56446 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1595898 - in /tomcat/trunk: java/org/apache/tomcat/websocket/pojo/ webapps/docs/

2014-05-19 Thread markt
Author: markt Date: Mon May 19 13:33:09 2014 New Revision: 1595898 URL: http://svn.apache.org/r1595898 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56446 Clearer handling of exceptions when calling a method on a POJO based WebSocket endpoint. Based on a suggestion by Eugene Chung.

svn commit: r1595893 - in /tomcat/trunk/java/org/apache/catalina: core/ApplicationFilterChain.java deploy/NamingResourcesImpl.java

2014-05-19 Thread markt
Author: markt Date: Mon May 19 13:24:00 2014 New Revision: 1595893 URL: http://svn.apache.org/r1595893 Log: Code clean-up. No functional change. Merge exception handling blocks were code is identical. Spotted while reviewing use of ExceptionUtils.unwrapInvocationTargetException() Modified: to

svn commit: r1595887 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/connector/LocalStrings.properties webapps/docs/changelog.xml

2014-05-19 Thread kkolinko
Author: kkolinko Date: Mon May 19 13:11:28 2014 New Revision: 1595887 URL: http://svn.apache.org/r1595887 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 Improve implementation of CoyoteAdapter.checkRecycled() to do not use an exception for flow control. Modified: tomcat/tr

[Bug 56456] Suggesting lock-free endpoint state machine

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56456 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [VOTE] Release Apache Tomcat 8.0.8

2014-05-19 Thread Mark Thomas
On 19/05/2014 13:58, Rémy Maucherat wrote: > 2014-05-19 14:51 GMT+02:00 Mark Thomas : > >> Unit tests all pass for BIO, NIO and APR/native on Linux, OSX and >> Windows with 64-bit Java. > > > NIO2 included ? No. That still triggers failures for me. >> I've come the conclusion the the cookie wor

[VOTE] Release Apache Tomcat 6.0.41

2014-05-19 Thread Mark Thomas
The proposed Apache Tomcat 6.0.41 release candidate is now available for voting. The main changes since 6.0.40 are: - Fix BZ 56529 The main changes since 6.0.39 are: - Add support for using ecj-P20140317-1600.jar to use Java 8 syntax in JSPs - Update native library to 1.1.30 - Various improveme

Re: [VOTE] Release Apache Tomcat 8.0.8

2014-05-19 Thread Rémy Maucherat
2014-05-19 14:51 GMT+02:00 Mark Thomas : > Unit tests all pass for BIO, NIO and APR/native on Linux, OSX and > Windows with 64-bit Java. > NIO2 included ? > > I've come the conclusion the the cookie work - if done carefully - can > be done without destabilising 8.0.x therefore I am voting stable

Re: [VOTE] Release Apache Tomcat 8.0.8

2014-05-19 Thread Mark Thomas
On 16/05/2014 21:55, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.8 release is now available for voting. > > The main changes since 8.0.6 are: > - Fix BZ 56529 a regression in the fix for BZ 56481 > - Fix regression that broke Tomcat's copy of DBCP > - Small number of additional fixes > >

Re: Tagging 7.0.54

2014-05-19 Thread Violeta Georgieva
Hi, 2014-04-28 10:39 GMT+03:00 Violeta Georgieva : > > Hi, > > I would like to start preparing 7.0.54 for voting this afternoon. I'll start in a few hours. > If you want to add something to this release please reply here. > > Regards > Violeta

[Bug 56543] Jasper fails to compile JSP pages when running with JDK 1.8

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56543 --- Comment #3 from Mark Thomas --- I'd be concerned about regressions using an ECJ RC in a stable Tomcat version. Upgrading ECJ is as simple as replacing the JAR so users impacted by this bug have a simple fix available. -- You are recei

Re: [VOTE][CANCELLED] Release Apache Tomcat 6.0.40

2014-05-19 Thread Mark Thomas
On 19/05/2014 12:01, Violeta Georgieva wrote: > 2014-05-19 13:54 GMT+03:00 Mark Thomas : >> >> On 19/05/2014 11:48, Violeta Georgieva wrote: >>> 2014-05-19 13:42 GMT+03:00 Mark Thomas : On 19/05/2014 09:04, Mark Thomas wrote: > On 18/05/2014 15:19, Rémy Maucherat wrote: >> 2014-05

[Bug 56543] Jasper fails to compile JSP pages when running with JDK 1.8

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56543 --- Comment #2 from Violeta Georgieva --- ECJ 4.4RC1 is available. Should we wait for the official release? (which will happen end of June with Luna release) -- You are receiving this mail because: You are the assignee for the bug. -

Re: [VOTE][CANCELLED] Release Apache Tomcat 6.0.40

2014-05-19 Thread Violeta Georgieva
2014-05-19 13:54 GMT+03:00 Mark Thomas : > > On 19/05/2014 11:48, Violeta Georgieva wrote: > > 2014-05-19 13:42 GMT+03:00 Mark Thomas : > >> > >> On 19/05/2014 09:04, Mark Thomas wrote: > >>> On 18/05/2014 15:19, Rémy Maucherat wrote: > 2014-05-15 16:14 GMT+02:00 Mark Thomas : > > > T

Re: 7.0.54 status

2014-05-19 Thread Romain Manni-Bucau
Ok, thank you, please keep up updated Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-19 12:43 GMT+02:00 Mark Thomas : > On 19/05/2014 11:25, Violeta Georgieva wrote

Re: [VOTE][CANCELLED] Release Apache Tomcat 6.0.40

2014-05-19 Thread Mark Thomas
On 19/05/2014 11:48, Violeta Georgieva wrote: > 2014-05-19 13:42 GMT+03:00 Mark Thomas : >> >> On 19/05/2014 09:04, Mark Thomas wrote: >>> On 18/05/2014 15:19, Rémy Maucherat wrote: 2014-05-15 16:14 GMT+02:00 Mark Thomas : > The proposed 6.0.40 release is: > [ ] Broken - do not re

Re: [VOTE][CANCELLED] Release Apache Tomcat 6.0.40

2014-05-19 Thread Violeta Georgieva
2014-05-19 13:42 GMT+03:00 Mark Thomas : > > On 19/05/2014 09:04, Mark Thomas wrote: > > On 18/05/2014 15:19, Rémy Maucherat wrote: > >> 2014-05-15 16:14 GMT+02:00 Mark Thomas : > >> > >>> The proposed 6.0.40 release is: > >>> [ ] Broken - do not release > >>> [X] Stable - go ahead and release as 6

svn commit: r1595825 - in /tomcat/tc6.0.x/tags/TOMCAT_6_0_41: ./ build.properties.default

2014-05-19 Thread markt
Author: markt Date: Mon May 19 10:47:33 2014 New Revision: 1595825 URL: http://svn.apache.org/r1595825 Log: Tag 6.0.41 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_41/ (props changed) - copied from r1595824, tomcat/tc6.0.x/trunk/ Modified: tomcat/tc6.0.x/tags/TOMCAT_6_0_41/build.properti

svn commit: r5380 - /dev/tomcat/tomcat-6/v6.0.40/

2014-05-19 Thread markt
Author: markt Date: Mon May 19 10:45:24 2014 New Revision: 5380 Log: Drop 6.0.40 RC to make way for 6.0.41 Removed: dev/tomcat/tomcat-6/v6.0.40/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional com

Re: 7.0.54 status

2014-05-19 Thread Mark Thomas
On 19/05/2014 11:25, Violeta Georgieva wrote: > 2014-05-19 13:19 GMT+03:00 Mark Thomas : >> >> On 19/05/2014 11:13, Violeta Georgieva wrote: >>> Hi >>> >>> >>> 2014-05-19 13:09 GMT+03:00 Romain Manni-Bucau : Hi guys, found the mail saying 7.0.54 will be tagged then some discussi

[VOTE][CANCELLED] Release Apache Tomcat 6.0.40

2014-05-19 Thread Mark Thomas
On 19/05/2014 09:04, Mark Thomas wrote: > On 18/05/2014 15:19, Rémy Maucherat wrote: >> 2014-05-15 16:14 GMT+02:00 Mark Thomas : >> >>> The proposed 6.0.40 release is: >>> [ ] Broken - do not release >>> [X] Stable - go ahead and release as 6.0.40 Stable >>> >> Great job on clearing up all the issu

[Bug 56283] Add support for Java 8 to Jasper

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 --- Comment #9 from Violeta Georgieva --- for reference bug 56543 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev

[Bug 56283] Add support for Java 8 to Jasper

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 --- Comment #8 from Robbie Gibson --- Done, sorry for the confusion. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 56543] Jasper fails to compile JSP pages when running with JDK 1.8

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56543 Robbie Gibson changed: What|Removed |Added OS||All --- Comment #1 from Robbie Gib

Re: 7.0.54 status

2014-05-19 Thread Violeta Georgieva
2014-05-19 13:19 GMT+03:00 Mark Thomas : > > On 19/05/2014 11:13, Violeta Georgieva wrote: > > Hi > > > > > > 2014-05-19 13:09 GMT+03:00 Romain Manni-Bucau : > >> > >> Hi guys, > >> > >> found the mail saying 7.0.54 will be tagged then some discussion about fix > >> to include inside then nothing (

[Bug 56543] New: Jasper fails to compile JSP pages when running with JDK 1.8

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56543 Bug ID: 56543 Summary: Jasper fails to compile JSP pages when running with JDK 1.8 Product: Tomcat 7 Version: 7.0.53 Hardware: PC Status: NEW Se

svn commit: r1595816 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2014-05-19 Thread markt
Author: markt Date: Mon May 19 10:18:29 2014 New Revision: 1595816 URL: http://svn.apache.org/r1595816 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56529 Fix NoSuchElementException while handling attributes with empty string value in custom tags. Based on a patch provided by Haripr

Re: 7.0.54 status

2014-05-19 Thread Mark Thomas
On 19/05/2014 11:13, Violeta Georgieva wrote: > Hi > > > 2014-05-19 13:09 GMT+03:00 Romain Manni-Bucau : >> >> Hi guys, >> >> found the mail saying 7.0.54 will be tagged then some discussion about fix >> to include inside then nothing (not sure it is linked to my box, apache >> mail issue or some

Re: 7.0.54 status

2014-05-19 Thread Violeta Georgieva
Hi 2014-05-19 13:09 GMT+03:00 Romain Manni-Bucau : > > Hi guys, > > found the mail saying 7.0.54 will be tagged then some discussion about fix > to include inside then nothing (not sure it is linked to my box, apache > mail issue or something else). > > Can you please give a status on 7.0.54. Th

7.0.54 status

2014-05-19 Thread Romain Manni-Bucau
Hi guys, found the mail saying 7.0.54 will be tagged then some discussion about fix to include inside then nothing (not sure it is linked to my box, apache mail issue or something else). Can you please give a status on 7.0.54. We (tomee community) are really interested in https://issues.apache.o

[Bug 56283] Add support for Java 8 to Jasper

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 56283] Add support for Java 8 to Jasper

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Robbie Gibson changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

svn commit: r1595808 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-05-19 Thread violetagg
Author: violetagg Date: Mon May 19 09:51:07 2014 New Revision: 1595808 URL: http://svn.apache.org/r1595808 Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1595808&r1=1595807&r

buildbot failure in ASF Buildbot on tomcat-6-trunk

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

Re: [VOTE] Release Apache Tomcat 6.0.40

2014-05-19 Thread Mark Thomas
On 18/05/2014 15:19, Rémy Maucherat wrote: > 2014-05-15 16:14 GMT+02:00 Mark Thomas : > >> The proposed 6.0.40 release is: >> [ ] Broken - do not release >> [X] Stable - go ahead and release as 6.0.40 Stable >> > Great job on clearing up all the issues. Thanks. Pity I created a regression (BZ 565

svn commit: r1595775 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt

2014-05-19 Thread markt
Author: markt Date: Mon May 19 08:03:22 2014 New Revision: 1595775 URL: http://svn.apache.org/r1595775 Log: Vote Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt Propchange: tomcat/tc6.0.x/trunk/ ---

[Tomcat Wiki] Update of "Example Application Exposing Internals Using JMX" by NevenCvetkovic

2014-05-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Example Application Exposing Internals Using JMX" page has been changed by NevenCvetkovic: https://wiki.apache.org/tomcat/Example%20Application%20Exposing%20Internals%20Using%20JMX