Patching RequestFilterValve

2011-10-26 Thread Konstantin Kolinko
Hi! I am working on a patch that prevents RequestFilterValve from starting on configuration errors. Current versions: http://people.apache.org/~kkolinko/patches/2011-10-26_tc6_RequestFilterValve_v3.patch http://people.apache.org/~kkolinko/patches/2011-10-26_tc55_RequestFilterValve_v3.patch

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 23:14:10 2011 New Revision: 1189533 URL: http://svn.apache.org/viewvc?rev=1189533&view=rev Log: Vote. Now it works. It was a glitch in testing. More on dev@. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 23:02:46 2011 New Revision: 1189524 URL: http://svn.apache.org/viewvc?rev=1189524&view=rev Log: Update, but remove my vote. TC6 patch does not work. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.o

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 23:00:56 2011 New Revision: 1189523 URL: http://svn.apache.org/viewvc?rev=1189523&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?re

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 21:53:15 2011 New Revision: 1189493 URL: http://svn.apache.org/viewvc?rev=1189493&view=rev Log: Update description and propose CsrfPreventionFilter patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apa

svn commit: r1189482 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/LocalStrings.properties java/org/apache/catalina/valves/RequestFilterValve.java

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 21:33:43 2011 New Revision: 1189482 URL: http://svn.apache.org/viewvc?rev=1189482&view=rev Log: Merged revision 1189477 from tomcat/trunk: Followup to r1189256 Correct typo in i18n message: RemoteIpValve is a different beast Add Javadoc for new fields in RequestFi

svn commit: r1189477 - in /tomcat/trunk/java/org/apache/catalina/valves: LocalStrings.properties RequestFilterValve.java

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 21:27:24 2011 New Revision: 1189477 URL: http://svn.apache.org/viewvc?rev=1189477&view=rev Log: Followup to r1189256 Correct typo in i18n message: RemoteIpValve is a different beast Add Javadoc for new fields in RequestFilterValve Modified: tomcat/trunk/java/

DO NOT REPLY [Bug 51744] JNDI Lookup Error after a Context is closed

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51744 --- Comment #11 from Leonid Mikhailov 2011-10-26 21:24:19 UTC --- Here you go: javax.naming.NamingException: Context is read only at org.apache.naming.NamingContext.checkWritable(NamingContext.java:941) at org.apache.naming.Naming

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 21:21:40 2011 New Revision: 1189474 URL: http://svn.apache.org/viewvc?rev=1189474&view=rev Log: Update 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

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

2011-10-26 Thread Konstantin Kolinko
2011/10/27 Francis Galiegue : > On Wed, Oct 26, 2011 at 22:40,   wrote: >> Author: kkolinko >> Date: Wed Oct 26 20:40:20 2011 >> New Revision: 1189436 >> > [...] > > Ouch. My proposal has just become a lot more complicated :p That is Tomcat 6. For Tomcat 7+ you do not need to implement a Lifecycle

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

2011-10-26 Thread Francis Galiegue
On Wed, Oct 26, 2011 at 22:40, wrote: > Author: kkolinko > Date: Wed Oct 26 20:40:20 2011 > New Revision: 1189436 > [...] Ouch. My proposal has just become a lot more complicated :p -- Francis Galiegue, fgalie...@gmail.com "It seems obvious [...] that at least some 'business intelligence' tool

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 20:40:20 2011 New Revision: 1189436 URL: http://svn.apache.org/viewvc?rev=1189436&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?re

svn commit: r1189423 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/mbeans/MBeanUtils.java

2011-10-26 Thread markt
Author: markt Date: Wed Oct 26 20:12:27 2011 New Revision: 1189423 URL: http://svn.apache.org/viewvc?rev=1189423&view=rev Log: MBean deregistration is not responsible for clearing the serivce. This happens during destroy() Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/

svn commit: r1189420 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/FilterBase.java

2011-10-26 Thread markt
Author: markt Date: Wed Oct 26 20:10:19 2011 New Revision: 1189420 URL: http://svn.apache.org/viewvc?rev=1189420&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/FilterBase.java Propchange: tomcat/tc7.0.x/trunk

svn commit: r1189414 - /tomcat/trunk/java/org/apache/catalina/mbeans/MBeanUtils.java

2011-10-26 Thread markt
Author: markt Date: Wed Oct 26 19:51:38 2011 New Revision: 1189414 URL: http://svn.apache.org/viewvc?rev=1189414&view=rev Log: MBean deregistration should not be breaking the link between Connector and Service. Connector destroy is the right place for that. Modified: tomcat/trunk/java/org/apa

svn commit: r1189413 - /tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java

2011-10-26 Thread markt
Author: markt Date: Wed Oct 26 19:50:46 2011 New Revision: 1189413 URL: http://svn.apache.org/viewvc?rev=1189413&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java Modified: tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java URL: http:/

Re: Enhancement review process?

2011-10-26 Thread Mark Thomas
On 26/10/2011 20:42, Francis Galiegue wrote: > On Wed, Oct 26, 2011 at 21:40, Mark Thomas wrote: > >>> >>> + * @return true if a problem should trigger the >>> failure of this >> >> So? >> > > true. Got it. Tx. I'll fix that in a sec. Mark -

Re: Enhancement review process?

2011-10-26 Thread Francis Galiegue
On Wed, Oct 26, 2011 at 21:40, Mark Thomas wrote: >> >> +     * @return true if a problem should trigger the >> failure of this > > So? > true. -- Francis Galiegue, fgalie...@gmail.com "It seems obvious [...] that at least some 'business intelligence' tools invest so much intelligence on the

Re: Enhancement review process?

2011-10-26 Thread Mark Thomas
On 26/10/2011 20:24, Francis Galiegue wrote: > On Wed, Oct 26, 2011 at 21:17, Mark Thomas wrote: >> On 26/10/2011 20:07, Francis Galiegue wrote: >>> Hello, >>> >>> It has been now three weeks since I opened this enhancement request: >>> >>> https://issues.apache.org/bugzilla/show_bug.cgi?id=51953

Re: Enhancement review process?

2011-10-26 Thread Francis Galiegue
On Wed, Oct 26, 2011 at 21:17, Mark Thomas wrote: > On 26/10/2011 20:07, Francis Galiegue wrote: >> Hello, >> >> It has been now three weeks since I opened this enhancement request: >> >> https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 >> >> I am confident enough with this patch that I ac

Re: Enhancement review process?

2011-10-26 Thread Mark Thomas
On 26/10/2011 20:07, Francis Galiegue wrote: > Hello, > > It has been now three weeks since I opened this enhancement request: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 > > I am confident enough with this patch that I actually use it instead > of the existing RemoteAddrValve (

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 19:14:01 2011 New Revision: 1189394 URL: http://svn.apache.org/viewvc?rev=1189394&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?re

DO NOT REPLY [Bug 50570] Allow explicit use of FIPS mode in APR lifecycle listener

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50570 --- Comment #22 from Mark Thomas 2011-10-26 19:09:37 UTC --- Since this is security related, requesting FIPS and the native library not supporting it should prevent Tomcat from starting. You probably want to trap the exception and throw a n

svn commit: r1189393 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/DeltaSession.java webapps/docs/changelog.xml

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 19:10:25 2011 New Revision: 1189393 URL: http://svn.apache.org/viewvc?rev=1189393&view=rev Log: Merged revision 1189386 from tomcat/trunk: In DeltaSession.setId(String): fix duplicate resetDeltaRequest() call. It occurred via super.setId(id) calling overridden Del

Enhancement review process?

2011-10-26 Thread Francis Galiegue
Hello, It has been now three weeks since I opened this enhancement request: https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 I am confident enough with this patch that I actually use it instead of the existing RemoteAddrValve (since my implementation doesn't get confused by ::1 just to c

svn commit: r1189386 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 19:01:58 2011 New Revision: 1189386 URL: http://svn.apache.org/viewvc?rev=1189386&view=rev Log: In DeltaSession.setId(String): fix duplicate resetDeltaRequest() call. It occurred via super.setId(id) calling overridden DeltaSession.setId(id, true). Modified:

svn commit: r1189382 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/session/JvmRouteBinderValve.java webapps/docs/changelog.xml

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 18:55:56 2011 New Revision: 1189382 URL: http://svn.apache.org/viewvc?rev=1189382&view=rev Log: Avoid an unnecessary session ID change notice. Notice of changed session ID by JvmRouteBinderValve is unnecessary to BackupManager. In BackupManager, change of sessi

DO NOT REPLY [Bug 50570] Allow explicit use of FIPS mode in APR lifecycle listener

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50570 --- Comment #21 from Christopher Schultz 2011-10-26 18:44:18 UTC --- (In reply to comment #20) > Chris, did you put together an updated patch for this? I have a patch sitting in my local svn working copy of TC 8 trunk: I haven't gotten a

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 18:29:37 2011 New Revision: 1189364 URL: http://svn.apache.org/viewvc?rev=1189364&view=rev Log: Simplify changelog entry. Fix linewrap. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

DO NOT REPLY [Bug 52049] Incorrect setup instructions

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 --- Comment #4 from Konstantin Kolinko 2011-10-26 18:18:38 UTC --- Updated 5.5 docs as well in r1189356 - will be in 5.5.35. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

svn commit: r1189356 - in /tomcat/tc5.5.x/trunk/container/webapps/docs: changelog.xml setup.xml

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 18:19:25 2011 New Revision: 1189356 URL: http://svn.apache.org/viewvc?rev=1189356&view=rev Log: CTR: Docs Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 Improve setup instructions for running as a Windows service - remove references to specific Windo

Re: Executor threadRenewalDelay questions

2011-10-26 Thread Rohit Kelapure
Sorry. Will post there. --cheers, Rohit On Wed, Oct 26, 2011 at 11:21 AM, Mark Thomas wrote: > On 26/10/2011 03:13, Rohit Kelapure wrote: >> Dear All, >> >> After going through the thread renewal code in >> /tomcat-8.0.x/java/org/apache/tomcat/util/threads/TaskQueue.java , >> /tomcat-8.0.x/java/

Re: Executor threadRenewalDelay questions

2011-10-26 Thread Mark Thomas
On 26/10/2011 03:13, Rohit Kelapure wrote: > Dear All, > > After going through the thread renewal code in > /tomcat-8.0.x/java/org/apache/tomcat/util/threads/TaskQueue.java , > /tomcat-8.0.x/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java > and the bug (Improve ThreadLocal memory leak

svn commit: r1189258 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/ java/org/apache/catalina/valves/ webapps/docs/

2011-10-26 Thread markt
Author: markt Date: Wed Oct 26 15:06:19 2011 New Revision: 1189258 URL: http://svn.apache.org/viewvc?rev=1189258&view=rev Log: Make configuration issues for security related valves and filters result in the failure of the valve or filter rather than just a warning message. Modified: tomcat/t

svn commit: r1189256 - in /tomcat/trunk/java/org/apache/catalina: filters/CsrfPreventionFilter.java filters/FilterBase.java filters/RequestFilter.java valves/LocalStrings.properties valves/RequestFilt

2011-10-26 Thread markt
Author: markt Date: Wed Oct 26 15:02:01 2011 New Revision: 1189256 URL: http://svn.apache.org/viewvc?rev=1189256&view=rev Log: Make configuration issues for security related valves and filters result in the failure of the valve or filter rather than just a warning message. Modified: tomcat/t

svn commit: r1189243 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/logging.xml

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 14:38:55 2011 New Revision: 1189243 URL: http://svn.apache.org/viewvc?rev=1189243&view=rev Log: CTR: Docs Merged revision 1189240 from tomcat/trunk: Update logging documentation: group together the files that are put in lib/ when configuring log4j logging. Some us

svn commit: r1189242 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/logging.xml

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 14:36:12 2011 New Revision: 1189242 URL: http://svn.apache.org/viewvc?rev=1189242&view=rev Log: Merged revision 1189240 from tomcat/trunk: Update logging documentation: group together the files that are put in lib/ when configuring log4j logging. Some users were c

DO NOT REPLY [Bug 52066] ConnectionPool.borrowConnection swallows interrupt state.

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066 --- Comment #2 from Alexander Pogrebnyak 2011-10-26 14:31:26 UTC --- (In reply to comment #1) There may be quite a few clients down the call chain that require the knowledge that interrupt is in progress, and clearing of the interrupted f

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 14:32:46 2011 New Revision: 1189240 URL: http://svn.apache.org/viewvc?rev=1189240&view=rev Log: Update logging documentation: group together the files that are put in lib/ when configuring log4j logging. Some users were confused and put one file into bin/. Modifi

DO NOT REPLY [Bug 52092] Please make AsyncFileHandler and OneLineFormatter the default for logging.properties

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52092 --- Comment #1 from Rainer Jung 2011-10-26 14:16:35 UTC --- I'm +1 for TC 8 and +0 for TC 7 (not a clear +1 because of user compatibility reasons) Rainer -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email -

DO NOT REPLY [Bug 52066] ConnectionPool.borrowConnection swallows interrupt state.

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066 --- Comment #1 from Konstantin Kolinko 2011-10-26 14:13:51 UTC --- 1. Thread.interrupted() - clears the flag 2. new SQLException() - bails out It does sx.initCause(ex), so original InterruptedException is still there. Do you have trouble

svn commit: r1189224 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/realm/ webapps/docs/

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 14:02:40 2011 New Revision: 1189224 URL: http://svn.apache.org/viewvc?rev=1189224&view=rev Log: Followup to deprecating the auth method names constants in authenticator.Constants Add Javadoc comment that points to replacements. Replace use of the old constants wi

svn commit: r1189193 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/jsp/applet/Clock2.java webapps/examples/jsp/plugin/applet/Clock2.java

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 13:19:13 2011 New Revision: 1189193 URL: http://svn.apache.org/viewvc?rev=1189193&view=rev Log: Align Clock2.java implementation with current trunk. It covers revisions r1050653 (already in tc7.0.x), r1187755, r1189183. Fixes Eclipse warnings in the class and trim

svn commit: r1189183 - /tomcat/trunk/webapps/examples/WEB-INF/jsp/applet/Clock2.java

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 13:08:35 2011 New Revision: 1189183 URL: http://svn.apache.org/viewvc?rev=1189183&view=rev Log: Align two copies of Clock2.java /webapps/examples/jsp/plugin/applet/Clock2.java /webapps/examples/WEB-INF/jsp/applet/Clock2.java Just removes an empty line. I am not s

Re: svn commit: r1183340 [1/2] - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2011-10-26 Thread Konstantin Kolinko
2011/10/26 Mark Thomas : > On 26/10/2011 11:51, Konstantin Kolinko wrote: >> 2011/10/15 Mark Thomas : >>> On 15/10/2011 11:02, Konstantin Kolinko wrote: How do you run git? Do you use Cygwin, or maybe TortoiseGit? >>> >>> http://code.google.com/p/msysgit/downloads/list >>> I think http://

Re: svn commit: r1187826 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/naming/ modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test

2011-10-26 Thread Mark Thomas
On 26/10/2011 13:41, Konstantin Kolinko wrote: > 2011/10/23 : >> Author: markt >> Date: Sat Oct 22 23:24:31 2011 >> New Revision: 1187826 >> >> URL: http://svn.apache.org/viewvc?rev=1187826&view=rev >> Log: >> Fix some low-hanging FindBugs fruit >> >> Modified: >>tomcat/trunk/java/org/apache/t

Re: svn commit: r1183340 [1/2] - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2011-10-26 Thread Mark Thomas
On 26/10/2011 11:51, Konstantin Kolinko wrote: > 2011/10/15 Mark Thomas : >> On 15/10/2011 11:02, Konstantin Kolinko wrote: >>> How do you run git? Do you use Cygwin, or maybe TortoiseGit? >> >> http://code.google.com/p/msysgit/downloads/list >> >>> I think http://wiki.apache.org/general/GitAtApach

Re: svn commit: r1187826 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/naming/ modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test

2011-10-26 Thread Konstantin Kolinko
2011/10/23 : > Author: markt > Date: Sat Oct 22 23:24:31 2011 > New Revision: 1187826 > > URL: http://svn.apache.org/viewvc?rev=1187826&view=rev > Log: > Fix some low-hanging FindBugs fruit > > Modified: >    tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java >     > tomcat/trunk/module

svn commit: r1189163 - in /tomcat/tc7.0.x/trunk: ./ bin/ res/ res/META-INF/ res/deployer/ res/findbugs/ res/maven/

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 12:19:26 2011 New Revision: 1189163 URL: http://svn.apache.org/viewvc?rev=1189163&view=rev Log: Remove trailing whitespace from bat, sh, res/tomcat.nsi and textual files in /, /bin, /res It is merge of revisions r1187805, r1187827 from tomcat/trunk, but with exc

svn commit: r1189147 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.policy conf/catalina.properties conf/server.xml conf/web.xml webapps/docs/changelog.xml

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 11:57:37 2011 New Revision: 1189147 URL: http://svn.apache.org/viewvc?rev=1189147&view=rev Log: Merged revision 1187775 from tomcat/trunk: Remove trailing whitespace from the files in /conf Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/

DO NOT REPLY [Bug 52092] New: Please make AsyncFileHandler and OneLineFormatter the default for logging.properties

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52092 Bug #: 52092 Summary: Please make AsyncFileHandler and OneLineFormatter the default for logging.properties Product: Tomcat 7 Version: unspecified Platform: All

svn commit: r1189140 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 11:42:16 2011 New Revision: 1189140 URL: http://svn.apache.org/viewvc?rev=1189140&view=rev Log: Merged revision 1188301 from tomcat/trunk: Ignore .git dir when building src distro (markt) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/tr

DO NOT REPLY [Bug 51744] JNDI Lookup Error after a Context is closed

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51744 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

svn commit: r1189132 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 10:58:56 2011 New Revision: 1189132 URL: http://svn.apache.org/viewvc?rev=1189132&view=rev Log: Merged revision 1189129 from tomcat/trunk: Correct a typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/h

svn commit: r1189129 - /tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 10:57:36 2011 New Revision: 1189129 URL: http://svn.apache.org/viewvc?rev=1189129&view=rev Log: Correct a typo Modified: tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java Modified: tomcat/trunk/test/org/apache/tomcat/util/htt

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

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 10:54:20 2011 New Revision: 1189125 URL: http://svn.apache.org/viewvc?rev=1189125&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=11

Re: svn commit: r1188930 - /tomcat/trunk/test/webapp-3.0/welcome-files/sub/.gitignore

2011-10-26 Thread Konstantin Kolinko
Done in trunk and merged into 7.0. Best regards, Konstantin Kolinko 2011/10/26 Konstantin Kolinko : > Can you add descriptive comment in the file itself and ASL license? > > 2011/10/26  : >> Author: markt >> Date: Tue Oct 25 21:34:21 2011 >> New Revision: 1188930 >> >> URL: http://svn.apache.org/

Re: svn commit: r1183340 [1/2] - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2011-10-26 Thread Konstantin Kolinko
2011/10/15 Mark Thomas : > On 15/10/2011 11:02, Konstantin Kolinko wrote: >> How do you run git? Do you use Cygwin, or maybe TortoiseGit? > > http://code.google.com/p/msysgit/downloads/list > >> I think http://wiki.apache.org/general/GitAtApache might need to be updated >> to reflect the issue, but

DO NOT REPLY [Bug 52091] TagHandlerPool is slow when high concurrently

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52091 --- Comment #1 from Taiki Sugawara 2011-10-26 10:41:29 UTC --- Created attachment 27851 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27851 Reduce lock patch -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs

DO NOT REPLY [Bug 52091] New: TagHandlerPool is slow when high concurrently

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52091 Bug #: 52091 Summary: TagHandlerPool is slow when high concurrently Product: Tomcat 7 Version: 7.0.19 Platform: PC OS/Version: Linux Status: NEW Severity:

svn commit: r1189118 - in /tomcat/tc7.0.x/trunk: ./ .gitignore test/webapp-3.0/welcome-files/sub/.gitignore

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 10:34:57 2011 New Revision: 1189118 URL: http://svn.apache.org/viewvc?rev=1189118&view=rev Log: Merged revisions 1188930, 1189116 from tomcat/trunk: .gitignore files r1188930: Git ignores empty directories and the unit tests require this directory to be present f

svn commit: r1189116 - in /tomcat/trunk: .gitignore test/webapp-3.0/welcome-files/sub/.gitignore

2011-10-26 Thread kkolinko
Author: kkolinko Date: Wed Oct 26 10:30:11 2011 New Revision: 1189116 URL: http://svn.apache.org/viewvc?rev=1189116&view=rev Log: Followup to r1188930 Add license header to .gitignore Added svn:eol-style=native Modified: tomcat/trunk/.gitignore (contents, props changed) tomcat/trunk/tes

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

2011-10-26 Thread markt
Author: markt Date: Wed Oct 26 10:26:08 2011 New Revision: 1189115 URL: http://svn.apache.org/viewvc?rev=1189115&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=1

DO NOT REPLY [Bug 50570] Allow explicit use of FIPS mode in APR lifecycle listener

2011-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50570 --- Comment #20 from Mark Thomas 2011-10-26 09:33:44 UTC --- Chris, did you put together an updated patch for this? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becau