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

2013-07-25 Thread kfujino
Author: kfujino Date: Thu Jul 25 09:35:44 2013 New Revision: 1506863 URL: http://svn.apache.org/r1506863 Log: In order to unpack a WAR, remove the directory before reload a WAR. In a deployment by context descriptor, WAR that registered to redeploy resources always trigger a reload. Modified:

svn commit: r1507013 - in /tomcat/trunk/java/org/apache/tomcat/util/bcel: ./ classfile/Constant.java classfile/ConstantUtf8.java package.html

2013-07-25 Thread markt
Author: markt Date: Thu Jul 25 15:32:05 2013 New Revision: 1507013 URL: http://svn.apache.org/r1507013 Log: Merge latest changes from Commons BCEL Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed)

svn commit: r1507021 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/classfile/ webapps/docs/

2013-07-25 Thread markt
Author: markt Date: Thu Jul 25 15:44:24 2013 New Revision: 1507021 URL: http://svn.apache.org/r1507021 Log: Merge latest changes from Commons BCEL Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/bcel/ (props changed)

svn commit: r1507026 - in /tomcat/jk/trunk/xdocs: generic_howto/workers.xml miscellaneous/changelog.xml miscellaneous/faq.xml webserver_howto/apache.xml webserver_howto/iis.xml webserver_howto/nes.xml

2013-07-25 Thread rjung
Author: rjung Date: Thu Jul 25 15:50:05 2013 New Revision: 1507026 URL: http://svn.apache.org/r1507026 Log: Minor documentation improvements. Modified: tomcat/jk/trunk/xdocs/generic_howto/workers.xml tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

svn commit: r1507028 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/

2013-07-25 Thread markt
Author: markt Date: Thu Jul 25 15:52:25 2013 New Revision: 1507028 URL: http://svn.apache.org/r1507028 Log: Mark early versions as merged Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) Propchange:

svn commit: r1507052 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ util/Streams.java

2013-07-25 Thread markt
Author: markt Date: Thu Jul 25 16:18:43 2013 New Revision: 1507052 URL: http://svn.apache.org/r1507052 Log: Update to latest Commons FileUpload trunk Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed)

svn commit: r1507053 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/util/Streams.java webapps/docs/changelog.xml

2013-07-25 Thread markt
Author: markt Date: Thu Jul 25 16:20:41 2013 New Revision: 1507053 URL: http://svn.apache.org/r1507053 Log: (empty) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed)

svn commit: r1507057 - /tomcat/trunk/java/org/apache/tomcat/util/codec/

2013-07-25 Thread markt
Author: markt Date: Thu Jul 25 16:35:17 2013 New Revision: 1507057 URL: http://svn.apache.org/r1507057 Log: Update codec (no changes required) Modified: tomcat/trunk/java/org/apache/tomcat/util/codec/ (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/util/codec/

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 --- Comment #2 from Mark Thomas ma...@apache.org --- Remy's points look perfectly valid, logical and non-contradictory to me: 1. There is nothing in the specification that requires the content type to be set before the output stream is

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

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

svn commit: r1507091 - /tomcat/jk/trunk/xdocs/generic_howto/proxy.xml

2013-07-25 Thread rjung
Author: rjung Date: Thu Jul 25 19:04:22 2013 New Revision: 1507091 URL: http://svn.apache.org/r1507091 Log: Use current link to Apache docs. More stable then 2.2. Modified: tomcat/jk/trunk/xdocs/generic_howto/proxy.xml Modified: tomcat/jk/trunk/xdocs/generic_howto/proxy.xml URL:

svn commit: r1507092 - in /tomcat/jk/trunk/xdocs: miscellaneous/faq.xml reference/apache.xml webserver_howto/apache.xml

2013-07-25 Thread rjung
Author: rjung Date: Thu Jul 25 19:04:54 2013 New Revision: 1507092 URL: http://svn.apache.org/r1507092 Log: Clean up some Apache version info. Modified: tomcat/jk/trunk/xdocs/miscellaneous/faq.xml tomcat/jk/trunk/xdocs/reference/apache.xml

Re: Jasper improvements/XML handling

2013-07-25 Thread Christopher Schultz
Jeremy, A little late returning to the party... On 7/8/13 1:38 AM, Jeremy Boynes wrote: Finally, Jasper parses these documents first into DOM and the into its own version based on TreeNode (this is separate from the parse tree used for actual JSPs). Jasper already depends on tomcat-util for

svn commit: r1507096 - /tomcat/trunk/bin/daemon.sh

2013-07-25 Thread markt
Author: markt Date: Thu Jul 25 19:23:33 2013 New Revision: 1507096 URL: http://svn.apache.org/r1507096 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55297 Look in CATALINA_HOME for jsvc if it isn't specified and isn't found in CATALINA_BASE Modified: tomcat/trunk/bin/daemon.sh

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- (In reply to wozza.xing from comment #1) I would also happily contribute this filter as an example on how to use apache xalan to compile/cache xslt (Translets) and

svn commit: r1507098 - in /tomcat/tc7.0.x/trunk: ./ bin/daemon.sh webapps/docs/changelog.xml

2013-07-25 Thread markt
Author: markt Date: Thu Jul 25 19:27:05 2013 New Revision: 1507098 URL: http://svn.apache.org/r1507098 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55297 Look in CATALINA_HOME for jsvc if it isn't specified and isn't found in CATALINA_BASE Modified: tomcat/tc7.0.x/trunk/

[Bug 55297] Have daemon.sh look for jsvc in CATALINA_HOME as well as CATALINA_BASE

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

Re: svn commit: r1507096 - /tomcat/trunk/bin/daemon.sh

2013-07-25 Thread Christopher Schultz
Mark, On 7/25/13 3:23 PM, ma...@apache.org wrote: Author: markt Date: Thu Jul 25 19:23:33 2013 New Revision: 1507096 URL: http://svn.apache.org/r1507096 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55297 Look in CATALINA_HOME for jsvc if it isn't specified and isn't found

Re: svn commit: r1507096 - /tomcat/trunk/bin/daemon.sh

2013-07-25 Thread Mark Thomas
On 25/07/2013 20:41, Christopher Schultz wrote: Mark, On 7/25/13 3:23 PM, ma...@apache.org wrote: Author: markt Date: Thu Jul 25 19:23:33 2013 New Revision: 1507096 URL: http://svn.apache.org/r1507096 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55297 Look in

Re: svn commit: r1507096 - /tomcat/trunk/bin/daemon.sh

2013-07-25 Thread Christopher Schultz
Mark, On 7/25/13 4:05 PM, Mark Thomas wrote: On 25/07/2013 20:41, Christopher Schultz wrote: Mark, On 7/25/13 3:23 PM, ma...@apache.org wrote: Author: markt Date: Thu Jul 25 19:23:33 2013 New Revision: 1507096 URL: http://svn.apache.org/r1507096 Log: Fix

Re: Various shell-scripting idioms in bin/daemon.sh

2013-07-25 Thread Christopher Schultz
Mladen, On 7/17/13 7:59 AM, Mladen Turk wrote: On 07/16/2013 11:42 PM, Christopher Schultz wrote: All, While doing the trivial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55268, I noticed a few idioms being used in bin/daemon.sh that struck me as odd. For example: while [

svn commit: r1507113 - in /tomcat/native/trunk/xdocs: index.xml project.xml

2013-07-25 Thread schultz
Author: schultz Date: Thu Jul 25 20:30:16 2013 New Revision: 1507113 URL: http://svn.apache.org/r1507113 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51655 Added a decent description of what tcnative actually is. Modified: tomcat/native/trunk/xdocs/index.xml

svn commit: r1507114 - in /tomcat/native/branches/1.1.x: ./ xdocs/index.xml xdocs/miscellaneous/changelog.xml xdocs/project.xml

2013-07-25 Thread schultz
Author: schultz Date: Thu Jul 25 20:34:30 2013 New Revision: 1507114 URL: http://svn.apache.org/r1507114 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51655 Added a decent description of what tcnative actually is. Modified: tomcat/native/branches/1.1.x/ (props changed)

svn commit: r1507115 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2013-07-25 Thread schultz
Author: schultz Date: Thu Jul 25 20:36:07 2013 New Revision: 1507115 URL: http://svn.apache.org/r1507115 Log: Added missing blame-list. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml URL:

[Bug 51655] Index page does not say what native does

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51655 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

svn commit: r1507125 - in /tomcat/native/branches/1.1.x: native/src/sslutils.c xdocs/miscellaneous/changelog.xml

2013-07-25 Thread schultz
Author: schultz Date: Thu Jul 25 21:01:25 2013 New Revision: 1507125 URL: http://svn.apache.org/r1507125 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53937 Eliminate double-call to apr_pool_destroy. Modified: tomcat/native/branches/1.1.x/native/src/sslutils.c

[Bug 53937] Double call to apr_pool_destroy() if OCSP checking is enabled and OCSP server is unreachable leads to crash

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53937 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

[Bug 53952] Add support for TLS 1.1 and 1.2

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 --- Comment #23 from Christopher Schultz ch...@christopherschultz.net --- I've taken another look at the (updated) patches. I'm confused by the changes to sslcontext.c. It looks like there is no provision for combinations of SSL/TLS

[Bug 53952] Add support for TLS 1.1 and 1.2

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 --- Comment #24 from Rainer Jung rainer.j...@kippdata.de --- I suggest we try to stay compatible with the httpd notations: http://httpd.apache.org/docs/2.4/en/mod/mod_ssl.html#sslprotocol The code in tcnative that handles the protocol

Re: 8.0.0 (was: 8.0-SNAPSHOT updated)

2013-07-25 Thread Rainer Jung
On 26.07.2013 00:34, Mark Thomas wrote: On 21/07/2013 09:10, Mark Thomas wrote: On 20/07/2013 17:42, Konstantin Kolinko wrote: 2013/7/18 Mark Thomas ma...@apache.org: snip/ Any objections to starting the 8.0.0 release process? What do we do with DBCP? a) There will be a new release in

Re: 8.0.0 (was: 8.0-SNAPSHOT updated)

2013-07-25 Thread Nick Williams
On Jul 25, 2013, at 6:49 PM, Rainer Jung wrote: On 26.07.2013 00:34, Mark Thomas wrote: On 21/07/2013 09:10, Mark Thomas wrote: On 20/07/2013 17:42, Konstantin Kolinko wrote: 2013/7/18 Mark Thomas ma...@apache.org: snip/ Any objections to starting the 8.0.0 release process? What do

[Bug 55309] New: Concurrent issue of TagPluginManager

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55309 Bug ID: 55309 Summary: Concurrent issue of TagPluginManager Product: Tomcat 7 Version: trunk Hardware: PC OS: All Status: NEW Severity: regression

[Bug 55309] Concurrent issue of TagPluginManager

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55309 Sheldon Shao xs...@ebay.com changed: What|Removed |Added Attachment #30629|0 |1 is