svn commit: r908383 - in /tomcat/site/trunk: docs/security-6.html xdocs/security-6.xml

2010-02-10 Thread jfclere
Author: jfclere
Date: Wed Feb 10 08:18:31 2010
New Revision: 908383

URL: http://svn.apache.org/viewvc?rev=908383&view=rev
Log:
Add information about CVE-2009-3555.

Modified:
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/xdocs/security-6.xml

Modified: tomcat/site/trunk/docs/security-6.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-6.html?rev=908383&r1=908382&r2=908383&view=diff
==
--- tomcat/site/trunk/docs/security-6.html (original)
+++ tomcat/site/trunk/docs/security-6.html Wed Feb 10 08:18:31 2010
@@ -3,18 +3,18 @@
 
 
 Apache Tomcat - Apache Tomcat 6.x vulnerabilities
-
-
-
+
+
+
 
-
-
+
+
 
 
 
 
 http://tomcat.apache.org/";>
-
+
 
 
 
@@ -25,28 +25,28 @@
 
 
 http://www.apache.org/";>
-http://www.apache.org/images/asf-logo.gif"; align="right" alt="Apache 
Logo" border="0"/>
+http://www.apache.org/images/asf-logo.gif"; />
 
 
 
 
 
-http://www.google.com/search"; method="get">
-
-
-
+http://www.google.com/search";>
+
+
+
 
 
-
+
 
 
 
-
+
 
 
 
 
-
+
 
 Apache Tomcat
 
@@ -172,11 +172,11 @@
 
 
 
-
-
+
+
 
 
-
+
 
 Apache Tomcat 6.x vulnerabilities
 
@@ -204,14 +204,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.24
 
@@ -303,20 +303,43 @@
 
 Affects: 6.0.0-6.0.20
 
+   
+Medium: SSL MITN
+  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555";>
+   CVE-2009-3555
+
+
+The TLS protocol, and the SSL protocol 3.0 and possibly earlier does not
+   properly associate renegotiation handshakes with an existing connection,
+   which allows man-in-the-middle attackers to insert data into HTTPS
+   sessions, and possibly other types of sessions protected by TLS or SSL,
+   by sending an unauthenticated request that is processed retroactively by
+   a server in a post-renegotiation context, related to a "plaintext
+   injection" attack, aka the "Project Mogul" issue.
+
+This was fixed in
+   http://svn.apache.org/viewvc?rev=891292&view=rev";>
+   revision 891292 and
+   http://svn.apache.org/viewvc?rev=881774&view=rev";>
+   revision 881774.
+
+Affects: 6.0.0-6.0.20
+
+
   
 
 
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.20
 
@@ -433,14 +456,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.18
 
@@ -520,14 +543,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.16
 
@@ -609,14 +632,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.14
 
@@ -698,14 +721,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.11
 
@@ -753,14 +776,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.10
 
@@ -809,14 +832,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.9
 
@@ -845,14 +868,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Fixed in Apache Tomcat 6.0.6
 
@@ -885,14 +908,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 Not a vulnerability in Tomcat
 
@@ -975,7 +998,7 @@
 
 
 
-
+
 
 
 
@@ -984,17 +1007,17 @@
 
 
 
-
+
 
 
 
 
 
 
-
+
 
 Copyright © 1999-2010, The Apache Software Foundation
-
+
 "Apache", the Apache feather, and the Apache Tomcat logo are
 trademarks of the Apache Software Foundation for our open source
 software.

Modified: tomcat/site/trunk/xdocs/security-6.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-6.xml?rev=908383&r1=908382&r2=908383&view=diff
==
--- tomcat/site/trunk/xdocs/security-6.xml (original)
+++ tomcat/site/trunk/xdocs/security-6.xml Wed Feb 10 08:18:31 2010
@@ -94,6 +94,27 @@
 
 Affects: 6.0.0-6.0.20
 
+   Medium: SSL MITN
+  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555";>
+   CVE-2009-3555
+
+The TLS protocol, and the SSL protocol 3.0 and possibly earlier does not
+   properly associate renegotiation handshakes with an existing connection,
+   which allows man-in-the-middle attackers to insert data into HTTPS
+   sessions, and possibly other types of sessions protected by TLS or SSL,
+   by sending an unauthenticated request that is processed retroactively by
+   a server in a post-renegotiation context, related to a "plaintext
+   injection" attack, aka the "Project Mogul" issue.
+
+This was fixed in
+   http://svn.apache.org/viewvc?rev=891292&view=rev";>
+   revision 891292 and
+   http://svn.apache.org/viewvc?rev=881774&view=rev";>
+   revision 881774.
+
+Affects: 6.0.0-6.0.20
+
+
   
 
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Tomcat Wiki] Update of "PoweredBy" by webhostuk

2010-02-10 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "PoweredBy" page has been changed by webhostuk.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=243&rev2=244

--

  
  === Webhost.uk.net ==
  
- {{http://www.webhost.uk.net/banners/webhost160_120.png}} "Best UK Web 
Hosting"[[http://www.webhost.net/|WebHostUK LTD]] - Proud to be Apache Tomcat 
Web Hosting provider in UK.
+ {{http://www.webhost.uk.net/banners/webhost160_120.png}} "Best UK Web 
Hosting" [[http://www.webhost.uk.net/|WebHostUK LTD]] - Proud to be Apache 
Tomcat uk Web Hosting provider.
  
  === björn hahnefeld IT TC_Framework ===
  {{http://www.hahnefeld.de/images/archive/small.jpg}} "björn hahnefeld IT 
TC_Framework" [[http://www.hahnefeld.de|björn hahnefeld IT]] runs on Tomcat. It 
is a Framework for the ATOSS employee portal with runs on Tomcat too. 
Hosting-Plans for the  "björn hahnefeld IT TC_Framework" can be booked under 
[[http://www.hahnefeld.de/internet-services_server.html|TomCat Co-Location and 
Serverhousing]]. The "björn hahnefeld IT TC_Framework" for project and time 
control is live in action in three companies at the moment: 
[[http://www.schoen-alarm.at|Gerald Schön Elektro- & Sicherheitstechnik]], 
[[http://www.konstruktionsbuero-dos.de|Konstruktionsbüro DOS]] and 
[[http://www.brot-und-wein.eu|Enoteca "Brot & Wein"]].

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908386 - in /tomcat/site/trunk: docs/security-6.html xdocs/security-6.xml

2010-02-10 Thread jfclere
Author: jfclere
Date: Wed Feb 10 08:32:11 2010
New Revision: 908386

URL: http://svn.apache.org/viewvc?rev=908386&view=rev
Log:
Just a ref to Not a vulnerability in Tomcat.

Modified:
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/xdocs/security-6.xml

Modified: tomcat/site/trunk/docs/security-6.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-6.html?rev=908386&r1=908385&r2=908386&view=diff
==
--- tomcat/site/trunk/docs/security-6.html (original)
+++ tomcat/site/trunk/docs/security-6.html Wed Feb 10 08:32:11 2010
@@ -309,15 +309,9 @@
CVE-2009-3555
 
 
-The TLS protocol, and the SSL protocol 3.0 and possibly earlier does not
-   properly associate renegotiation handshakes with an existing connection,
-   which allows man-in-the-middle attackers to insert data into HTTPS
-   sessions, and possibly other types of sessions protected by TLS or SSL,
-   by sending an unauthenticated request that is processed retroactively by
-   a server in a post-renegotiation context, related to a "plaintext
-   injection" attack, aka the "Project Mogul" issue.
+See Not a vulnerability in Tomcat below
 
-This was fixed in
+This was worked-around in
http://svn.apache.org/viewvc?rev=891292&view=rev";>
revision 891292 and
http://svn.apache.org/viewvc?rev=881774&view=rev";>

Modified: tomcat/site/trunk/xdocs/security-6.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-6.xml?rev=908386&r1=908385&r2=908386&view=diff
==
--- tomcat/site/trunk/xdocs/security-6.xml (original)
+++ tomcat/site/trunk/xdocs/security-6.xml Wed Feb 10 08:32:11 2010
@@ -98,15 +98,9 @@
   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555";>
CVE-2009-3555
 
-The TLS protocol, and the SSL protocol 3.0 and possibly earlier does not
-   properly associate renegotiation handshakes with an existing connection,
-   which allows man-in-the-middle attackers to insert data into HTTPS
-   sessions, and possibly other types of sessions protected by TLS or SSL,
-   by sending an unauthenticated request that is processed retroactively by
-   a server in a post-renegotiation context, related to a "plaintext
-   injection" attack, aka the "Project Mogul" issue.
+See Not a vulnerability in Tomcat below
 
-This was fixed in
+This was worked-around in
http://svn.apache.org/viewvc?rev=891292&view=rev";>
revision 891292 and
http://svn.apache.org/viewvc?rev=881774&view=rev";>



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: svn commit: r908386 - in /tomcat/site/trunk: docs/security-6.html xdocs/security-6.xml

2010-02-10 Thread jean-frederic clere
On 02/10/2010 09:32 AM, jfcl...@apache.org wrote:
> Author: jfclere
> Date: Wed Feb 10 08:32:11 2010
> New Revision: 908386
> 
> URL: http://svn.apache.org/viewvc?rev=908386&view=rev
> Log:
> Just a ref to Not a vulnerability in Tomcat.
> 

Should I put the work-around in the "Not a vulnerability in Tomcat" part?

Cheers

Jean-Frederic

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908413 - in /tomcat/native/branches/1.1.x/native: buildconf include/tcn_version.h srclib/VERSIONS

2010-02-10 Thread mturk
Author: mturk
Date: Wed Feb 10 09:37:02 2010
New Revision: 908413

URL: http://svn.apache.org/viewvc?rev=908413&view=rev
Log:
Prepare for 1.1.20 release

Modified:
tomcat/native/branches/1.1.x/native/buildconf
tomcat/native/branches/1.1.x/native/include/tcn_version.h
tomcat/native/branches/1.1.x/native/srclib/VERSIONS

Modified: tomcat/native/branches/1.1.x/native/buildconf
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/buildconf?rev=908413&r1=908412&r2=908413&view=diff
==
--- tomcat/native/branches/1.1.x/native/buildconf (original)
+++ tomcat/native/branches/1.1.x/native/buildconf Wed Feb 10 09:37:02 2010
@@ -19,7 +19,7 @@
 
 # Default place to look for apr source.  Can be overridden with 
 #   --with-apr=[directory]
-apr_src_dir=`pwd`/srclib/apr-1.2.7
+apr_src_dir=`pwd`/srclib/apr-1.3.9
 
 while test $# -gt 0 
 do

Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/include/tcn_version.h?rev=908413&r1=908412&r2=908413&view=diff
==
--- tomcat/native/branches/1.1.x/native/include/tcn_version.h (original)
+++ tomcat/native/branches/1.1.x/native/include/tcn_version.h Wed Feb 10 
09:37:02 2010
@@ -75,7 +75,7 @@
  *  This symbol is defined for internal, "development" copies of TCN. This
  *  symbol will be #undef'd for releases.
  */
-#define TCN_IS_DEV_VERSION  1
+#define TCN_IS_DEV_VERSION  0
 
 
 /** The formatted string of APU's version */

Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/srclib/VERSIONS?rev=908413&r1=908412&r2=908413&view=diff
==
--- tomcat/native/branches/1.1.x/native/srclib/VERSIONS (original)
+++ tomcat/native/branches/1.1.x/native/srclib/VERSIONS Wed Feb 10 09:37:02 2010
@@ -1,4 +1,4 @@
 Use the following version of the libraries
 
-- APR 1.2.8, http://apr.apache.org
-- OpenSSL 0.9.8e, http://www.openssl.org
+- APR 1.3.9, http://apr.apache.org
+- OpenSSL 0.9.8k, http://www.openssl.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908414 - /tomcat/native/tags/TOMCAT_NATIVE_1_1_20/

2010-02-10 Thread mturk
Author: mturk
Date: Wed Feb 10 09:38:29 2010
New Revision: 908414

URL: http://svn.apache.org/viewvc?rev=908414&view=rev
Log:
Tag 1.1.20

Added:
tomcat/native/tags/TOMCAT_NATIVE_1_1_20/   (props changed)
  - copied from r908413, tomcat/native/branches/1.1.x/

Propchange: tomcat/native/tags/TOMCAT_NATIVE_1_1_20/
--
--- svn:ignore (added)
+++ svn:ignore Wed Feb 10 09:38:29 2010
@@ -0,0 +1 @@
+dist

Propchange: tomcat/native/tags/TOMCAT_NATIVE_1_1_20/
--
svn:mergeinfo = /tomcat/native/trunk:815411



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908416 - in /tomcat/native/branches/1.1.x/native: include/tcn_version.h os/win32/libtcnative.rc

2010-02-10 Thread mturk
Author: mturk
Date: Wed Feb 10 09:42:01 2010
New Revision: 908416

URL: http://svn.apache.org/viewvc?rev=908416&view=rev
Log:
Increment post-tag versions

Modified:
tomcat/native/branches/1.1.x/native/include/tcn_version.h
tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc

Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/include/tcn_version.h?rev=908416&r1=908415&r2=908416&view=diff
==
--- tomcat/native/branches/1.1.x/native/include/tcn_version.h (original)
+++ tomcat/native/branches/1.1.x/native/include/tcn_version.h Wed Feb 10 
09:42:01 2010
@@ -69,13 +69,13 @@
 #define TCN_MINOR_VERSION   1
 
 /** patch level */
-#define TCN_PATCH_VERSION   20
+#define TCN_PATCH_VERSION   21
 
 /**
  *  This symbol is defined for internal, "development" copies of TCN. This
  *  symbol will be #undef'd for releases.
  */
-#define TCN_IS_DEV_VERSION  0
+#define TCN_IS_DEV_VERSION  1
 
 
 /** The formatted string of APU's version */

Modified: tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc?rev=908416&r1=908415&r2=908416&view=diff
==
--- tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc (original)
+++ tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc Wed Feb 10 
09:42:01 2010
@@ -20,7 +20,7 @@
  "See the License for the specific language governing " \
  "permissions and limitations under the License."
 
-#define TCN_VERSION "1.1.20"
+#define TCN_VERSION "1.1.21"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@
 END
 
 1 VERSIONINFO
- FILEVERSION 1,1,20,0
- PRODUCTVERSION 1,1,20,0
+ FILEVERSION 1,1,21,0
+ PRODUCTVERSION 1,1,21,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48716] Embedded Tomcat JULI aggressively resetting default logging configuration

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716

--- Comment #1 from Mark Thomas  2010-02-10 01:43:42 UTC ---
If you use the standard LogManager then you are going to get memory leaks. You
need to be using JULI or another LogManager implementation that is class loader
aware.

If this call is only used with JULI then other class loader aware LogManager
implementations will have no opportunity to clean up.

On the basis that there may be some valid embedded use cases where you do need
to disable the call to reset(), then a better approach is probably to make this
configurable, with the default that the call takes place.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48716] Embedded Tomcat JULI aggressively resetting default logging configuration

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716

--- Comment #2 from Henning Blohm  2010-02-10 01:57:51 
UTC ---
Mark,

if JULI would test for its implementation of LogManager, it would work as it
does now by default and would not create further harm in cases where it does
not own the LogManager.

If my web apps use JDK Logging as well (and say do not register handlers and
your own levels or so), what memory leaks would I need to expect (except that
logger names will not be released)? Can elaborate on that please?

Thanks, 
  Henning

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: svn commit: r908386 - in /tomcat/site/trunk: docs/security-6.html xdocs/security-6.xml

2010-02-10 Thread Mark Thomas
On 10/02/2010 08:43, jean-frederic clere wrote:
> On 02/10/2010 09:32 AM, jfcl...@apache.org wrote:
>> Author: jfclere
>> Date: Wed Feb 10 08:32:11 2010
>> New Revision: 908386
>>
>> URL: http://svn.apache.org/viewvc?rev=908386&view=rev
>> Log:
>> Just a ref to Not a vulnerability in Tomcat.
>>
> 
> Should I put the work-around in the "Not a vulnerability in Tomcat" part?

No need, the workarounds are already listed.

On a related note, I don't think the 6.0.24 section should have been
changed at all. CVE-2009-3555 is not a vulnerability in Tomcat.

Mark



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48716] Embedded Tomcat JULI aggressively resetting default logging configuration

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716

--- Comment #3 from Mark Thomas  2010-02-10 02:08:45 UTC ---
> if JULI would test for its implementation of LogManager, it would work as it
> does now by default and would not create further harm in cases where it does
> not own the LogManager.

Using the standard LogManager causes harm. Again, removing this call provides
no opportunity for class loader aware LogManagers (including but not limited to
JULI) to do the correct clean-up.

> If my web apps use JDK Logging as well (and say do not register handlers and
> your own levels or so), what memory leaks would I need to expect (except that
> logger names will not be released)? Can elaborate on that please?

That is a question for the users mailing list, not Bugzilla.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48716] Embedded Tomcat JULI aggressively resetting default logging configuration

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716

--- Comment #4 from Henning Blohm  2010-02-10 02:18:54 
UTC ---
(In reply to comment #3)
> > if JULI would test for its implementation of LogManager, it would work as it
> > does now by default and would not create further harm in cases where it does
> > not own the LogManager.
> 
> Using the standard LogManager causes harm. Again, removing this call provides
> no opportunity for class loader aware LogManagers (including but not limited 
> to
> JULI) to do the correct clean-up.
> 

I didn't say that the call should be removed. I suggested to make it smarter,
so that it will not reset the default LogManager. As I am not a developer with
JULI or Tomcat for that matter, I do not want to go beyond describing the
problem though.

> > If my web apps use JDK Logging as well (and say do not register handlers and
> > your own levels or so), what memory leaks would I need to expect (except 
> > that
> > logger names will not be released)? Can elaborate on that please?
> 
> That is a question for the users mailing list, not Bugzilla.

Well thanks. There is a POST on the mailing list regarding this issue.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[VOTE] Release Apache Tomcat Native 1.1.20

2010-02-10 Thread Mladen Turk

Hi,

Native 1.1.20 is available for testing.
Compared with 1.1.19 and earlier versions it has a bug fix that
prevents crashing JVM on shutdown.

If you want to take a look, the final source distribution can be
downloaded from:
http://tomcat.apache.org/dev/dist/tomcat-connectors/native/source/1.1.20
(Will be visible after the server sync is done)

Win32/Win64 binaries are available at:
http://tomcat.apache.org/dev/dist/tomcat-connectors/native/binaries/

So here's the vote.
It will be closed in about 72 hours
(or sooner if enough votes are encountered)


Apache Tomcat Native 1.1.20 is:

[ ] Stable - no major issues, no regressions
[ ] Beta   - at least one significant issue -- tell us what it is
[ ] Alpha  - multiple significant issues -- tell us what they are



Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: JK 1.2.29 Plan

2010-02-10 Thread Mladen Turk

On 02/08/2010 08:32 AM, Rainer Jung wrote:

After a couple of heavily loaded weeks, I'll have time to care about it
this week. I'll review the changes done by Mladen and will then proceed
with the usual snapshot for letting people do some tests before the
final release. I guess I'll need 2 or 3 days before doing the snapshot.



If you don't have a time, I can do some snapshot.


Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 46323] NTLM Authentication for Microsoft Active Directory controlled Intranet

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46323

--- Comment #2 from cdauth+issues.apache@cdauth.de 2010-02-10 02:41:37 UTC 
---
So do I understand this right? This authenticator does not do any
authentication but only receives the user name on the user's computer?

If so, I am against including this in the Tomcat distribution, as people would
probably think that this would provide any security. Instead, we need an
authenticator that authorises against the Active Directory somehow and offers
fallback Basic authentication (like mod_ntlm for Apache does, for example).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[g...@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2010-02-10 Thread Bill Barker
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project tomcat-trunk has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 13 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- tomcat-trunk :  Java Servlet 3.0 & Server Pages JSP 2.1 implementation 
(for ...


Full details are available at:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on eclipse exists, no need to add for property jdt.jar.
 -DEBUG- Dependency on commons-daemon exists, no need to add for property 
commons-daemon.jsvc.tar.gz.
 -DEBUG- Dependency on junit exists, no need to add for property junit.jar.
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk/gump_work/build_tomcat-trunk_tomcat-trunk.html
Work Name: build_tomcat-trunk_tomcat-trunk (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true 
org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-10022010.jar 
-Dnsis.exe=/srv/gump/public/workspace/tomcat-trunk/BUILDING.txt 
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/tomcat-trunk/BUILDING.txt 
-Djson-lib.home=. 
-Dcommons-daemon.jsvc.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/jsvc.tar.gz
 
-Djdt.jar=/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar
 -Dtomcat-native.dll.x64=/srv/gump/public/workspace/tomcat-trunk/BUILDING.txt 
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-10022010.jar
 
-Djasper-jdt.jar=/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar
 -Dcommons-dbcp.home=/srv/gump/public/workspace/apache-commons/dbcp 
-Dcommons-pool.home=/srv/gump/public/workspace/apache-commons/pool -
 Dtomcat-native.dll.win32=/srv/gump/public/workspace/tomcat-trunk/BUILDING.txt 
-Dcommons-logging-api.jar=/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-10022010.jar
 -Dtomcat-native.dll.i64=/srv/gump/public/workspace/tomcat-trunk/BUILDING.txt 
-Djson-lib.jar=BUILDING.txt 
-Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-jdbc-10022010.jar
 
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: 
/usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/tomcat-trunk/output/classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/public/workspace/junit/dist/junit-10022010.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-10022010.jar:/srv
 
/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar:/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-jdbc-10022010.jar:/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-10022010.jar
-
[mkdir] Created dir: /srv/gump/public/workspace/tomcat-trunk/output/build
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/bin
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/conf
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/lib
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/logs
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/temp
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/webapps

download-compile:

proxyflags:

setproxy:

testexist:
 [echo] Testing  for /srv/gump/public/workspace/tomcat-trunk/BUILDING.txt

downloadfile:

proxyflags:

setproxy:

testexist:
 [echo] Testing  for 
/srv/gump/publ

RE: buildbot failure in ASF Buildbot on tomcat-trunk

2010-02-10 Thread Gav...


> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Tuesday, 9 February 2010 8:27 PM
> To: Tomcat Developers List
> Cc: bui...@apache.org
> Subject: Re: buildbot failure in ASF Buildbot on tomcat-trunk
> 
> On 09/02/2010 10:25, build...@apache.org wrote:
> > The Buildbot has detected a new failure of tomcat-trunk on ASF
> Buildbot.
> > Full details are available at:
> >  http://ci.apache.org/builders/tomcat-trunk/builds/83
> >
> > Buildbot URL: http://ci.apache.org/
> >
> > Buildslave for this Build: bb-vm_ubuntu
> >
> > Build Reason:
> > Build Source Stamp: [branch tomcat/trunk] 907983
> > Blamelist: markt
> >
> > BUILD FAILED: failed compile
> 
> The Eclipse download takes forever which seems to be the root cause of
> a
> number of these failures. Could the build property "jdt.home" be set to
> somewhere that isn't deleted on every ci build? That should speed up
> the
> build process considerably - as well as not downloading a 25MB file
> from
> archive.eclipse.org every time we build.

Actually, I haven’t set that property at all that I know of.
In Buildbot it can be added as a property at build time so it's no problem.

Shall I go ahead and do that?

What value should it be, empty?

Gav...

> 
> Mark
> 




-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: buildbot failure in ASF Buildbot on tomcat-trunk

2010-02-10 Thread Konstantin Kolinko
2010/2/10 Gav... :
>
>
>> -Original Message-
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Sent: Tuesday, 9 February 2010 8:27 PM
>> To: Tomcat Developers List
>> Cc: bui...@apache.org
>> Subject: Re: buildbot failure in ASF Buildbot on tomcat-trunk
>>
>> On 09/02/2010 10:25, build...@apache.org wrote:
>> > The Buildbot has detected a new failure of tomcat-trunk on ASF
>> Buildbot.
>> > Full details are available at:
>> >  http://ci.apache.org/builders/tomcat-trunk/builds/83
>> >
>> > Buildbot URL: http://ci.apache.org/
>> >
>> > Buildslave for this Build: bb-vm_ubuntu
>> >
>> > Build Reason:
>> > Build Source Stamp: [branch tomcat/trunk] 907983
>> > Blamelist: markt
>> >
>> > BUILD FAILED: failed compile
>>
>> The Eclipse download takes forever which seems to be the root cause of
>> a
>> number of these failures. Could the build property "jdt.home" be set to
>> somewhere that isn't deleted on every ci build? That should speed up
>> the
>> build process considerably - as well as not downloading a 25MB file
>> from
>> archive.eclipse.org every time we build.
>
> Actually, I haven’t set that property at all that I know of.
> In Buildbot it can be added as a property at build time so it's no problem.
>
> Shall I go ahead and do that?
>
> What value should it be, empty?
>
> Gav...
>

Not jdt.home, but base.path I think.

The "base.path" property points to a location, where all dependent
libraries are downloaded from the net.

The default value of it is
base.path=/usr/share/java
and as I see from stdio output from buildbot, there it is set to
/home/buildslave3/slave3/tomcat-trunk/build/basepath/

The problem is that all those dependencies are deleted before each run
and are redownloaded, which wastes time and, with a 40 MB download
from eclipse.org, resulted in intermittent failures.

Can we avoid deleting those files between runs?


In the meanwhile,  yesterday I changed dependencies in tomcat-trunk,
and now we are downloading a 1.6 MB file instead of 40 MB one. So, the
problem will be less noticeable for trunk now, but will still present
for "tomcat-6-trunk", where this change is not implemented yet.


The "tomcat-6-trunk" buildbot apparently has the same value of
"base.path" as the "tomcat-trunk" one. That is, it reuses libraries
downloaded by "tomcat-trunk" on its previous run. Thus it was more
rare to see errors coming from it.


Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: buildbot failure in ASF Buildbot on tomcat-trunk

2010-02-10 Thread Mark Thomas
On 10/02/2010 12:35, Konstantin Kolinko wrote:
> Not jdt.home, but base.path I think.

No, I meant jdt.home. I was only looking to keep JDT between builds.

Mark



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908484 - /tomcat/trunk/build.xml

2010-02-10 Thread kkolinko
Author: kkolinko
Date: Wed Feb 10 13:10:51 2010
New Revision: 908484

URL: http://svn.apache.org/viewvc?rev=908484&view=rev
Log:
Improvements for building jasper-jdt.jar:
- Rebuild jasper-jdt.jar if jdt.jar was updated or redownloaded, or the build 
file was updated
- Purge target directory before unjarring, to avoid repacking stale files
- Clean unjarred files after the build as they are not needed

Modified:
tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=908484&r1=908483&r2=908484&view=diff
==
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Feb 10 13:10:51 2010
@@ -1664,13 +1664,14 @@
   
   
 
-
 
-  
+  
+
+
+
+  
 
-
-  
-
+
 
   
 
@@ -1764,6 +1765,8 @@
 
   
+
+
 

+
+  
+
+
+  
+
   
 
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 46323] NTLM Authentication for Microsoft Active Directory controlled Intranet

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46323

--- Comment #3 from Christophe Dupriez  
2010-02-10 05:56:29 UTC ---
Basic Authentication is taking control when the user provided by NTLM is not
recognized (or the user comes from outside the LAN).

As you read:
*** There is a Microsoft “specification” (bug?) by which all LDAP binds are
evaluated on the Domain Server (like if the user was attempting to login on the
Domain Server).

It would be better to have binds evaluated as if they were originating from the
LDAP client machine (the Tomcat Server).

To circumvent this, I have been obliged to remove the binding (the password
checking) but to ensure that it is NTLM (and nothing else) which provides the
username. ***

Somebody who "emulates" (cracks) NTLM can forge its identity: this patch is not
securing more a Microsoft network than NTLM protocol (which is phasing out if I
understand well). Meanwhile, for many LANs, NTLM protocol remains the only
option.

The "roles" of the user (memberOf) are fetched from the Active Directory: a
user cannot forge its rights.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48600] Performance issue with tags

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48600

Michael Heinen  changed:

   What|Removed |Added

 CC||m...@recommind.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Tomcat Wiki] Trivial Update of "PoweredBy" by IsaacAda ms

2010-02-10 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "PoweredBy" page has been changed by IsaacAdams.
The comment on this change is: Fixed broken links in InnoShare entry..
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=244&rev2=245

--

  {{http://www.planet-hosting.net/design/site/jhosting/image/logo.gif}} 
http://www.planet-hosting.net Hosting Planet Limited is hosting company 
offering Java hosting using private JVM. All hosting plans including Tomcat as 
JSP/Servlet container.
  
  === InnoShare ===
- {{http://webmail.innoshare.com/images/innoshare_logo_small.jpg}} 
[[http://www.innoshare.com/|InnoShare]] - A full-service 
[[http://www.innoshare.com/content-management/dynamic-website-management-system.html|website
 management]], 
[[http://www.innoshare.com/e-mail-newsletters/email-newsletters.html|email 
newsletter]], [[http://www.innoshare.com/view_1408032.html|hosting]] and 
[[http://www.innoshare.com/web-design-services/atlanta-web-design.html|web 
design]] provider.
+ {{http://webmail.innoshare.com/images/innoshare_logo_small.jpg}} 
[[http://www.innoshare.com/|InnoShare]] - A full-service 
[[http://www.innoshare.com/services/atlanta-website-design|web design]], 
[[http://www.innoshare.com/services/atlanta-email-newsletters|email 
newsletter]], 
[[http://www.innoshare.com/services/atlanta-business-web-hosting|web hosting]] 
and 
[[http://www.innoshare.com/services/atlanta-search-engine-optimization|search 
engine optimization]] provider.
  
  === Javaprovider.net ===
  {{http://javaprovider.net/img/logo.gif}} [[http://javaprovider.net|Java 
Hosting]] - !WebApplication hosting company. We created Java Panel with Tomcat 
6.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48686] Cannot delete hosts using Administration Tool webapp (HTTP 500 error)

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48686

--- Comment #1 from Mark Thomas  2010-02-10 19:23:31 UTC ---
Created an attachment (id=24966)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24966)
Proposed patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908641 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 19:25:00 2010
New Revision: 908641

URL: http://svn.apache.org/viewvc?rev=908641&view=rev
Log:
Proposal

Modified:
tomcat/tc5.5.x/trunk/STATUS.txt

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=908641&r1=908640&r2=908641&view=diff
==
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Wed Feb 10 19:25:00 2010
@@ -193,3 +193,9 @@
   http://svn.apache.org/viewvc?rev=907819&view=rev
   +1: kkolinko
   -1: 
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48686
+  Fix NPE in host delete
+  https://issues.apache.org/bugzilla/attachment.cgi?id=24966
+  +1: markt
+  -1: 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48686] Cannot delete hosts using Administration Tool webapp (HTTP 500 error)

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48686

--- Comment #2 from Mark Thomas  2010-02-10 19:27:20 UTC ---
The patch has been proposed for 5.5.x

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908645 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 19:37:13 2010
New Revision: 908645

URL: http://svn.apache.org/viewvc?rev=908645&view=rev
Log:
Javadoc police

Modified:
tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java?rev=908645&r1=908644&r2=908645&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java (original)
+++ tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java Wed Feb 
10 19:37:13 2010
@@ -2794,8 +2794,9 @@
 // - WebdavResolver Inner Class
 /**
  * Work around for XML parsers that don't fully respect
- * {...@link DocumentBuilderFactory#setExpandEntityReferences(false)}. 
External
- * references are filtered out for security reasons. See CVE-2007-5461.
+ * {...@link DocumentBuilderFactory#setExpandEntityReferences(boolean)} 
when
+ * called with false. External references are filtered out for
+ * security reasons. See CVE-2007-5461.
  */
 private class WebdavResolver implements EntityResolver {
 private ServletContext context;



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot failure in ASF Buildbot on tomcat-trunk

2010-02-10 Thread buildbot
The Buildbot has detected a new failure of tomcat-trunk on 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: 
Build Source Stamp: [branch tomcat/trunk] 908645
Blamelist: markt

BUILD FAILED: failed svn

sincerely,
 -The ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 22:39:35 2010
New Revision: 908696

URL: http://svn.apache.org/viewvc?rev=908696&view=rev
Log:
Clean-up

Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java?rev=908696&r1=908695&r2=908696&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Wed Feb 
10 22:39:35 2010
@@ -47,7 +47,6 @@
 import java.util.LinkedHashMap;
 import java.util.List;
 import java.util.Map;
-import java.util.TimerTask;
 import java.util.Vector;
 import java.util.concurrent.ThreadPoolExecutor;
 import java.util.jar.Attributes;
@@ -629,9 +628,9 @@
 
 
  /**
-  * Set the clearReferencesStatic feature for this Context.
+  * Set the clearReferencesStopThreads feature for this Context.
   *
-  * @param clearReferencesStatic The new flag value
+  * @param clearReferencesStopThreads The new flag value
   */
  public void setClearReferencesStopThreads(
  boolean clearReferencesStopThreads) {



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 22:40:14 2010
New Revision: 908697

URL: http://svn.apache.org/viewvc?rev=908697&view=rev
Log:
Another copy/paste error

Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java?rev=908697&r1=908696&r2=908697&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Wed Feb 
10 22:40:14 2010
@@ -620,7 +620,7 @@
 
 
  /**
-  * Return the clearReferencesStatic flag for this Context.
+  * Return the clearReferencesStopThreads flag for this Context.
   */
  public boolean getClearReferencesStopThreads() {
  return (this.clearReferencesStopThreads);



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 22:41:55 2010
New Revision: 908701

URL: http://svn.apache.org/viewvc?rev=908701&view=rev
Log:
Part of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48694 that 
is not in trunk

Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java?rev=908701&r1=908700&r2=908701&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Wed Feb 
10 22:41:55 2010
@@ -2354,7 +2354,7 @@
 if (clazz != null)
 return clazz;
 
-synchronized (this) {
+synchronized (name.intern()) {
 clazz = entry.loadedClass;
 if (clazz != null)
 return clazz;



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 22:43:11 2010
New Revision: 908704

URL: http://svn.apache.org/viewvc?rev=908704&view=rev
Log:
Proposal

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=908704&r1=908703&r2=908704&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Feb 10 22:43:11 2010
@@ -341,3 +341,10 @@
   http://svn.apache.org/viewvc?rev=907825&view=rev
   +1: markt, kkolinko
   -1: 
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48694
+  Avoid potential deadlock in WebappClassLoader
+  OP confirms patch fixes the deadlock
+  https://issues.apache.org/bugzilla/show_bug.cgi?id=48694#c1
+  +1: markt
+  -1: 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48694] WebappClassLoader deadlock if web application uses it's own classloader

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48694

--- Comment #3 from Mark Thomas  2010-02-10 22:43:35 UTC ---
I've updated trunk to align with the proposed patch (it already had part of it)
and proposed the patch for 6.0.x

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 22:45:59 2010
New Revision: 908710

URL: http://svn.apache.org/viewvc?rev=908710&view=rev
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=908710&r1=908709&r2=908710&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Feb 10 22:45:59 2010
@@ -212,15 +212,9 @@
   Also handle deferredSyntaxAllowedAsLiteral
   JUnit test cases and TCK passes with this patch
   OP confirms patch fixes issue
-  http://svn.apache.org/viewvc?rev=904949&view=rev
-  +1: markt
-  -1: 
-kkolinko: Mostly good, but there is a bug in parseEL(). See updated
-patch below.
-
   Combined patch file, from revs.904949, 905226, 906465:
   https://issues.apache.org/bugzilla/attachment.cgi?id=24925
-  +1: kkolinko
+  +1: kkolinko, markt
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48625
@@ -291,7 +285,7 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48179
   Cleanup uncalled code that was used to read tldCache file
   https://issues.apache.org/bugzilla/attachment.cgi?id=24919
-  +1: kkolinko
+  +1: kkolinko, markt
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48678
@@ -315,7 +309,7 @@
 
   Additional patch:
   http://svn.apache.org/viewvc?rev=907864&view=rev
-  +1: kkolinko
+  +1: kkolinko, markt
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48660



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48726] New: DeployTask throws OutOfMemoryErrors when deploying large WAR files

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48726

   Summary: DeployTask throws OutOfMemoryErrors when deploying
large WAR files
   Product: Tomcat 6
   Version: 6.0.24
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: P2
 Component: Manager application
AssignedTo: dev@tomcat.apache.org
ReportedBy: a...@fixflyer.com


Created an attachment (id=24967)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24967)
patch (diffed from org/apache/catalina/ant)

I consistently get OutOfMemory errors when attempting to deploy a 70 mb WAR
file to Tomcat using the Deploy ant task:

java.lang.OutOfMemoryError: Java heap space
at
org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:262)
at org.apache.catalina.ant.DeployTask.execute(DeployTask.java:201)
at com.flyer.izpack.webapp.Deploy.run(Deploy.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
com.izforge.izpack.installer.ProcessPanelWorker$ExecutableClass.run(Unknown
Source)
at
com.izforge.izpack.installer.ProcessPanelWorker$ProcessingJob.run(Unknown
Source)
at com.izforge.izpack.installer.ProcessPanelWorker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.io.ByteArrayOutputStream.write(Unknown Source)
at sun.net.www.http.PosterOutputStream.write(Unknown Source)
at java.io.BufferedOutputStream.write(Unknown Source)
at
org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:215)
... 10 more
--- Nested Exception ---
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.io.ByteArrayOutputStream.write(Unknown Source)
at sun.net.www.http.PosterOutputStream.write(Unknown Source)
at java.io.BufferedOutputStream.write(Unknown Source)
at
org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:215)
at org.apache.catalina.ant.DeployTask.execute(DeployTask.java:201)
at com.flyer.izpack.webapp.Deploy.run(Deploy.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
com.izforge.izpack.installer.ProcessPanelWorker$ExecutableClass.run(Unknown
Source)
at
com.izforge.izpack.installer.ProcessPanelWorker$ProcessingJob.run(Unknown
Source)
at com.izforge.izpack.installer.ProcessPanelWorker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

I've tracked the issue to the use of java.net.HttpURLConnection without setting
the contentLength (in some cases) and not using 'fixed length streaming mode'
when contentLength is available.

I'm attaching a patch that works for me with the DeployTask. I know that
org.apache.catalina.ant.AbstractCatalinaTask is subclassed by many tasks, but I
haven't tested all of those.

I can probably provide some code to reproduce if needed.

See also: https://issues.apache.org/bugzilla/show_bug.cgi?id=47660

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot success in ASF Buildbot on tomcat-trunk

2010-02-10 Thread buildbot
The Buildbot has detected a restored build of tomcat-trunk on ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tomcat-trunk/builds/90

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: 
Build Source Stamp: [branch tomcat/trunk] 908701
Blamelist: markt

Build succeeded!

sincerely,
 -The ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908721 - /tomcat/trunk/webapps/docs/logging.xml

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 22:55:58 2010
New Revision: 908721

URL: http://svn.apache.org/viewvc?rev=908721&view=rev
Log:
Update logging docs

Modified:
tomcat/trunk/webapps/docs/logging.xml

Modified: tomcat/trunk/webapps/docs/logging.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/logging.xml?rev=908721&r1=908720&r2=908721&view=diff
==
--- tomcat/trunk/webapps/docs/logging.xml (original)
+++ tomcat/trunk/webapps/docs/logging.xml Wed Feb 10 22:55:58 2010
@@ -128,11 +128,13 @@
   boolean value.
   The root logger can define its set of handlers using a
   .handlers property.
-  Logging is buffered using a default buffer size of 0 bytes.
-  To change bufferSize, use the bufferSize property of a 
handler.
-  The value of 0 uses system default buffering.
-  The value of <0 forces a writer flush upon each log 
write.
-  A value >0 uses a BufferedOutputStream with the defined 
value.
+  Logging is not buffered by default. To configure buffering, use the
+  bufferSize property of a handler. A value of 0
+  uses system default buffering (typically an 8K buffer will be used). A
+  value of <0 forces a writer flush upon each log write. A
+  value >0 uses a BufferedOutputStream with the defined
+  value but note that the system default buffering will also be
+  applied.
   System property replacement is performed for property values which
   contain ${systemPropertyName}.
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908732 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml webapps/docs/logging.xml

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 23:05:59 2010
New Revision: 908732

URL: http://svn.apache.org/viewvc?rev=908732&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48614
Stream encoder uses an internal buffer and the wrong default was being used in 
the code (fhanik)
  

Modified:
tomcat/tc6.0.x/trunk/   (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/juli/FileHandler.java
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/logging.xml

Propchange: tomcat/tc6.0.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Feb 10 23:05:59 2010
@@ -1,2 +1,2 @@
 /tomcat:883362
-/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,666232,673796,673820,677910,683969,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,713953,714002,718360,719119,719124,719602,719626,719628,720046,720069,721040,721286,721708,721886,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729681,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,746425,747834,747863,748344,750258,750291,750921,751286-751287,751289,751295,753039,757335,757774,758249,758365,758596,758616,758664,759074,761601,762868,762929,762936-762937,763166,763183,763193,763228,763262,763298,763302,763325,763599,763611,763654,763681,763706,764985,764997,765662,768335,769979,770716,770809,77
 
0876,772872,776921,776924,776935,776945,777464,777466,777576,777625,778379,778523-778524,781528,781779,782145,782791,783316,783696,783724,783756,783762,783766,783863,783934,784453,784602,784614,785381,785688,785768,785859,786468,786487,786490,786496,786667,787627,787770,787985,789389,790405,791041,791184,791194,791224,791243,791326,791328,791789,792740,793372,793757,793882,793981,794082,794673,794822,795043,795152,795210,795457,795466,797168,797425,797596,797607,802727,802940,804462,804544,804734,805153,809131,809603,810916,810977,812125,812137,812432,813001,813013,813866,814180,814708,814876,815972,816252,817442,817822,819339,819361,820110,820132,820874,820954,821397,828196,828201,828210,828225,828759,830378-830379,830999,831106,831774,831785,831828,831850,831860,832214,832218,833121,833545,834047,835036,835336,836405,881396,881412,883130,883134,883146,883165,883177,883362,883565,884341,885038,885231,885241,885260,885901,885991,886019,888072,889363,889606,889716,890139,8902
 
65,890349-890350,890417,891185-891187,891583,892198,892341,892415,892464,892555,892812,892814,892817,892843,892887,893321,893493,894580,894586,894805,894831,895013,895045,895057,895703,896370,896384,897380-897381,897776,898126,898256,898468,898527,898555,898558,898718,898836,899284,899348,899420,905151
+/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,666232,673796,673820,677910,683969,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,713953,714002,718360,719119,719124,719602,719626,719628,720046,720069,721040,721286,721708,721886,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729681,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,746425,747834,747863,748344,750258,750291,750921,751286-751287,751289,751295,753039,757335,757774,758249,758365,758596,758616,758664,759074,761601,762868,762929,762936-762937,763166,763183,763193,763228,763262,763298,763302,763325,763599,763611,763654,763681,763706,764985,764997,765662,768335,769979,770716,770809,77
 
0876,772872,776921,776924,776935,776945,777464,777466,777576,777625,778379,778523-778524,781528,781779,782145,782791,783316,783696,783724,783756,783762,783766,783863,783934,784453,784602,784614,785381,785688,785768,785859,786468,786487,786490,786496,786667,787627,787770,787985,789389,790405,791041,791184,791194,791224,791243,791326,791328,791789,792740,793372,793757,793882,793981,794082,794673,794822,795043,795152,795210,795457,795466,797168,797425,797596,797607,802727,802940,804462,804544,804734,805153,809131,809603,810916,810977,812125,812137,812432,813001,813013,813866,814180,814708,814876,815972,816252,817442,817822,819339,819361,820110,820132,820874,820954,821397,828196,828201,828210,828225,828759,830378-830379,830999,831106,831774,831785,831828,831850,831860,832214,832218,833121,833545,834047,835036,835336,836405,881396,881412,883130,883134,883146,883165,883177,883362,883565,884341,885038,885231,885241,885260,885901,885991,886019,88807

DO NOT REPLY [Bug 48614] Tomcat does not display logs

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #9 from Mark Thomas  2010-02-10 23:07:12 UTC ---
The fix has been applied to 6.0.x and will be included in 6.0.25 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot success in ASF Buildbot on tomcat-6-trunk

2010-02-10 Thread buildbot
The Buildbot has detected a restored build of tomcat-6-trunk on ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tomcat-6-trunk/builds/51

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: 
Build Source Stamp: [branch tomcat/tc6.0.x/trunk] 908710
Blamelist: markt

Build succeeded!

sincerely,
 -The ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908735 - in /tomcat/tc6.0.x/trunk: STATUS.txt dist.xml webapps/docs/changelog.xml

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 23:10:04 2010
New Revision: 908735

URL: http://svn.apache.org/viewvc?rev=908735&view=rev
Log:
Use CRLF line ends in conf/* files installed by the Windows exe installer 
(kkolinko)
  -1:


Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/dist.xml
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=908735&r1=908734&r2=908735&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Feb 10 23:10:04 2010
@@ -101,11 +101,6 @@
   +1: kkolinko, markt
   -1:
 
-* Use CRLF line ends in conf/* files installed by the Windows exe installer
-  
http://people.apache.org/~kkolinko/patches/2010-01-18_tc6_installer-crlf.patch
-  +1: kkolinko, jfclere, markt
-  -1:
-
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48613
   Only attempt APR initialization if the  has been specified
   http://svn.apache.org/viewvc?rev=904224&view=rev

Modified: tomcat/tc6.0.x/trunk/dist.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/dist.xml?rev=908735&r1=908734&r2=908735&view=diff
==
--- tomcat/tc6.0.x/trunk/dist.xml (original)
+++ tomcat/tc6.0.x/trunk/dist.xml Wed Feb 10 23:10:04 2010
@@ -326,6 +326,8 @@
 
 
+
+
 
 http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=908735&r1=908734&r2=908735&view=diff
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Feb 10 23:10:04 2010
@@ -43,6 +43,12 @@
   
 
   
+  
+
+  Ensure files in conf directory have CRLF line endings when using the
+  Windows installer. (kkolinko)
+
+  
 
 
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908741 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/tribes/transport/ReplicationTransmitter.java webapps/docs/changelog.xml

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 23:16:46 2010
New Revision: 908741

URL: http://svn.apache.org/viewvc?rev=908741&view=rev
Log:
Force disconnect upon transmission failure (fhanik)

Modified:
tomcat/tc6.0.x/trunk/   (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt

tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/ReplicationTransmitter.java
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc6.0.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Feb 10 23:16:46 2010
@@ -1,2 +1,2 @@
 /tomcat:883362
-/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,666232,673796,673820,677910,683969,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,713953,714002,718360,719119,719124,719602,719626,719628,720046,720069,721040,721286,721708,721886,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729681,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,746425,747834,747863,748344,750258,750291,750921,751286-751287,751289,751295,753039,757335,757774,758249,758365,758596,758616,758664,759074,761601,762868,762929,762936-762937,763166,763183,763193,763228,763262,763298,763302,763325,763599,763611,763654,763681,763706,764985,764997,765662,768335,769979,770716,770809,77
 
0876,772872,776921,776924,776935,776945,777464,777466,777576,777625,778379,778523-778524,781528,781779,782145,782791,783316,783696,783724,783756,783762,783766,783863,783934,784453,784602,784614,785381,785688,785768,785859,786468,786487,786490,786496,786667,787627,787770,787985,789389,790405,791041,791184,791194,791224,791243,791326,791328,791789,792740,793372,793757,793882,793981,794082,794673,794822,795043,795152,795210,795457,795466,797168,797425,797596,797607,802727,802940,804462,804544,804734,805153,809131,809603,810916,810977,812125,812137,812432,813001,813013,813866,814180,814708,814876,815972,816252,817442,817822,819339,819361,820110,820132,820874,820954,821397,828196,828201,828210,828225,828759,830378-830379,830999,831106,831774,831785,831828,831850,831860,832214,832218,833121,833545,834047,835036,835336,836405,881396,881412,883130,883134,883146,883165,883177,883362,883565,884341,885038,885231,885241,885260,885901,885991,886019,888072,889363,889606,889716,890139,8902
 
65,890349-890350,890417,891185-891187,891583,892198,892341,892415,892464,892555,892812,892814,892817,892843,892887,893321,893493,894580,894586,894805,894831,895013,895045,895057,895703,896370,896384,897380-897381,897776,898126,898256,898468,898527,898555,898558,898718,898836,899284,899348,899420,903916,905151,908721
+/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,666232,673796,673820,677910,683969,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,713953,714002,718360,719119,719124,719602,719626,719628,720046,720069,721040,721286,721708,721886,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729681,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,746425,747834,747863,748344,750258,750291,750921,751286-751287,751289,751295,753039,757335,757774,758249,758365,758596,758616,758664,759074,761601,762868,762929,762936-762937,763166,763183,763193,763228,763262,763298,763302,763325,763599,763611,763654,763681,763706,764985,764997,765662,768335,769979,770716,770809,77
 
0876,772872,776921,776924,776935,776945,777464,777466,777576,777625,778379,778523-778524,781528,781779,782145,782791,783316,783696,783724,783756,783762,783766,783863,783934,784453,784602,784614,785381,785688,785768,785859,786468,786487,786490,786496,786667,787627,787770,787985,789389,790405,791041,791184,791194,791224,791243,791326,791328,791789,792740,793372,793757,793882,793981,794082,794673,794822,795043,795152,795210,795457,795466,797168,797425,797596,797607,802727,802940,804462,804544,804734,805153,809131,809603,810916,810977,812125,812137,812432,813001,813013,813866,814180,814708,814876,815972,816252,817442,817822,819339,819361,820110,820132,820874,820954,821397,828196,828201,828210,828225,828759,830378-830379,830999,831106,831774,831785,831828,831850,831860,832214,832218,833121,833545,834047,835036,835336,836405,881396,881412,883130,883134,883146,883165,883177,883362,883565,884341,885038,885231,885241,885260,885901,885991,886019,888072,889363,889606,889716,890139,8902
 
65,890349-890350,890417,891185-891187,891583,892198,892341,892415,892464,892

svn commit: r908749 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/catalina.bat bin/digest.bat bin/service.bat bin/setclasspath.bat bin/shutdown.bat bin/startup.bat bin/tool-wrapper.bat bin/version.bat

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 23:26:42 2010
New Revision: 908749

URL: http://svn.apache.org/viewvc?rev=908749&view=rev
Log:
Allow special characters recognized by the Windows command-line shell to be 
present in the names of CATALINA_HOME/_BASE and the current directory
  used to call the Tomcat scripts. (kkolinko)

Modified:
tomcat/tc6.0.x/trunk/   (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/bin/catalina.bat
tomcat/tc6.0.x/trunk/bin/digest.bat
tomcat/tc6.0.x/trunk/bin/service.bat
tomcat/tc6.0.x/trunk/bin/setclasspath.bat
tomcat/tc6.0.x/trunk/bin/shutdown.bat
tomcat/tc6.0.x/trunk/bin/startup.bat
tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat
tomcat/tc6.0.x/trunk/bin/version.bat
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc6.0.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Feb 10 23:26:42 2010
@@ -1,2 +1,2 @@
 /tomcat:883362
-/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,666232,673796,673820,677910,683969,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,713953,714002,718360,719119,719124,719602,719626,719628,720046,720069,721040,721286,721708,721886,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729681,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,746425,747834,747863,748344,750258,750291,750921,751286-751287,751289,751295,753039,757335,757774,758249,758365,758596,758616,758664,759074,761601,762868,762929,762936-762937,763166,763183,763193,763228,763262,763298,763302,763325,763599,763611,763654,763681,763706,764985,764997,765662,768335,769979,770716,770809,77
 
0876,772872,776921,776924,776935,776945,777464,777466,777576,777625,778379,778523-778524,781528,781779,782145,782791,783316,783696,783724,783756,783762,783766,783863,783934,784453,784602,784614,785381,785688,785768,785859,786468,786487,786490,786496,786667,787627,787770,787985,789389,790405,791041,791184,791194,791224,791243,791326,791328,791789,792740,793372,793757,793882,793981,794082,794673,794822,795043,795152,795210,795457,795466,797168,797425,797596,797607,802727,802940,804462,804544,804734,805153,809131,809603,810916,810977,812125,812137,812432,813001,813013,813866,814180,814708,814876,815972,816252,817442,817822,819339,819361,820110,820132,820874,820954,821397,828196,828201,828210,828225,828759,830378-830379,830999,831106,831774,831785,831828,831850,831860,832214,832218,833121,833545,834047,835036,835336,836405,881396,881412,883130,883134,883146,883165,883177,883362,883565,884341,885038,885231,885241,885260,885901,885991,886019,888072,889363,889606,889716,890139,8902
 
65,890349-890350,890417,891185-891187,891583,892198,892341,892415,892464,892555,892812,892814,892817,892843,892887,893321,893493,894580,894586,894805,894831,895013,895045,895057,895703,896370,896384,897380-897381,897776,898126,898256,898468,898527,898555,898558,898718,898836,898906,899284,899348,899420,903916,905151,908721
+/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,666232,673796,673820,677910,683969,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,713953,714002,718360,719119,719124,719602,719626,719628,720046,720069,721040,721286,721708,721886,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729681,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,746425,747834,747863,748344,750258,750291,750921,751286-751287,751289,751295,753039,757335,757774,758249,758365,758596,758616,758664,759074,761601,762868,762929,762936-762937,763166,763183,763193,763228,763262,763298,763302,763325,763599,763611,763654,763681,763706,764985,764997,765662,768335,769979,770716,770809,77
 
0876,772872,776921,776924,776935,776945,777464,777466,777576,777625,778379,778523-778524,781528,781779,782145,782791,783316,783696,783724,783756,783762,783766,783863,783934,784453,784602,784614,785381,785688,785768,785859,786468,786487,786490,786496,786667,787627,787770,787985,789389,790405,791041,791184,791194,791224,791243,791326,791328,791789,792740,793372,793757,793882,793981,794082,794673,794822,795043,795152,795210,795457,795466,797168,797425,797596,797607,802727,802940,804462,804544,804734,805153,809131,809603,810916,810977,812125,812137,812432,813001,813013,813866,814180,814708,814876,815972,816252,817442,817822,819339,819361,820110,820132,820874,820954,821397,

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

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 23:36:51 2010
New Revision: 908754

URL: http://svn.apache.org/viewvc?rev=908754&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
Provide an undocumented 'shoot yourself in the foot' option to disable the JULI 
logging reset

Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java?rev=908754&r1=908753&r2=908754&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Wed Feb 
10 23:36:51 2010
@@ -436,6 +436,14 @@
  */
 private boolean clearReferencesStopThreads = false;
 
+/**
+ * Should Tomcat call {...@link 
org.apache.juli.logging.LogFactory#release()}
+ * when the class loader is stopped? If not specified, the default value
+ * of true is used. Changing the default setting is likely to
+ * lead to memory leaks and other issues.
+ */
+private boolean clearReferencesLogFactoryRelease = true;
+
 // - Properties
 
 
@@ -638,6 +646,26 @@
  }
 
 
+ /**
+  * Return the clearReferencesLogFactoryRelease flag for this Context.
+  */
+ public boolean getClearReferencesLogFactoryRelease() {
+ return (this.clearReferencesLogFactoryRelease);
+ }
+
+
+ /**
+  * Set the clearReferencesLogFactoryRelease feature for this Context.
+  *
+  * @param clearReferencesLogFactoryRelease The new flag value
+  */
+ public void setClearReferencesLogFactoryRelease(
+ boolean clearReferencesLogFactoryRelease) {
+ this.clearReferencesLogFactoryRelease =
+ clearReferencesLogFactoryRelease;
+ }
+
+
 // --- Reloader Methods
 
 
@@ -1741,7 +1769,9 @@
 IntrospectionUtils.clear();
 
 // Clear the classloader reference in common-logging
-org.apache.juli.logging.LogFactory.release(this);
+if (clearReferencesLogFactoryRelease) {
+org.apache.juli.logging.LogFactory.release(this);
+}
 
 // Clear the classloader reference in the VM's bean introspector
 java.beans.Introspector.flushCaches();



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 23:38:56 2010
New Revision: 908755

URL: http://svn.apache.org/viewvc?rev=908755&view=rev
Log:
Proposal

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=908755&r1=908754&r2=908755&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Feb 10 23:38:56 2010
@@ -297,3 +297,10 @@
   https://issues.apache.org/bugzilla/show_bug.cgi?id=48694#c1
   +1: markt
   -1: 
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
+  Provide an undocumented 'shoot yourself in the foot' option to disable the
+  JULI logging reset on context stop
+  http://svn.apache.org/viewvc?rev=908754&view=rev
+  +1: markt
+  -1: 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48716] Embedded Tomcat JULI aggressively resetting default logging configuration

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716

--- Comment #5 from Mark Thomas  2010-02-10 23:39:32 UTC ---
Fixed in trunk and proposed for 6.0.x. Given the potentially nasty side-effects
in nearly all use cases, it is deliberately undocumented.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908759 - in /tomcat/trunk/java/org/apache/catalina/ant: AbstractCatalinaTask.java DeployTask.java

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 23:47:11 2010
New Revision: 908759

URL: http://svn.apache.org/viewvc?rev=908759&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48726
Prevent OOME when uploading large files with the deployer
Patch provided by 'adam'

Modified:
tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java
tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java

Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java?rev=908759&r1=908758&r2=908759&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java Wed Feb 
10 23:47:11 2010
@@ -186,6 +186,8 @@
 if (contentLength >= 0) {
 hconn.setRequestProperty("Content-Length",
  "" + contentLength);
+
+hconn.setFixedLengthStreamingMode(contentLength);
 }
 } else {
 hconn.setDoOutput(false);

Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java?rev=908759&r1=908758&r2=908759&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java (original)
+++ tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java Wed Feb 10 
23:47:11 2010
@@ -167,8 +167,17 @@
 }
 } else {
 try {
-stream = new BufferedInputStream
-(new FileInputStream(war), 1024);
+FileInputStream fsInput = new FileInputStream(war);
+long size = fsInput.getChannel().size();
+
+if (size > Integer.MAX_VALUE)
+throw new UnsupportedOperationException(
+"DeployTask does not support WAR files " +
+"greater than 2 Gb");
+contentLength = (int) size;
+
+stream = new BufferedInputStream(fsInput, 1024);
+
 } catch (IOException e) {
 throw new BuildException(e);
 }



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48726] DeployTask throws OutOfMemoryErrors when deploying large WAR files

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48726

--- Comment #1 from Mark Thomas  2010-02-10 23:49:59 UTC ---
Thanks for the patch. I've applied it to trunk and proposed it for 6.0.x

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2010-02-10 Thread markt
Author: markt
Date: Wed Feb 10 23:49:59 2010
New Revision: 908760

URL: http://svn.apache.org/viewvc?rev=908760&view=rev
Log:
Proposal

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=908760&r1=908759&r2=908760&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Feb 10 23:49:59 2010
@@ -304,3 +304,10 @@
   http://svn.apache.org/viewvc?rev=908754&view=rev
   +1: markt
   -1: 
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48726
+  Prevent OOME when uploading large WAR files with the deployer
+  Patch provided by 'adam'
+  http://svn.apache.org/viewvc?rev=908759&view=rev
+  +1: markt
+  -1: 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot failure in ASF Buildbot on tomcat-6-trunk

2010-02-10 Thread buildbot
The Buildbot has detected a new failure of tomcat-6-trunk on ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tomcat-6-trunk/builds/52

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: 
Build Source Stamp: [branch tomcat/tc6.0.x/trunk] 908735
Blamelist: markt

BUILD FAILED: failed svn

sincerely,
 -The ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot failure in ASF Buildbot on tomcat-trunk

2010-02-10 Thread buildbot
The Buildbot has detected a new failure of tomcat-trunk on 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: 
Build Source Stamp: [branch tomcat/trunk] 908721
Blamelist: markt

BUILD FAILED: failed svn

sincerely,
 -The ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #2 from Mark Thomas  2010-02-11 00:07:10 UTC ---
The patch is needs reformatting:
 - spaces rather than tabs
 - remove the unused imports
 - remove System.out
 - conform to the existing coding style, particularly placement of {
 - remove addition of random blank lines

There also needs to be some explanation/documentation on how this is meant to
work. I assume it only works with an appropriately configured JAAS realm.

Some explanation of how this maps to
http://msdn.microsoft.com/en-us/library/ms995330.aspx and step 5 of "SPNEGO
Token Handshake via HTTP Headers" in particular would also help.

I'm leaning towards the creation of a new authenticator class that extends the
BASIC authenticator and is selected by using SPENGO rather than BASIC in the
web.xml. That would allow per webapp configuration. I also think that, assuming
a fairly specific JAAS configuration is required, that the authenticator should
check that such a configuration is in place and fail to start if it isn't.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48726] DeployTask throws OutOfMemoryErrors when deploying large WAR files

2010-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48726

--- Comment #2 from Sebb  2010-02-11 01:14:02 UTC ---
This may be completely irrelevant in this case, but just in case, the Javadoc
for HttpURLConnection has the following comment:

"When output streaming is enabled, authentication and redirection cannot be
handled automatically."

[This was suggested as a solution for preventing OOM in JMeter file uploads.
Not used it yet, as it would need to be optional.]

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r908785 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-02-10 Thread kkolinko
Author: kkolinko
Date: Thu Feb 11 01:39:40 2010
New Revision: 908785

URL: http://svn.apache.org/viewvc?rev=908785&view=rev
Log:
vote

Modified:
tomcat/tc5.5.x/trunk/STATUS.txt

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=908785&r1=908784&r2=908785&view=diff
==
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Thu Feb 11 01:39:40 2010
@@ -197,5 +197,5 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48686
   Fix NPE in host delete
   https://issues.apache.org/bugzilla/attachment.cgi?id=24966
-  +1: markt
+  +1: markt, kkolinko
   -1: 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



RE: buildbot failure in ASF Buildbot on tomcat-trunk

2010-02-10 Thread Gav...


> -Original Message-
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> Sent: Wednesday, 10 February 2010 10:36 PM
> To: Tomcat Developers List
> Cc: bui...@apache.org
> Subject: Re: buildbot failure in ASF Buildbot on tomcat-trunk
> 
> 2010/2/10 Gav... :
> >
> >
> >> -Original Message-
> >> From: Mark Thomas [mailto:ma...@apache.org]
> >> Sent: Tuesday, 9 February 2010 8:27 PM
> >> To: Tomcat Developers List
> >> Cc: bui...@apache.org
> >> Subject: Re: buildbot failure in ASF Buildbot on tomcat-trunk
> >>
> >> On 09/02/2010 10:25, build...@apache.org wrote:
> >> > The Buildbot has detected a new failure of tomcat-trunk on ASF
> >> Buildbot.
> >> > Full details are available at:
> >> >  http://ci.apache.org/builders/tomcat-trunk/builds/83
> >> >
> >> > Buildbot URL: http://ci.apache.org/
> >> >
> >> > Buildslave for this Build: bb-vm_ubuntu
> >> >
> >> > Build Reason:
> >> > Build Source Stamp: [branch tomcat/trunk] 907983
> >> > Blamelist: markt
> >> >
> >> > BUILD FAILED: failed compile
> >>
> >> The Eclipse download takes forever which seems to be the root cause
> of
> >> a
> >> number of these failures. Could the build property "jdt.home" be set
> to
> >> somewhere that isn't deleted on every ci build? That should speed up
> >> the
> >> build process considerably - as well as not downloading a 25MB file
> >> from
> >> archive.eclipse.org every time we build.
> >
> > Actually, I haven’t set that property at all that I know of.
> > In Buildbot it can be added as a property at build time so it's no
> problem.
> >
> > Shall I go ahead and do that?
> >
> > What value should it be, empty?
> >
> > Gav...
> >
> 
> Not jdt.home, but base.path I think.
> 
> The "base.path" property points to a location, where all dependent
> libraries are downloaded from the net.
> 
> The default value of it is
> base.path=/usr/share/java
> and as I see from stdio output from buildbot, there it is set to
> /home/buildslave3/slave3/tomcat-trunk/build/basepath/
> 
> The problem is that all those dependencies are deleted before each run
> and are redownloaded, which wastes time and, with a 40 MB download
> from eclipse.org, resulted in intermittent failures.
> 
> Can we avoid deleting those files between runs?
> 
> 
> In the meanwhile,  yesterday I changed dependencies in tomcat-trunk,
> and now we are downloading a 1.6 MB file instead of 40 MB one. So, the
> problem will be less noticeable for trunk now, but will still present
> for "tomcat-6-trunk", where this change is not implemented yet.
> 
> 
> The "tomcat-6-trunk" buildbot apparently has the same value of
> "base.path" as the "tomcat-trunk" one. That is, it reuses libraries
> downloaded by "tomcat-trunk" on its previous run. Thus it was more
> rare to see errors coming from it.

ah, ok thanks for the explanations.

With builds, I prefer to keep the rest of the file system clean wherever
possible, so over-riding base path was my solution. I can see that having
it in the build dir can cause problems so I've just moved it one level
above the main build dir so it doesn’t get clobbered each run, but is still
within the tomcat-trunk and tomcat-6-trunk directory structure.

Thanks

Gav...

> 
> 
> Best regards,
> Konstantin Kolinko



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2010-02-10 Thread kkolinko
Author: kkolinko
Date: Thu Feb 11 02:27:35 2010
New Revision: 908803

URL: http://svn.apache.org/viewvc?rev=908803&view=rev
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=908803&r1=908802&r2=908803&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Feb 11 02:27:35 2010
@@ -309,5 +309,5 @@
   Prevent OOME when uploading large WAR files with the deployer
   Patch provided by 'adam'
   http://svn.apache.org/viewvc?rev=908759&view=rev
-  +1: markt
+  +1: markt, kkolinko
   -1: 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot success in ASF Buildbot on tomcat-6-trunk

2010-02-10 Thread buildbot
The Buildbot has detected a restored build of tomcat-6-trunk on ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tomcat-6-trunk/builds/54

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: 
Build Source Stamp: [branch tomcat/tc6.0.x/trunk] 908803
Blamelist: kkolinko

Build succeeded!

sincerely,
 -The ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: JK 1.2.29 Plan

2010-02-10 Thread Mladen Turk

On 02/08/2010 08:32 AM, Rainer Jung wrote:

After a couple of heavily loaded weeks, I'll have time to care about it
this week. I'll review the changes done by Mladen and will then proceed
with the usual snapshot for letting people do some tests before the
final release. I guess I'll need 2 or 3 days before doing the snapshot.



I'll make a snapshot today together with widows binaries.
Hope we could have a real tag next week then.

Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org