Re: [VOTE] Releasing Tomcat Connectors 1.2.21

2007-03-02 Thread Jean-Frederic
On Thu, 2007-03-01 at 19:59 -0500, Eric Wertman wrote: > I'm just ringing in, although I don't have a vote. I was working with > Rainer on an issue with 1.2.21 on some Red Hat machines. I started with > mod_jk because those were the only error messages I was getting. It > turns out that those

DO NOT REPLY [Bug 37072] - Encoding mismatch in error condition

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: Re: reload on demand

2007-03-02 Thread Christophe Pierret
JetBrains IntelliJ IDEA supports reloading classes when you decide by the menu "Run"/"Reload Changed classes". This option only works if you did not modify the structure of the classes (e.g.: by adding methods). It uses support from the JVM debugging APIs so it works very well, it will manage ex

Re: svn commit: r513601 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2007-03-02 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: markt Date: Thu Mar 1 18:38:26 2007 New Revision: 513601 URL: http://svn.apache.org/viewvc?view=rev&rev=513601 Log: Port fix for bug 41739. Servlets with a load-on-startup value of zero should be loaded first. I am not convinced by this (and the other non iss

Re: Spec conflict between ServletResponse.getWriter() and ServletResponse.reset()

2007-03-02 Thread Remy Maucherat
Mark Thomas wrote: Looking into bug 37072 has identified a conflict in the spec. http://issues.apache.org/bugzilla/show_bug.cgi?id=37072 Consider the following sequence of calls: response.setCharacterEncoding("UTF-8"); response.getWriter(); response.reset(); After this the writer encoding and

Re: svn commit: r513601 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2007-03-02 Thread Tim Funk
Re-reading the 2.4 spec - most references to load-on-startup state any non-negative number gets loaded in order lowest to highest. (Starting at 0) BUT in the 2.2 DTD - there is this gem: "The load-on-startup element indicates that this servlet should be loaded on the startup of the web applicati

svn commit: r513719 - in /tomcat/site/trunk: docs/migration.html xdocs/migration.xml

2007-03-02 Thread remm
Author: remm Date: Fri Mar 2 03:58:18 2007 New Revision: 513719 URL: http://svn.apache.org/viewvc?view=rev&rev=513719 Log: - Typos. Modified: tomcat/site/trunk/docs/migration.html tomcat/site/trunk/xdocs/migration.xml Modified: tomcat/site/trunk/docs/migration.html URL: http://svn.apac

svn commit: r513721 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-03-02 Thread markt
Author: markt Date: Fri Mar 2 04:10:05 2007 New Revision: 513721 URL: http://svn.apache.org/viewvc?view=rev&rev=513721 Log: Put change in right section. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apach

Re: svn commit: r513601 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2007-03-02 Thread Remy Maucherat
Tim Funk wrote: So an older version of the spec had 0 special case where zero meant load on startup - but don't care when. (Since zero is not a positive integer). That special case disappeared starting in spec version 2.3. So it's probably because of this that this code was present. I don't k

DO NOT REPLY [Bug 41740] - Environment tags not being picked-up in DefaultContext

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40633] - DefaultContext tag still referenced in doc.

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r513601 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2007-03-02 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Thu Mar 1 18:38:26 2007 >> New Revision: 513601 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=513601 >> Log: >> Port fix for bug 41739. Servlets with a load-on-startup value of zero >> should be loaded first. > > I

Re: JspC options

2007-03-02 Thread Yoav Shapira
Hi, On 3/2/07, Steve Joynt <[EMAIL PROTECTED]> wrote: Would it be possible/feasible to add finer control over the java compiler used by JspC when compiling jsps? It's probably possible, and most likely to get done if you write the code and send in a patch yourself ;) The ant Javac task inclu

Re: Spec conflict between ServletResponse.getWriter() and ServletResponse.reset()

2007-03-02 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Looking into bug 37072 has identified a conflict in the spec. >> http://issues.apache.org/bugzilla/show_bug.cgi?id=37072 >> >> Consider the following sequence of calls: >> >> response.setCharacterEncoding("UTF-8"); >> response.getWriter(); >> response.r

DO NOT REPLY [Bug 41746] New: - Default web application can not be changed

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[EMAIL PROTECTED]: Project tomcat-tc6 (in module tomcat-tc6) failed

2007-03-02 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 [EMAIL PROTECTED] Project tomcat-tc6 has an issue affecting its community integration. This issue affects 2

[EMAIL PROTECTED]: Project tomcat-tc6 (in module tomcat-tc6) failed

2007-03-02 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 [EMAIL PROTECTED] Project tomcat-tc6 has an issue affecting its community integration. This issue affects 2

svn commit: r513747 - /tomcat/connectors/trunk/jk/native/common/jk_version.h

2007-03-02 Thread jfclere
Author: jfclere Date: Fri Mar 2 05:26:46 2007 New Revision: 513747 URL: http://svn.apache.org/viewvc?view=rev&rev=513747 Log: Start 1.2.2-dev Modified: tomcat/connectors/trunk/jk/native/common/jk_version.h Modified: tomcat/connectors/trunk/jk/native/common/jk_version.h URL: http://svn.apac

svn commit: r513749 - /tomcat/connectors/trunk/jk/HOWTO-RELEASE

2007-03-02 Thread jfclere
Author: jfclere Date: Fri Mar 2 05:29:17 2007 New Revision: 513749 URL: http://svn.apache.org/viewvc?view=rev&rev=513749 Log: Add a note about building NEWS. Modified: tomcat/connectors/trunk/jk/HOWTO-RELEASE Modified: tomcat/connectors/trunk/jk/HOWTO-RELEASE URL: http://svn.apache.org/vie

svn commit: r513752 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-03-02 Thread funkman
Author: funkman Date: Fri Mar 2 05:37:24 2007 New Revision: 513752 URL: http://svn.apache.org/viewvc?view=rev&rev=513752 Log: fix gump complaint for xsl Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apach

DO NOT REPLY [Bug 41747] New: - error in ant task description

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r513773 - in /tomcat/site/trunk: docs/download-connectors.html xdocs/download-connectors.xml

2007-03-02 Thread jfclere
Author: jfclere Date: Fri Mar 2 06:12:23 2007 New Revision: 513773 URL: http://svn.apache.org/viewvc?view=rev&rev=513773 Log: Change mod_jk to 1.2.21 Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/xdocs/download-connectors.xml Modified: tomcat/site/trunk/doc

Re: reload on demand

2007-03-02 Thread Filip Hanik - Dev Lists
Kent Tong wrote: Filip Hanik - Dev Lists hanik.com> writes: see that the solution I gave you, doesn't need to reload the app, it simply reloads the individual class file. for large apps, you don't have to wait for the entire app to reload that would qualify as automatic too, wouldnt it?

http://tomcat.apache.org/tomcat-6.0-doc/RELEASE-NOTES.txt is missing?

2007-03-02 Thread Yoav Shapira
I get a 404 at http://tomcat.apache.org/tomcat-6.0-doc/RELEASE-NOTES.txt The release notes that ship with the 6.0.10 binary downloads are fine. Yoav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

svn commit: r513780 - in /tomcat/connectors/trunk/jk: native/STATUS.txt native/common/portable.h.sample native/configure.in native/iis/installer/isapi-redirector-win32-msi.ism native/iis/isapi_redirec

2007-03-02 Thread jfclere
Author: jfclere Date: Fri Mar 2 06:25:46 2007 New Revision: 513780 URL: http://svn.apache.org/viewvc?view=rev&rev=513780 Log: Change version to 1.2.22 Modified: tomcat/connectors/trunk/jk/native/STATUS.txt tomcat/connectors/trunk/jk/native/common/portable.h.sample tomcat/connectors/t

Re: Covering official Tomcat 6 release

2007-03-02 Thread Yoav Shapira
Hi, FYI, I just had an IM conversation with Rick. He's nice. He wants someone to maybe do a screencast about Tomcat 6. I told him I personally wasn't interested and don't have the spare bandwidth, but that other Tomcat committers might be interested. If someone wants to do it, just keep us in

Re: http://tomcat.apache.org/tomcat-6.0-doc/RELEASE-NOTES.txt is missing?

2007-03-02 Thread Rainer Jung
I can confirm, that this file is missing in the content directory. However I don't know, how the release process for TC works, so I can't immediately fix it. Rainer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: reload on demand

2007-03-02 Thread Kent Tong
Filip Hanik - Dev Lists hanik.com> writes: > sounds like you want the cake and eat it too, follow Yoav's suggestion, > and write a macro so that everytime you update a class you touch a > watched resource after the update has been complete I really don't understand. What's wrong with reloading

DO NOT REPLY [Bug 41746] - Default web application can not be changed

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: reload on demand

2007-03-02 Thread Yoav Shapira
Hi, On 3/2/07, Kent Tong <[EMAIL PROTECTED]> wrote: Filip Hanik - Dev Lists hanik.com> writes: > sounds like you want the cake and eat it too, follow Yoav's suggestion, > and write a macro so that everytime you update a class you touch a > watched resource after the update has been complete I

svn commit: r513808 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2007-03-02 Thread jfclere
Author: jfclere Date: Fri Mar 2 07:27:47 2007 New Revision: 513808 URL: http://svn.apache.org/viewvc?view=rev&rev=513808 Log: Add lastest idem from 1.2.21 Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelo

Re: reload on demand

2007-03-02 Thread Filip Hanik - Dev Lists
Kent Tong wrote: Filip Hanik - Dev Lists hanik.com> writes: sounds like you want the cake and eat it too, follow Yoav's suggestion, and write a macro so that everytime you update a class you touch a watched resource after the update has been complete I really don't understand. What'

Re: [ANN] Apache Tomcat JK 1.2.21 Web Server Connector released

2007-03-02 Thread Mladen Turk
Jean-Frederic wrote: Source distribtions can be downloaded from an Apache Software Foundation mirror at: http://tomcat.apache.org/download-connectors.cgi Can you fix the files to 664 in www.apache.org/dist for 1.2.21 ? Regards, Mladen. --

Re: [VOTE] Releasing Tomcat Connectors 1.2.21

2007-03-02 Thread Jim Jagielski
On Mar 1, 2007, at 11:11 AM, Jean-Frederic wrote: Apache Tomcat Connectors 1.2.21 is: [X] 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 Stable ---

Re: [ANN] Apache Tomcat JK 1.2.21 Web Server Connector released

2007-03-02 Thread Jean-Frederic
On Fri, 2007-03-02 at 17:34 +0100, Mladen Turk wrote: > Jean-Frederic wrote: > > > > Source distribtions can be downloaded from an > > Apache Software Foundation mirror at: > > > > http://tomcat.apache.org/download-connectors.cgi > > > > Can you fix the files to 664 in www.apache.org/dist > for

Re: [ANN] Apache Tomcat JK 1.2.21 Web Server Connector released

2007-03-02 Thread Mladen Turk
Jean-Frederic wrote: On Fri, 2007-03-02 at 17:34 +0100, Mladen Turk wrote: Jean-Frederic wrote: Source distribtions can be downloaded from an Apache Software Foundation mirror at: http://tomcat.apache.org/download-connectors.cgi Can you fix the files to 664 in www.apache.org/dist for 1.2.21

DO NOT REPLY [Bug 41749] New: - Tomcat with APR using SSL spins CPU at 100%

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [ANN] Apache Tomcat JK 1.2.21 Web Server Connector released

2007-03-02 Thread William L. Thomson Jr.
On Fri, 2007-03-02 at 18:26 +0100, Mladen Turk wrote: > > Cool. I'll create Windows binaries as soon as > the sources gets synced with mirrors. Yeah that slowed me down a bit as well :) Packaged and available on Gentoo in ~arch. -- William L. Thomson Jr. Gentoo/Java signature.asc Description:

[ANN] Apache Tomcat JK 1.2.21 Web Server Connector released

2007-03-02 Thread Jean-Frederic
The Apache Tomcat team is pleased to announce the immediate availability of version 1.2.21 of the Apache Tomcat Connectors. It contains connectors, which allow a web server such as Apache HTTPD, Microsoft IIS and Sun Web Server to act as a front end to the Tomcat web application server. This vers

Re: Covering official Tomcat 6 release

2007-03-02 Thread William A. Rowe, Jr.
Yoav Shapira wrote: > Hi, > FYI, I just had an IM conversation with Rick. He's nice. He wants > someone to maybe do a screencast about Tomcat 6. I told him I > personally wasn't interested and don't have the spare bandwidth, but > that other Tomcat committers might be interested. If someone wan

Re: Covering official Tomcat 6 release

2007-03-02 Thread Yoav Shapira
Hi, On 3/2/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Yoav Shapira wrote: > Hi, > FYI, I just had an IM conversation with Rick. He's nice. He wants > someone to maybe do a screencast about Tomcat 6. I told him I > personally wasn't interested and don't have the spare bandwidth, but >

svn commit: r513908 - /tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:36 2007 New Revision: 513908 URL: http://svn.apache.org/viewvc?view=rev&rev=513908 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/ - copied from r513907, tomcat/build/tc5.5.x/

svn commit: r513909 - /tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:40 2007 New Revision: 513909 URL: http://svn.apache.org/viewvc?view=rev&rev=513909 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_23/ - copied from r513908, tomcat/connectors/trunk/

svn commit: r513910 - /tomcat/container/tags/tc5.5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:43 2007 New Revision: 513910 URL: http://svn.apache.org/viewvc?view=rev&rev=513910 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/container/tags/tc5.5.x/TOMCAT_5_5_23/ - copied from r513909, tomcat/container/tc5.5.x/

svn commit: r513911 - /tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:47 2007 New Revision: 513911 URL: http://svn.apache.org/viewvc?view=rev&rev=513911 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_23/ - copied from r513910, tomcat/jasper/tc5.5.x/ --

svn commit: r513912 - /tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:51 2007 New Revision: 513912 URL: http://svn.apache.org/viewvc?view=rev&rev=513912 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_23/ - copied from r513911, tomcat/servletapi/servlet2.4-js

svn commit: r513913 - /tomcat/site/tags/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:54 2007 New Revision: 513913 URL: http://svn.apache.org/viewvc?view=rev&rev=513913 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/site/tags/TOMCAT_5_5_23/ - copied from r513912, tomcat/site/trunk/

Re: Proposed new security pages

2007-03-02 Thread Jean-Frederic
On Thu, 2007-02-15 at 22:34 -0500, Mark Thomas wrote: > All, > > I have started to put together some additional security pages based on > httpd. I have only added text for a couple vulnerabilities but the > plan is to include all those in the CVE list plus any I can find in > the archives. > > Th

DO NOT REPLY [Bug 41538] - Unable to run Tomcat as a Windows service under JDK 1.6

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41746] - Default web application can not be changed

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [ANN] Apache Tomcat JK 1.2.21 Web Server Connector released

2007-03-02 Thread Rainer Jung
Looks like you are using JkRequestLogFormat. This adds a kind of access log to the mod_jk log file. New versions of mod_jk are able to log all intersting info directly to the access log, so there should be no need for JkRequestLogFormat in general. Drop JkRequestLogFormat and set JkLogLevel to err

Re: [ANN] Apache Tomcat JK 1.2.21 Web Server Connector released

2007-03-02 Thread Sven Köhler
> The Apache Tomcat team is pleased to announce the immediate availability > of version 1.2.21 of the Apache Tomcat Connectors. Thanks! I desperately waited for it! ;-) If i may ask a quick question: what's that log output in mod_jk.log, looking like this? [Fri Mar 02 23:02:48 2007] worker1 www

[VOTE] Release build 5.5.23

2007-03-02 Thread Filip Hanik - Dev Lists
Candidate binaries are available here: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.23/ According to the (slightly) updated release process, the 5.5.23 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Filip - To un

JK2 confusion

2007-03-02 Thread William A. Rowe, Jr.
Since JK2 is now off the map, does it make sense to update http://www.apache.org/dist/tomcat/tomcat-connectors/ and simply remove jk2? The user could still dig these up if they wanted over at http://archive.apache.org/dist/tomcat/tomcat-connectors/ -

Debugging tomcat

2007-03-02 Thread Sven Köhler
Hi, i'd like to investigate about some bug - or at least something, of which i think, that it is a bug. Therefor, i would like to somehow dump all the AJP-packets, that are exchanged between mod_jk and tomcat. Is there some packet-dump-feature of either mod_jk or tomcat, that i could use? Than

Re: JK2 confusion

2007-03-02 Thread Rainer Jung
Yes I agree, that it's time for this. We could also remove mod_jk2 from the download page and add a text line saying, that mod_jk2 is deprecated and is only available from the archive (which itself has a link on that page). William A. Rowe, Jr. schrieb: > Since JK2 is now off the map, does it make

Re: Debugging tomcat

2007-03-02 Thread Rainer Jung
On the mod_jk side: set your log level to trace. On the tomcat side: depending on your exact connectors, set Log Level for org.apache.jk, org.apache.ajp, org.apache.coyote to debug. Sven Köhler schrieb: > Hi, > > i'd like to investigate about some bug - or at least something, of which > i think,

svn commit: r514026 - in /tomcat/site/trunk/docs: security-jk.html security.html

2007-03-02 Thread markt
Author: markt Date: Fri Mar 2 16:26:54 2007 New Revision: 514026 URL: http://svn.apache.org/viewvc?view=rev&rev=514026 Log: Add JK vulnerability list, including recently announced issue. Added: tomcat/site/trunk/docs/security-jk.html (with props) Modified: tomcat/site/trunk/docs/securi

Re: Proposed new security pages

2007-03-02 Thread Mark Thomas
Jean-Frederic wrote: > On Thu, 2007-02-15 at 22:34 -0500, Mark Thomas wrote: >> Any comments before I commit these changes to the live site? > > Add a mod_jk Apache Tomcat JK Done, with information about the recently announced issue. Mark ---

DO NOT REPLY [Bug 41752] New: - Wrong message on exception in MemoryRealm

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Debugging tomcat

2007-03-02 Thread Sven Köhler
> On the tomcat side: depending on your exact connectors, set Log Level > for org.apache.jk, org.apache.ajp, org.apache.coyote to debug. I tried appending "org.apache.level = FINE" to logging.properties of tomcat 6.0.10. But catalina.out doesn't contain any addition information. Hmm ... Also app

Re: [VOTE] Release build 5.5.23

2007-03-02 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Candidate binaries are available here: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.23/ According to the (slightly) updated release process, the 5.5.23 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable Rémy ---

svn commit: r514031 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2007-03-02 Thread jfclere
Author: jfclere Date: Fri Mar 2 16:38:29 2007 New Revision: 514031 URL: http://svn.apache.org/viewvc?view=rev&rev=514031 Log: Arrange the explaination. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.x

svn commit: r514035 - in /tomcat/site/trunk/xdocs: security-jk.xml security.xml

2007-03-02 Thread markt
Author: markt Date: Fri Mar 2 16:58:38 2007 New Revision: 514035 URL: http://svn.apache.org/viewvc?view=rev&rev=514035 Log: Add JK vulnerability list, including recently announced issue. Odd. This were missed in last commit. Added: tomcat/site/trunk/xdocs/security-jk.xml (with props) Modif

svn commit: r514039 - in /tomcat/site/trunk: docs/download-connectors.html xdocs/download-connectors.xml

2007-03-02 Thread jfclere
Author: jfclere Date: Fri Mar 2 17:07:41 2007 New Revision: 514039 URL: http://svn.apache.org/viewvc?view=rev&rev=514039 Log: Add a note to the new mod_jk vulnerabilities page. Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/xdocs/download-connectors.xml Modi

svn commit: r514042 - /tomcat/connectors/trunk/jk/xdocs/index.xml

2007-03-02 Thread jfclere
Author: jfclere Date: Fri Mar 2 17:20:48 2007 New Revision: 514042 URL: http://svn.apache.org/viewvc?view=rev&rev=514042 Log: Add a long note about the vulnerability. Modified: tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL: http://svn.a

Re: [ANN] Apache Tomcat JK 1.2.21 Web Server Connector released

2007-03-02 Thread Jean-Frederic
Hi, Paul Querna suggest to use LimitRequestLine 4000 on Apache httpd to limit the possible abuse of this vulnerability. Just add it in httpd.conf and make a graceful restart. Cheers Jean-Frederic - To unsubscribe, e-mail: [EMA

DO NOT REPLY [Bug 36155] - tomcat chooses wrong host if using mod_jk

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: reload on demand

2007-03-02 Thread Kent Tong
Yoav Shapira apache.org> writes: > The general idea is to reload an app when you know it needs to be > reloaded, not when it's accessed, so as to minimize delays as seen by > the users. It's a basic principle of designing for performance. > However, there's nothing written in stone that says you

Re: reload on demand

2007-03-02 Thread Kent Tong
Filip Hanik - Dev Lists hanik.com> writes: > besides having zero purpose in a production environment? Right, it has no purpose in a production env. It's only used in development. > You've already been presented with so many options, take one of them and > use them, you can accomplish exactly w

DO NOT REPLY [Bug 36155] - tomcat chooses wrong host if using mod_jk

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36155] - tomcat chooses wrong host if using mod_jk

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36155] - tomcat chooses wrong host if using mod_jk

2007-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu