Re: tcnative API stability/compatibility

2009-01-02 Thread Rainer Jung
On 02.01.2009 08:25, Mladen Turk wrote: Rainer Jung wrote: a) bundling native and org/apache/tomcat/jni code in one place in svn and releasing together or b) separating only the native implementation Option a) was used cause we didn't have separate tcnative release when it was introduced.

DO NOT REPLY [Bug 46462] JSPWiki JSP compilation prevented by org.apache.jasper.Constants.JSP_PACKAGE_NAME

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46462 jalkanen jalka...@apache.org changed: What|Removed |Added CC||jalka...@apache.org

Re: tcnative API stability/compatibility

2009-01-02 Thread Mladen Turk
Rainer Jung wrote: On 02.01.2009 08:25, Mladen Turk wrote: Rainer Jung wrote: a) bundling native and org/apache/tomcat/jni code in one place in svn and releasing together or b) separating only the native implementation Option a) was used cause we didn't have separate tcnative release

svn commit: r730694 - /tomcat/trunk/java/org/apache/jasper/servlet/JasperLoader.java

2009-01-02 Thread markt
Author: markt Date: Fri Jan 2 03:05:45 2009 New Revision: 730694 URL: http://svn.apache.org/viewvc?rev=730694view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46462 Limit the package test to org.apache.jsp.* rather than org.apache.jsp* to allow use of packages like

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

2009-01-02 Thread markt
Author: markt Date: Fri Jan 2 03:10:03 2009 New Revision: 730696 URL: http://svn.apache.org/viewvc?rev=730696view=rev Log: Propose fix for 46462 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 46462] JSPWiki JSP compilation prevented by org.apache.jasper.Constants.JSP_PACKAGE_NAME

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46462 --- Comment #1 from Mark Thomas ma...@apache.org 2009-01-02 03:10:31 PST --- This has been fixed in trunk and proposed for 6.0.x. providing it gets two more +1 votes it will be included in 6.0.19 onwards. -- Configure bugmail:

Re: tcnative API stability/compatibility

2009-01-02 Thread Rainer Jung
On 02.01.2009 11:57, Mladen Turk wrote: Rainer Jung wrote: On 02.01.2009 08:25, Mladen Turk wrote: Rainer Jung wrote: a) bundling native and org/apache/tomcat/jni code in one place in svn and releasing together or b) separating only the native implementation Option a) was used cause we

Re: tcnative API stability/compatibility

2009-01-02 Thread Mladen Turk
Rainer Jung wrote: On 02.01.2009 11:57, Mladen Turk wrote: It doesn't mater if the API is stable or not. Tomcat will just depend on tomcat-native-1.xx.noarch.bin.zip and use the pre-compiled .jar (like any other jakarta-commons component for example) OK, I think that's exactly what I meant

DO NOT REPLY [Bug 46462] JSPWiki JSP compilation prevented by org.apache.jasper.Constants.JSP_PACKAGE_NAME

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46462 metskem harry.met...@gmail.com changed: What|Removed |Added

DO NOT REPLY [Bug 37498] [PATCH] NPE in org.apache.catalina.core.ContainerBase.removeChild

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37498 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #17908|0 |1 is

svn commit: r730722 - /tomcat/current/tc5.5.x/STATUS.txt

2009-01-02 Thread markt
Author: markt Date: Fri Jan 2 06:07:07 2009 New Revision: 730722 URL: http://svn.apache.org/viewvc?rev=730722view=rev Log: Propose fix for 37498 Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

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

2009-01-02 Thread markt
Author: markt Date: Fri Jan 2 06:24:35 2009 New Revision: 730735 URL: http://svn.apache.org/viewvc?rev=730735view=rev Log: Fix https://issues.apache.org/bugzilla/attachment.cgi?id=23066 Sync issue leads to NPE in rare circumstances Patch provided by Konstantin Kolinko Modified:

svn commit: r730742 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-01-02 Thread markt
Author: markt Date: Fri Jan 2 06:31:54 2009 New Revision: 730742 URL: http://svn.apache.org/viewvc?rev=730742view=rev Log: Propose fix for 37458 Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

DO NOT REPLY [Bug 37458] Datarace on org.apache.catalina.loader.WebappClassLoader

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37458 --- Comment #14 from Mark Thomas ma...@apache.org 2009-01-02 06:32:08 PST --- Thanks for the patch and your analysis. That makes perfect sense. I have applied your patch to trunk and proposed it for 6.0.x and 5.5.x. Thanks again.

DO NOT REPLY [Bug 46464] New: Serialisation issues in catalina

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46464 Summary: Serialisation issues in catalina Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

Re: tcnative API stability/compatibility

2009-01-02 Thread William A. Rowe, Jr.
Mark Thomas wrote: Rainer Jung wrote: Hi, we now have tcnative 1.1.x and trunk. What's our goal w.r.t. API stability? My understanding was that trunk was created to introduce APR 1.3 and that the result would be tcnative 1.2.x. APR 1.3 is abi compatible to 1.2 - although you famously

DO NOT REPLY [Bug 45996] allow byte serving with HTTP response header

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45996 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Summary|MIME type case insentive for|allow

DO NOT REPLY [Bug 46464] Serialisation issues in catalina

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46464 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|normal |enhancement ---

DO NOT REPLY [Bug 45995] RFE - MIME type extension not case sensitive

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45995 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2009-01-02 08:59:04 PST --- For reference: In Apache HTTPD as of current 1.3 and 2.2 versions, the mime mappings are case-insensitive. See:

DO NOT REPLY [Bug 42390] JSP compilation error with nested tagfile tags with variables with AT_BEGIN scope

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42390 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2009-01-02 09:38:46 PST --- Created an attachment (id=23070) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23070) ready-to-use WAR file that reproduces the

DO NOT REPLY [Bug 42390] JSP compilation error with nested tagfile tags with variables with AT_BEGIN scope

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42390 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Attachment #23070|application/octet-stream

DO NOT REPLY [Bug 42390] JSP compilation error with nested tagfile tags with variables with AT_BEGIN scope

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42390 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Version|5.5.23 |5.5.27

svn commit: r730884 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ProxyConnection.java interceptor/AbstractQueryReport.java

2009-01-02 Thread fhanik
Author: fhanik Date: Fri Jan 2 17:25:56 2009 New Revision: 730884 URL: http://svn.apache.org/viewvc?rev=730884view=rev Log: Handle invocation target exceptions and throw the original exception when it happens Modified:

svn commit: r730885 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java

2009-01-02 Thread fhanik
Author: fhanik Date: Fri Jan 2 17:30:23 2009 New Revision: 730885 URL: http://svn.apache.org/viewvc?rev=730885view=rev Log: Make system compile with JDK1.5 Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java Modified:

svn commit: r730893 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java

2009-01-02 Thread fhanik
Author: fhanik Date: Fri Jan 2 18:34:10 2009 New Revision: 730893 URL: http://svn.apache.org/viewvc?rev=730893view=rev Log: correct array math Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java Modified:

svn commit: r730896 - in /tomcat/trunk/modules/jdbc-pool: build.xml sign.sh

2009-01-02 Thread fhanik
Author: fhanik Date: Fri Jan 2 18:55:04 2009 New Revision: 730896 URL: http://svn.apache.org/viewvc?rev=730896view=rev Log: update version Modified: tomcat/trunk/modules/jdbc-pool/build.xml tomcat/trunk/modules/jdbc-pool/sign.sh Modified: tomcat/trunk/modules/jdbc-pool/build.xml URL:

DO NOT REPLY [Bug 42390] JSP compilation error with nested tagfile tags with variables with AT_BEGIN scope

2009-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42390 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com 2009-01-02 19:14:26 PST --- Created an attachment (id=23072) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23072) patch for tc6.0.x that fixes the issue I am

svn commit: r730900 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java

2009-01-02 Thread fhanik
Author: fhanik Date: Fri Jan 2 19:14:50 2009 New Revision: 730900 URL: http://svn.apache.org/viewvc?rev=730900view=rev Log: brain farts Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java Modified: