Re: problem using default Realm in new unit tests

2012-01-12 Thread markt
Brian Burch wrote: >On 10/01/12 13:21, Brian Burch wrote: >Tomcat.getEngine has not changed its overall behaviour: it creates the >Engine when it doesn't already exist. However, it now also creates and >assigns the default MemoryRealm to the new StandardEngine instance. It isn't the MemoryRea

Re: problem using default Realm in new unit tests

2012-01-12 Thread Brian Burch
On 10/01/12 13:21, Brian Burch wrote: Konstantin, Thank you for your prompt and helpful response... at least I know I haven't overlooked something simple. With your encouragement, I'm happy to keep "fighting the alligators until I can get back to draining the swamp"! I am working on this issue

DO NOT REPLY [Bug 52381] Please add OSGi metadata

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52381 violet...@apache.org changed: What|Removed |Added CC||violet...@apache.org -- Con

DO NOT REPLY [Bug 52381] Please add OSGi metadata

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52381 --- Comment #5 from violet...@apache.org 2012-01-12 21:49:43 UTC --- Hello, In Eclipse Virgo we add OSGi metadata using Bundlor. The process is pretty straightforward and we have projects that do that stuff. Unfortunately we do not add OSGi

Re: [VOTE] Release Tomcat 5.5.35 Build

2012-01-12 Thread Jim Jagielski
The below makes three... I'll wait another day and release tomorrow (Friday) On Jan 6, 2012, at 3:19 PM, Jim Jagielski wrote: > The builds for Tomcat 5.5.35 are ready for testing and approval. > The candidates binaries are available here: > > http://people.apache.org/~jim/tomcat-5.5/ > > Accord

DO NOT REPLY [Bug 52443] Tomcat#defaultRealm shares Realm instance between web applications, resulting in INFO log message from lifecycle

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52443 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1230777 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/mbeans/TestRegistration.java webapps/docs/changelog.xml

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:51:10 2012 New Revision: 1230777 URL: http://svn.apache.org/viewvc?rev=1230777&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52443 Move the default Realm for the embedded case to the Engine Modified: tomcat/tc7.0.x/trunk/java/org/apache

svn commit: r1230771 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:41:17 2012 New Revision: 1230771 URL: http://svn.apache.org/viewvc?rev=1230771&view=rev Log: Move destruction of ContainerBase objects to ContainerBase to ensure that they are destroyed. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/tru

svn commit: r1230768 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/StandardContext.java

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:36:57 2012 New Revision: 1230768 URL: http://svn.apache.org/viewvc?rev=1230768&view=rev Log: Code clean-up Logger will not implement Lifecycle. This was a leftover from the pre-JULI logger implementation. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1230767 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/mbeans/TestRegistration.java

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:35:19 2012 New Revision: 1230767 URL: http://svn.apache.org/viewvc?rev=1230767&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52443 Move the default Realm for the embedded case to the Engine Modified: tomcat/trunk/java/org/apache/catalin

svn commit: r1230766 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:35:07 2012 New Revision: 1230766 URL: http://svn.apache.org/viewvc?rev=1230766&view=rev Log: Fix comment Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/OutputBuffer.java Propchange: tomcat/tc7.0.

DO NOT REPLY [Bug 52461] New: java.lang.IllegalArgumentException: URI scheme is not "file" is thrown in ContextConfig.getDefaultWebXmlFragment

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52461 Bug #: 52461 Summary: java.lang.IllegalArgumentException: URI scheme is not "file" is thrown in ContextConfig.getDefaultWebXmlFragment Product: Tomcat 7 Ve

svn commit: r1230765 - in /tomcat/trunk/java/org/apache/catalina/core: ContainerBase.java StandardContext.java

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:34:24 2012 New Revision: 1230765 URL: http://svn.apache.org/viewvc?rev=1230765&view=rev Log: Move destruction of ContainerBase objects to ContainerBase to ensure that they are destroyed. Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

svn commit: r1230763 - in /tomcat/trunk/java/org/apache/catalina/core: ContainerBase.java StandardContext.java

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:33:45 2012 New Revision: 1230763 URL: http://svn.apache.org/viewvc?rev=1230763&view=rev Log: Logger will not implement Lifecycle. This was a leftover from the pre-JULI logger implementation. Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.j

svn commit: r1230762 - /tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:33:06 2012 New Revision: 1230762 URL: http://svn.apache.org/viewvc?rev=1230762&view=rev Log: Fix comment Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java U

svn commit: r1230761 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 20:32:27 2012 New Revision: 1230761 URL: http://svn.apache.org/viewvc?rev=1230761&view=rev Log: Add some finals prompted by the UCDectector Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/trunk/java/org/apache/catalina/start

DO NOT REPLY [Bug 52134] HostConfig#deployDirectories Deploys Every Directory on Host ApplicationBase

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52134 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52245] Add detection of EL Jar to WebappClassLoader

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52245 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1230732 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 19:49:43 2012 New Revision: 1230732 URL: http://svn.apache.org/viewvc?rev=1230732&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52245 Don't allow webapps to package javax.el classes Patch provided by pid. Modified: tomcat/tc7.0.x/trunk/

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

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 19:47:52 2012 New Revision: 1230729 URL: http://svn.apache.org/viewvc?rev=1230729&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52245 Don't allow webapps to package javax.el classes Modified: tomcat/trunk/java/org/apache/catalina/loader/We

DO NOT REPLY [Bug 52460] Unable to run signed .war files with security manager

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52460 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52440] Wrong getValueReference behaviour with Facelets parameter expressions

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52440 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1230716 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/el/parser/AstIdentifier.java test/org/apache/el/TestValueExpressionImpl.java webapps/docs/changelog.xml

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 19:38:09 2012 New Revision: 1230716 URL: http://svn.apache.org/viewvc?rev=1230716&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52440 Need to resolve EL variables when returning ValueReferences Includes a new test case. Modified: tomcat/tc

svn commit: r1230711 - in /tomcat/trunk: java/org/apache/el/parser/AstIdentifier.java test/org/apache/el/TestValueExpressionImpl.java

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 19:33:17 2012 New Revision: 1230711 URL: http://svn.apache.org/viewvc?rev=1230711&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52440 Need to resolve EL variables when returning ValueReferences Includes a new test case. Modified: tomcat/tr

DO NOT REPLY [Bug 52440] Wrong getValueReference behaviour with Facelets parameter expressions

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52440 --- Comment #3 from Mark Thomas 2012-01-12 18:41:13 UTC --- I think I have this fixed but I'd like to confirm this with the test case. Please provide some details (the URL being the most important) of how this test case is meant to be used.

svn commit: r1230646 - in /tomcat/maven-plugin/trunk: tomcat-maven-archetype/ tomcat7-war-runner/

2012-01-12 Thread olamy
Author: olamy Date: Thu Jan 12 17:13:32 2012 New Revision: 1230646 URL: http://svn.apache.org/viewvc?rev=1230646&view=rev Log: add basic svn:ignore Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/ (props changed) tomcat/maven-plugin/trunk/tomcat7-war-runner/ (props changed)

DO NOT REPLY [Bug 52460] New: Unable to run signed .war files with security manager

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52460 Bug #: 52460 Summary: Unable to run signed .war files with security manager Product: Tomcat 7 Version: 7.0.23 Platform: PC OS/Version: Linux Status: NEW Se

DO NOT REPLY [Bug 49159] Improve ThreadLocal memory leak clean-up

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 --- Comment #20 from Konstantin Kolinko 2012-01-12 15:21:11 UTC --- No. This enhancement is too intrusive to be backported. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

Just a slight note

2012-01-12 Thread Josh Gooding
Guys, I found this while reading an article on the market share of application servers. This is how well you guys are doing. To have a 50+% of the market share of the application servers of 1000 of the top publicly traded companies (Comcast, ABC, etc), Here is how it broke down. Just wanted to

DO NOT REPLY [Bug 49159] Improve ThreadLocal memory leak clean-up

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 --- Comment #19 from Torsten Krah 2012-01-12 14:24:58 UTC --- Does the tomcat6 patch getting applied to any 6.x version? Or is this one only there in 7.0.6+? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=emai

DO NOT REPLY [Bug 52459] tomcat-embedded distribution is missing tomcat-catalina-ha dependencies

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52459 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1230541 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 13:59:30 2012 New Revision: 1230541 URL: http://svn.apache.org/viewvc?rev=1230541&view=rev Log: Update to JDT 3.7.1 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/ide-support/eclip

svn commit: r1230539 - in /tomcat/trunk: build.properties.default res/ide-support/eclipse/eclipse.classpath

2012-01-12 Thread markt
Author: markt Date: Thu Jan 12 13:55:35 2012 New Revision: 1230539 URL: http://svn.apache.org/viewvc?rev=1230539&view=rev Log: Update to Eclipse JDT 3.7.1 Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Modified: tomcat/trunk/build.p

DO NOT REPLY [Bug 52458] Bug in JDT Eclipse Compiler ecj-3.7.jar

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52458 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52459] New: tomcat-embedded distribution is missing tomcat-catalina-ha dependencies

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52459 Bug #: 52459 Summary: tomcat-embedded distribution is missing tomcat-catalina-ha dependencies Product: Tomcat 7 Version: 7.0.23 Platform: PC OS/Version: Wind

DO NOT REPLY [Bug 52458] Bug in JDT Eclipse Compiler ecj-3.7.jar

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52458 --- Comment #1 from Konstantin Kolinko 2012-01-12 12:59:15 UTC --- 1. This compiler optimization code bug seems to be triggered by large Java files. There are (and will always be) certain size limitations in the language. While this is no

DO NOT REPLY [Bug 52263] static membership cluster fails to establish membership

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52263 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52263] static membership cluster fails to establish membership

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52263 --- Comment #1 from Mark Thomas 2012-01-12 11:58:56 UTC --- Created attachment 28146 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28146 Working static cluster config I just tested this with the latest 7.0.x code and as close

DO NOT REPLY [Bug 52458] New: Bug in JDT Eclipse Compiler ecj-3.7.jar

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52458 Bug #: 52458 Summary: Bug in JDT Eclipse Compiler ecj-3.7.jar Product: Tomcat 7 Version: 7.0.21 Platform: All OS/Version: All Status: NEW Severity: normal

DO NOT REPLY [Bug 52328] Massive garbage production observed when using the response writer

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52328 --- Comment #16 from Mark Thomas 2012-01-12 10:09:04 UTC --- (In reply to comment #15) > Regarding the artifact, we will test it. Do I understand correctly that this > artifact contains a current 7.0.24 (candidate) + the fix? Correct. > W

DO NOT REPLY [Bug 52328] Massive garbage production observed when using the response writer

2012-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52328 --- Comment #15 from Nikolay Diakov 2012-01-12 10:01:51 UTC --- Regarding the artifact, we will test it. Do I understand correctly that this artifact contains a current 7.0.24 (candidate) + the fix? We will test this to the best of our pr

svn commit: r1230440 - /tomcat/trunk/java/org/apache/jasper/xmlparser/ParserUtils.java

2012-01-12 Thread rjung
Author: rjung Date: Thu Jan 12 08:26:15 2012 New Revision: 1230440 URL: http://svn.apache.org/viewvc?rev=1230440&view=rev Log: Remove trailing spaces. Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/ParserUtils.java Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/ParserUtils.