tagging http://svn.apache.org/repos/asf/tomcat/native/trunk/

2015-09-09 Thread jean-frederic clere
Hi, I think it is time to tag trunk of native to go forward for native What tag should I use? 1.2.0 as it still work with the APR connector? I am planning to drop APR and have an OpenSSL only native in a near future (that might takes times to lack of cycles). Comments on that? Cheers

[Bug 58340] No error shown when some tag file in jar has compile error

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58340 --- Comment #2 from Mark Thomas --- If anyone had some feedback on this issue they would have commented on this issue. Given the lack of comments it is safe to assume that - at this point - no one has any feedback. There

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-09-09 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/73 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #3 from Arne Bultman --- Maybe I'm missing something, but even with this cache we still have this problem. Since a en ELContextImpl seems to be created with every jsp render, the cache has very limited

Re: tagging http://svn.apache.org/repos/asf/tomcat/native/trunk/

2015-09-09 Thread Mark Thomas
On 09/09/2015 09:29, Rémy Maucherat wrote: > 2015-09-09 10:18 GMT+02:00 Mark Thomas : > >>> I am planning to drop APR and have an OpenSSL only native in a near >>> future (that might takes times to lack of cycles). >> >> Interesting. That sounds like a 2.0.0 activity. Don't we

svn commit: r1701945 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/resources/LocalStrings.properties

2015-09-09 Thread markt
Author: markt Date: Wed Sep 9 08:21:31 2015 New Revision: 1701945 URL: http://svn.apache.org/r1701945 Log: Fix escaping in error message Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/resources/LocalStrings.properties Propchange:

Re: tagging http://svn.apache.org/repos/asf/tomcat/native/trunk/

2015-09-09 Thread Mark Thomas
On 09/09/2015 07:20, jean-frederic clere wrote: > Hi, > > I think it is time to tag trunk of native to go forward for native > > What tag should I use? > > 1.2.0 as it still work with the APR connector? 1.2.0 works for me. I don't think we are finished with the API so anything we release

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-09 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/217 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

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

2015-09-09 Thread markt
Author: markt Date: Wed Sep 9 08:03:47 2015 New Revision: 1701940 URL: http://svn.apache.org/r1701940 Log: Fix the error message. "\" must be escaped as "\\" due to property file escaping rules "'" must be escaped as "''" due to MessageFormat escaping rules Modified:

svn commit: r1701944 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/resources/LocalStrings.properties

2015-09-09 Thread markt
Author: markt Date: Wed Sep 9 08:19:24 2015 New Revision: 1701944 URL: http://svn.apache.org/r1701944 Log: Fix escaping in error message Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/jasper/resources/LocalStrings.properties Propchange:

buildbot success in ASF Buildbot on tomcat-6-trunk

2015-09-09 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-6-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/5 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: tagging http://svn.apache.org/repos/asf/tomcat/native/trunk/

2015-09-09 Thread jean-frederic clere
On 09/09/2015 10:18 AM, Mark Thomas wrote: On 09/09/2015 07:20, jean-frederic clere wrote: Hi, I think it is time to tag trunk of native to go forward for native What tag should I use? 1.2.0 as it still work with the APR connector? 1.2.0 works for me. I don't think we are finished with

Re: tagging http://svn.apache.org/repos/asf/tomcat/native/trunk/

2015-09-09 Thread Rémy Maucherat
2015-09-09 10:18 GMT+02:00 Mark Thomas : > > I am planning to drop APR and have an OpenSSL only native in a near > > future (that might takes times to lack of cycles). > > Interesting. That sounds like a 2.0.0 activity. Don't we get quite a bit > of functionality from APR? How

svn commit: r1701946 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/jasper/resources/LocalStrings.properties

2015-09-09 Thread markt
Author: markt Date: Wed Sep 9 08:23:29 2015 New Revision: 1701946 URL: http://svn.apache.org/r1701946 Log: Fix escaping in error message Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/jasper/resources/LocalStrings.properties Propchange:

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #5 from Arne Bultman --- Isn't that lookup relatively static, as in could the caching of lookups not be shared across instances of ImportHandler rather than having a cache per instance? I need to read up

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #17 from Mark Thomas --- I think I have found another, related, problem in attribute values. The problem I described in comment #16 (where I was thinking about template text) also applies to attribute values.

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 --- Comment #4 from Mark Thomas --- What you are missing is that with this change in the EL spec resolving of unscoped attributes got a lot slower. We have fixed it as best we can and I am not aware of any further

svn commit: r1701991 - /tomcat/jk/trunk/native/common/jk_status.c

2015-09-09 Thread rjung
Author: rjung Date: Wed Sep 9 12:53:48 2015 New Revision: 1701991 URL: http://svn.apache.org/r1701991 Log: Adjust timezone offset for DST. Followup to r1698316. Modified: tomcat/jk/trunk/native/common/jk_status.c Modified: tomcat/jk/trunk/native/common/jk_status.c URL:

[Bug 58286] Crash in jk-status on Windows (when producing HTML output)

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58286 --- Comment #7 from Rainer Jung --- Added r1701991 to the fix. The timezone offset was wrong for DST. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58351] New: Provide JMX access to server.built and server.number

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58351 Bug ID: 58351 Summary: Provide JMX access to server.built and server.number Product: Tomcat 7 Version: trunk Hardware: All OS: All Status: NEW

[jira] [Commented] (MTOMCAT-81) mvn tomcat:run does not work with spring tomcat classloader

2015-09-09 Thread albert kam (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14738082#comment-14738082 ] albert kam commented on MTOMCAT-81: --- I'm using the plugin version of 2.3-SNAPSHOT and i still get this:

[jira] [Commented] (MTOMCAT-81) mvn tomcat:run does not work with spring tomcat classloader

2015-09-09 Thread albert kam (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14738086#comment-14738086 ] albert kam commented on MTOMCAT-81: --- Sorry, the configurations are: {quote}

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #9 from George Stanchev --- Rainer, thanks for this fix! I apologize for not getting back to you quick but I was out of the office over the Labor Day weekend with no access to email. Let me know if you still

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 Rainer Jung changed: What|Removed |Added Status|NEEDINFO|NEW ---

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED

Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-09 Thread Rory O'Donnell
Hi Mark/Mladen, Early-access builds of JDK 9 with Project Jigsaw are available for download at jdk9.java.net/jigsaw . The EA builds contain the latest prototype implementation of JSR 376 , the Java Platform Module

svn commit: r1702073 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2015-09-09 Thread rjung
Author: rjung Date: Wed Sep 9 18:24:13 2015 New Revision: 1702073 URL: http://svn.apache.org/r1702073 Log: IIS: Allow to overwrite empty string returned by GetServerVariable. Keep empty string in cases we are unsure, and use NULL were NULL is safe or needed. Followup to r1701497. Modified:

[Bug 56005] ISAPI redirector WEB-INF/META-INF Path Check false positive (#51769 is back)

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56005 Rainer Jung changed: What|Removed |Added Resolution|--- |INVALID

svn commit: r1702092 - in /tomcat/trunk: java/org/apache/el/parser/ELParser.jjt java/org/apache/el/parser/ELParserTokenManager.java test/org/apache/el/TestELEvaluation.java

2015-09-09 Thread markt
Author: markt Date: Wed Sep 9 19:30:52 2015 New Revision: 1702092 URL: http://svn.apache.org/r1702092 Log: Fix an edge case parser bug found while investigating BZ 57136 Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.jjt

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-09 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/218 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 54112] ISAPI redirector not working when IIS recycles

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54112 Rainer Jung changed: What|Removed |Added Status|NEEDINFO|RESOLVED