Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Violeta Georgieva
2013/12/12 Mark Thomas ma...@apache.org The proposed Apache Tomcat 8.0.0 release candidate 7 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. The main changes since RC5 are: - Better handling of generic types in the

Re: [VOTE] Release Apache Standard Taglib 1.2.1

2013-12-13 Thread Henri Yandell
A very late and non-binding +1 :) On Wed, Nov 13, 2013 at 6:58 PM, Jeremy Boynes jboy...@apache.org wrote: I'd like to release Apache Standard Taglib 1.2.1. This is an update to the withdrawn 1.2.0, built with JDK 1.7.0_45 to address JavaDoc issues and incorporating feedback on the

buildbot success in ASF Buildbot on tomcat-trunk

2013-12-13 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/5326 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 55880] New: ajp processorCache's value is not equals concurrency user numbers

2013-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55880 Bug ID: 55880 Summary: ajp processorCache's value is not equals concurrency user numbers Product: Tomcat 7 Version: 7.0.47 Hardware: PC Status: NEW

[Bug 55821] parallel deployment should deploy latest version of webapp on startup

2013-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55821 --- Comment #4 from Mark Thomas ma...@apache.org --- (In reply to Colin Freas from comment #3) If a lot of development building has occurred, there may be many versions of the webapp in autodeploy. At this point, using autodeploy

[Bug 55880] ajp processorCache's value is not equals concurrency user numbers

2013-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55880 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55867] When Cookie value is empty, double quotes are added

2013-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55867 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Rémy Maucherat
2013/12/13 Violeta Georgieva miles...@gmail.com I'm receiving NPE when testing an application with jsp that specifies tld location with relative path: java.lang.NullPointerException org.apache.jasper.compiler.TldCache.getTaglibXml(TldCache.java:97)

svn commit: r1550695 - in /tomcat/trunk: java/org/apache/jasper/compiler/TagLibraryInfoImpl.java test/org/apache/jasper/compiler/TestTagLibraryInfo.java test/webapp/jsp/ test/webapp/jsp/test.jsp

2013-12-13 Thread remm
Author: remm Date: Fri Dec 13 11:55:32 2013 New Revision: 1550695 URL: http://svn.apache.org/r1550695 Log: Add back uri normalization for cache lookup. Test submitted by Violeta Georgieva. Added: tomcat/trunk/test/org/apache/jasper/compiler/TestTagLibraryInfo.java

svn commit: r1550696 - /tomcat/trunk/test/webapp/jsp/test.jsp

2013-12-13 Thread remm
Author: remm Date: Fri Dec 13 11:58:21 2013 New Revision: 1550696 URL: http://svn.apache.org/r1550696 Log: Fix my typos in the test.jsp test file. Modified: tomcat/trunk/test/webapp/jsp/test.jsp Modified: tomcat/trunk/test/webapp/jsp/test.jsp URL:

svn commit: r1550697 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-12-13 Thread markt
Author: markt Date: Fri Dec 13 12:02:35 2013 New Revision: 1550697 URL: http://svn.apache.org/r1550697 Log: Fix IDE warning = uri can't be null here Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Modified:

svn commit: r1550701 - /tomcat/trunk/test/webapp/jsp/test.jsp

2013-12-13 Thread markt
Author: markt Date: Fri Dec 13 12:05:42 2013 New Revision: 1550701 URL: http://svn.apache.org/r1550701 Log: Add missing license header Modified: tomcat/trunk/test/webapp/jsp/test.jsp Modified: tomcat/trunk/test/webapp/jsp/test.jsp URL:

svn commit: r1550705 - in /tomcat/trunk/test/org/apache/jasper/compiler: TestTagLibraryInfo.java TestTagLibraryInfoImpl.java

2013-12-13 Thread markt
Author: markt Date: Fri Dec 13 12:22:48 2013 New Revision: 1550705 URL: http://svn.apache.org/r1550705 Log: Rename to match class being tested. Fix Javadoc warning. Added: tomcat/trunk/test/org/apache/jasper/compiler/TestTagLibraryInfoImpl.java - copied, changed from r1550701,

svn commit: r1550707 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

2013-12-13 Thread markt
Author: markt Date: Fri Dec 13 12:24:01 2013 New Revision: 1550707 URL: http://svn.apache.org/r1550707 Log: Alternative fix for normalization issue that doesn't depend on RequestUtils which isn't available to Jasper. Modified:

svn commit: r1550706 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-12-13 Thread markt
Author: markt Date: Fri Dec 13 12:23:44 2013 New Revision: 1550706 URL: http://svn.apache.org/r1550706 Log: Alternative fix for normalization issue that doesn't depend on RequestUtils which isn't available to Jasper. Modified:

Re: [VOTE] Release Apache Tomcat 7.0.49

2013-12-13 Thread Violeta Georgieva
2013/12/12 Rainer Jung rainer.j...@kippdata.de On 11.12.2013 10:41, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.49 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.49/ The Maven staging repo is:

svn commit: r3887 - /dev/tomcat/tomcat-7/v7.0.49/

2013-12-13 Thread violetagg
Author: violetagg Date: Fri Dec 13 12:32:33 2013 New Revision: 3887 Log: 7.0.49 did not pass the vote - dropping. Removed: dev/tomcat/tomcat-7/v7.0.49/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

svn commit: r3887 - /dev/tomcat/tomcat-7/v7.0.49/

2013-12-13 Thread violetagg
Author: violetagg Date: Fri Dec 13 12:32:33 2013 New Revision: 3887 Log: 7.0.49 did not pass the vote - dropping. Removed: dev/tomcat/tomcat-7/v7.0.49/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

svn commit: r1550720 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-12-13 Thread violetagg
Author: violetagg Date: Fri Dec 13 13:11:32 2013 New Revision: 1550720 URL: http://svn.apache.org/r1550720 Log: Mark 7.0.49 as not released based on the vote results. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Violeta Georgieva
2013/12/12 Mark Thomas ma...@apache.org The proposed Apache Tomcat 8.0.0 release candidate 7 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. The main changes since RC5 are: - Better handling of generic types in the

svn commit: r1550739 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-12-13 Thread kkolinko
Author: kkolinko Date: Fri Dec 13 14:32:11 2013 New Revision: 1550739 URL: http://svn.apache.org/r1550739 Log: Followup to r1550720: improve the changelog message. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Rémy Maucherat
2013/12/13 Violeta Georgieva miles...@gmail.com I found another issue: If a tag file is placed in a jar file in WEB-INF/lib and then is used, the The change in the code is introduced with r1541960 Besides that the message is wrong because we check only for WEB-INF/tags [1], what should be

svn commit: r1550740 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-12-13 Thread remm
Author: remm Date: Fri Dec 13 14:34:41 2013 New Revision: 1550740 URL: http://svn.apache.org/r1550740 Log: startsWith(/META-INF/tags) used to be allowed, but needed a specific hack (that was removed along with the check, unfortunately). Modified:

svn commit: r1550741 - in /tomcat/trunk/test: org/apache/jasper/compiler/TestTagLibraryInfoImpl.java webapp/jsp/test.jsp

2013-12-13 Thread kkolinko
Author: kkolinko Date: Fri Dec 13 14:38:37 2013 New Revision: 1550741 URL: http://svn.apache.org/r1550741 Log: Followup to r1550695: svn:eol-style=native Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestTagLibraryInfoImpl.java (props changed)

svn commit: r1550743 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-12-13 Thread markt
Author: markt Date: Fri Dec 13 14:43:53 2013 New Revision: 1550743 URL: http://svn.apache.org/r1550743 Log: Fix a find bugs warning about String comparison Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified:

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Mark Thomas
On 13/12/2013 14:35, Rémy Maucherat wrote: 2013/12/13 Violeta Georgieva miles...@gmail.com I found another issue: If a tag file is placed in a jar file in WEB-INF/lib and then is used, the The change in the code is introduced with r1541960 Besides that the message is wrong because we check

svn commit: r1550744 - in /tomcat/trunk: java/org/apache/catalina/WebResourceTraceWrapper.java java/org/apache/catalina/webresources/TraceWrapperInputStream.java test/org/apache/catalina/startup/servi

2013-12-13 Thread kkolinko
Author: kkolinko Date: Fri Dec 13 14:45:38 2013 New Revision: 1550744 URL: http://svn.apache.org/r1550744 Log: svn:eol-style=native Modified: tomcat/trunk/java/org/apache/catalina/WebResourceTraceWrapper.java (props changed)

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Violeta Georgieva
2013/12/13 Rémy Maucherat r...@apache.org 2013/12/13 Violeta Georgieva miles...@gmail.com I found another issue: If a tag file is placed in a jar file in WEB-INF/lib and then is used, the The change in the code is introduced with r1541960 Besides that the message is wrong because we

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Rémy Maucherat
2013/12/13 Violeta Georgieva miles...@gmail.com Unfortunately with that fix I'm receiving FNF: java.io.FileNotFoundException: /META-INF/tags/my.tag org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.java:235)

buildbot failure in ASF Buildbot on tomcat-trunk

2013-12-13 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/5328 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Violeta Georgieva
2013/12/13 Rémy Maucherat r...@apache.org 2013/12/13 Violeta Georgieva miles...@gmail.com Unfortunately with that fix I'm receiving FNF: java.io.FileNotFoundException: /META-INF/tags/my.tag org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.java:235)

buildbot success in ASF Buildbot on tomcat-trunk

2013-12-13 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/5329 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1550823 - /tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java

2013-12-13 Thread remm
Author: remm Date: Fri Dec 13 19:45:52 2013 New Revision: 1550823 URL: http://svn.apache.org/r1550823 Log: Fix getting last modified for tagfiles in JAR so that it is not marked as not found. I chose to not fix and use getResource in that case (it looked slower to go through the URL since the

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Rémy Maucherat
2013/12/13 Violeta Georgieva miles...@gmail.com Here [1] is the test [1] https://www.dropbox.com/s/3zd106lpqfb3ytv/test.zip Fixed. I didn't add the test yet since I suppose adding a binary should be avoided. Rémy

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-13 Thread Violeta Georgieva
2013/12/13 Rémy Maucherat r...@apache.org 2013/12/13 Violeta Georgieva miles...@gmail.com Here [1] is the test [1] https://www.dropbox.com/s/3zd106lpqfb3ytv/test.zip Fixed. I didn't add the test yet since I suppose adding a binary should be avoided. Thanks it is working now.