DO NOT REPLY [Bug 45357] Add property to specify custom maintenance page when AJP unavailable.

2010-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45357 Tim Whittington tim.whitting...@orionhealth.com changed: What|Removed |Added Status|REOPENED

DO NOT REPLY [Bug 24427] Tomcat mod_jk - Excludes in Redirection

2010-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=24427 Tim Whittington tim.whitting...@orionhealth.com changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 48083] IIS7 with Tomcat-Connector

2010-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48083 --- Comment #4 from gre...@familyfischer.net 2010-01-08 01:02:24 UTC --- (In reply to comment #3) Please use the Tomcat Users list if you need help configuring IIS7. The IIS HOWTO is a bit out of date, so if you still need help I can

Re: Tomcat-Lite update

2010-01-08 Thread Henri Gomez
Any comments on including the experimental SPDY support ( http://www.chromium.org/spdy/spdy-protocol ) ? I know we had countless debates on JK2 and http proxies, but some extra code to try out doesn't hurt :-) We need a httpd module (like mod_proxy_ajp) for that :-) mod_proxy_spdy ? :-)

EL issues and 6.0.x release

2010-01-08 Thread Mark Thomas
I think I have got to the bottom of why the EL has been so fragile and why the fixes to the various edge case bug fixes have invariably created new edge cases. It is probably easier to explain by considering an example. Using the echo tag from the newly added EL test cases consider the following

Re: EL issues and 6.0.x release

2010-01-08 Thread Remy Maucherat
On Fri, 2010-01-08 at 11:36 +, Mark Thomas wrote: I have some rough code that implements this scheme. I am in the process of integrating it into Jasper for trunk. I can see this taking little while to iron out the wrinkles before I'll be ready t propose a back-port for 6.0.x. I don't think

Re: EL issues and 6.0.x release

2010-01-08 Thread Tim Funk
+1 to trunk -0 for backport to 6.0.x Is this legal? ${'\'}${1+1} Shouldn't it be: ${'\\'}${1+1} Or phrased another way, what should I see on the screen with this: ${1+1}${'\t'}${1+1} 2 2 or 2\t2 -Tim On 1/8/2010 6:36 AM, Mark Thomas wrote: One area where help would be appreciated is in the

Re: EL issues and 6.0.x release

2010-01-08 Thread Mark Thomas
On 08/01/2010 11:53, Remy Maucherat wrote: On Fri, 2010-01-08 at 11:36 +, Mark Thomas wrote: I have some rough code that implements this scheme. I am in the process of integrating it into Jasper for trunk. I can see this taking little while to iron out the wrinkles before I'll be ready t

Re: EL issues and 6.0.x release

2010-01-08 Thread Mark Thomas
On 08/01/2010 12:18, Tim Funk wrote: +1 to trunk -0 for backport to 6.0.x Is this legal? ${'\'}${1+1} Shouldn't it be: ${'\\'}${1+1} Yes it should. and the Java code to append the \ is: result.append(${''}); This is part of what makes this so tricky to get right. The quoting rules vary

Re: [VOTE] Release Apache Tomcat Native 1.1.19

2010-01-08 Thread Yoav Shapira
On Tue, Jan 5, 2010 at 9:50 AM, Mladen Turk mt...@apache.org wrote: Apache Tomcat Native 1.1.19 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 Yoav

DO NOT REPLY [Bug 48510] New: Memory leak after undeploying web application using custom log formatter

2010-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48510 Summary: Memory leak after undeploying web application using custom log formatter Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 47679] Not all headers get passed to Tomcat server from isapi_redirect.dll

2010-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47679 --- Comment #2 from brett.prucha@scrb.navy.mil 2010-01-08 06:45:29 UTC --- I'm not sure you understand what I mean by extension. I am referring to the IIS application mappings (Website properties / Home Directory / Configuration under

Re: Tomcat-Lite update

2010-01-08 Thread jean-frederic clere
On 01/08/2010 11:15 AM, Henri Gomez wrote: Any comments on including the experimental SPDY support ( http://www.chromium.org/spdy/spdy-protocol ) ? I know we had countless debates on JK2 and http proxies, but some extra code to try out doesn't hurt :-) We need a httpd module (like

Basic Auth and tomcat mod_jk

2010-01-08 Thread cgswtsu78
Hello, I'm using mod_jk to forward all apache requests to /reportsvcs_ws/* to tomcat and I have a question regarding basic auth. I need to ensure the user has been authorized prior to the /reportsvcs_ws/* request and I'm unsure as the best angle to take. Is there anything that can be

Re: Basic Auth and tomcat mod_jk

2010-01-08 Thread Mark Thomas
On 08/01/2010 16:12, cgswtsu78 wrote: Hello, I'm using mod_jk to forward all apache requests to /reportsvcs_ws/* to tomcat and I have a question regarding basic auth. I need to ensure the user has been authorized prior to the /reportsvcs_ws/* request and I'm unsure as the best angle to

Re: [VOTE] Release Apache Tomcat Native 1.1.19

2010-01-08 Thread Jim Jagielski
+1 On Jan 8, 2010, at 8:02 AM, Yoav Shapira wrote: On Tue, Jan 5, 2010 at 9:50 AM, Mladen Turk mt...@apache.org wrote: Apache Tomcat Native 1.1.19 is: [ X ] Stable - no major issues, no regressions [ ] Beta - at least one significant issue -- tell us what it is [ ] Alpha - multiple

[RESULT] [VOTE] Release Apache Tomcat Native 1.1.19

2010-01-08 Thread Mladen Turk
On 01/05/2010 03:50 PM, Mladen Turk wrote: Apache Tomcat Native 1.1.19 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 OK. We have 4 binding +1 votes. I'll

Re: Tomcat-Lite update

2010-01-08 Thread Costin Manolache
On Fri, Jan 8, 2010 at 2:15 AM, Henri Gomez henri.go...@gmail.com wrote: Any comments on including the experimental SPDY support ( http://www.chromium.org/spdy/spdy-protocol ) ? I know we had countless debates on JK2 and http proxies, but some extra code to try out doesn't hurt :-)

svn commit: r897300 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2010-01-08 Thread markt
Author: markt Date: Fri Jan 8 18:59:19 2010 New Revision: 897300 URL: http://svn.apache.org/viewvc?rev=897300view=rev Log: Now the EL parser doesn't unquote stuff it shouldn't (r896589), remove the attributeValueWithEL() method as it is causing more problems than it is solving. There are still

Re: Tomcat-Lite update

2010-01-08 Thread Mark Thomas
On 08/01/2010 18:54, Costin Manolache wrote: Yes. BTW - if you use maven, it'll download, build and test against tomcat6 jars ( since tomcat7 is not in maven ). It is a few months out of date but it is there. I was planning on another update when I get the EL stuff fixed.

Re: Tomcat-Lite update

2010-01-08 Thread Henri Gomez
Well, I'll take a look a Tomcat Lite and SPDY :) And see what can be done 2010/1/8 Costin Manolache cos...@gmail.com: On Fri, Jan 8, 2010 at 2:15 AM, Henri Gomez henri.go...@gmail.com wrote: Any comments on including the experimental SPDY support (

Re: Tomcat-Lite update

2010-01-08 Thread Henri Gomez
2010/1/8 Mark Thomas ma...@apache.org: On 08/01/2010 18:54, Costin Manolache wrote: Yes. BTW - if you use maven, it'll download, build and test against tomcat6 jars ( since tomcat7 is not in maven ). It is a few months out of date but it is there. I was planning on another update when I get

Re: Tomcat-Lite update

2010-01-08 Thread Mark Thomas
On 08/01/2010 19:12, Henri Gomez wrote: 2010/1/8 Mark Thomas ma...@apache.org: On 08/01/2010 18:54, Costin Manolache wrote: Yes. BTW - if you use maven, it'll download, build and test against tomcat6 jars ( since tomcat7 is not in maven ). It is a few months out of date but it is there. I

Re: Tomcat-Lite update

2010-01-08 Thread Henri Gomez
Could you do it again ? 2010/1/8 Mark Thomas ma...@apache.org: On 08/01/2010 19:12, Henri Gomez wrote: 2010/1/8 Mark Thomas ma...@apache.org: On 08/01/2010 18:54, Costin Manolache wrote: Yes. BTW - if you use maven, it'll download, build and test against tomcat6 jars ( since tomcat7 is not

Re: Tomcat-Lite update

2010-01-08 Thread Mark Thomas
On 08/01/2010 20:34, Henri Gomez wrote: Could you do it again ? I could (as could any other committer) but I'd rather wait a day or so until I finish off this JSP/EL work. I'm almost there... Mark 2010/1/8 Mark Thomas ma...@apache.org: On 08/01/2010 19:12, Henri Gomez wrote: 2010/1/8 Mark

Re: Tomcat-Lite update

2010-01-08 Thread Yoav Shapira
On Thu, Jan 7, 2010 at 8:29 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2010/1/6 Mark Thomas ma...@apache.org: On 06/01/2010 00:27, Costin Manolache wrote: Also, I would like to know if other comitters are OK with (temporarily - i.e. until the 7.0 release vote) including lite in the

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

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 02:00:48 2010 New Revision: 897367 URL: http://svn.apache.org/viewvc?rev=897367view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r897368 - in /tomcat/trunk: RELEASE-NOTES res/welcome.bin.html res/welcome.main.html

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 02:13:19 2010 New Revision: 897368 URL: http://svn.apache.org/viewvc?rev=897368view=rev Log: Correction for the README pages: Tomcat 7 requires Java 6 Modified: tomcat/trunk/RELEASE-NOTES tomcat/trunk/res/welcome.bin.html

svn commit: r897369 - in /tomcat/tc6.0.x/trunk/res: welcome.bin.html welcome.main.html

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 02:18:42 2010 New Revision: 897369 URL: http://svn.apache.org/viewvc?rev=897369view=rev Log: add or later to the JRE version requirement mentioned on the README pages Modified: tomcat/tc6.0.x/trunk/res/welcome.bin.html

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

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 02:25:44 2010 New Revision: 897370 URL: http://svn.apache.org/viewvc?rev=897370view=rev Log: Trivial: move first line of the resource file to be below the license header Modified:

svn commit: r897371 - in /tomcat/tc6.0.x/trunk/java/org/apache/jasper/resources: LocalStrings_fr.properties LocalStrings_ja.properties

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 02:39:19 2010 New Revision: 897371 URL: http://svn.apache.org/viewvc?rev=897371view=rev Log: Trivial corrections to the French and Japanese resource files of Jasper: - correct Jasper version mentioned in a message - comment-out untranslated messages in the French

svn commit: r897375 - in /tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources: LocalStrings_es.properties LocalStrings_fr.properties

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 02:50:41 2010 New Revision: 897375 URL: http://svn.apache.org/viewvc?rev=897375view=rev Log: Trivial: comment-out untranslated messages, so that the English ones could be used Modified:

svn commit: r897380 - /tomcat/trunk/java/org/apache/juli/FileHandler.java

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 03:59:59 2010 New Revision: 897380 URL: http://svn.apache.org/viewvc?rev=897380view=rev Log: Followup for r816252/r891328 Allow to disable buffering in JULI FileHandler The previous implementation did not work as expected because of buffering performed by

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

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 04:30:14 2010 New Revision: 897381 URL: http://svn.apache.org/viewvc?rev=897381view=rev Log: Update documentation Modified: tomcat/trunk/webapps/docs/logging.xml Modified: tomcat/trunk/webapps/docs/logging.xml URL:

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

2010-01-08 Thread kkolinko
Author: kkolinko Date: Sat Jan 9 04:48:37 2010 New Revision: 897382 URL: http://svn.apache.org/viewvc?rev=897382view=rev Log: proposal and comments Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Removal of libtcnative-1.dll files from /dist

2010-01-08 Thread Konstantin Kolinko
2010/1/4 Konstantin Kolinko knst.koli...@gmail.com: Hi, all! I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries 5 days passed, and the current status is the following: a) the libtcnative-1.dll files are