DO NOT REPLY [Bug 51334] Web SSO support based on WS-Federation Passive Requestor Profile

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51334 --- Comment #2 from Oliver wulff 2011-10-17 08:05:00 UTC --- Created attachment 27797 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27797 Proposal I've attached a complete maven project which consists of the following modules

Bug 51334 - Federation support for Tomcat

2011-10-17 Thread Oliver Wulff
Hi guys I've attached an initial version of the patch for the following bugzilla task: https://issues.apache.org/bugzilla/show_bug.cgi?id=51334 I'd like to initiate a discussion how to bundle and integrate this into tomcat. I've added a comment to the attachment which is listed at the botto

svn commit: r1185051 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ tomcat7-war-runner/ tomcat7-war-runner/src/main/java/org/apache/tom

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 09:15:57 2011 New Revision: 1185051 URL: http://svn.apache.org/viewvc?rev=1185051&view=rev Log: [MTOMCAT-102] Add a mojo to build a standalone jar to run a web application: add possibility to use a pom project which configured war dependencies to add in the generat

svn commit: r1185052 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 09:16:16 2011 New Revision: 1185052 URL: http://svn.apache.org/viewvc?rev=1185052&view=rev Log: [MTOMCAT-102] Add a mojo to build a standalone jar to run a web application: attach the generated artifact. Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin

svn commit: r1185053 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java tomcat7-war-runner/src/main/java/org/apache

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 09:16:38 2011 New Revision: 1185053 URL: http://svn.apache.org/viewvc?rev=1185053&view=rev Log: [MTOMCAT-102] Add a mojo to build a standalone jar to run a web application: make attach artifact classifier and type configurable Modified: tomcat/maven-plugin/tru

[jira] [Commented] (MTOMCAT-102) Add a mojo to build a standalone jar to run a web application

2011-10-17 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128745#comment-13128745 ] Hudson commented on MTOMCAT-102: Integrated in TomcatMavenPlugin #47 (See [https://build

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-10-17 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-tc7.0.x-test has an issue affecting its community integration. This

DO NOT REPLY [Bug 51382] Link to download pages are broken

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51382 Sebb changed: What|Removed |Added OS/Version||All Severity|major

Re: Bug 51334 - Federation support for Tomcat

2011-10-17 Thread Mark Thomas
On 17/10/2011 09:22, Oliver Wulff wrote: > Hi guys > > I've attached an initial version of the patch for the following > bugzilla task: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=51334 > > I'd like to initiate a discussion how to bundle and integrate this > into tomcat. I've added a

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

2011-10-17 Thread kkolinko
Author: kkolinko Date: Mon Oct 17 11:27:34 2011 New Revision: 1185109 URL: http://svn.apache.org/viewvc?rev=1185109&view=rev Log: Add two documentation updates to the DriverManager leak fix proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: htt

svn commit: r1185114 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/juli/DateFormatCache.java java/org/apache/juli/OneLineFormatter.java webapps/docs/changelog.xml

2011-10-17 Thread kkolinko
Author: kkolinko Date: Mon Oct 17 11:44:16 2011 New Revision: 1185114 URL: http://svn.apache.org/viewvc?rev=1185114&view=rev Log: Backport (copy in) JULI OneLineFormatter plus DateFormatCache helper class from TC 7 JULI. Added: tomcat/tc6.0.x/trunk/java/org/apache/juli/DateFormatCache.java

svn commit: r1185116 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-10-17 Thread kkolinko
Author: kkolinko Date: Mon Oct 17 11:54:39 2011 New Revision: 1185116 URL: http://svn.apache.org/viewvc?rev=1185116&view=rev Log: Add changelog entry for r1185021 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://

Unit tests for Tomcat 6

2011-10-17 Thread Konstantin Kolinko
Hi! It would be nice to backport unit tests from Tomcat 7 to Tomcat 6. Just some thoughts. 1. As far as I remember one of changes that allowed to create the Tomcat class and unit tests for Tomcat 7 was getting rid of org.apache.catalina.ServerFactory class that holds singleton reference to a Ser

DO NOT REPLY [Bug 52025] 7.0.21 and newer break the JDK 6 Service provider mechanism for loading JDBC Drivers

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025 --- Comment #8 from Rick Bullotta 2011-10-17 13:52:48 UTC --- Thanks, Mark. Probably the reason they left the Service provider stuff in sun.misc!!! We'll just go back to the ever-popular Class.forName, which (almost) always works... (In

svn commit: r1185174 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 14:01:57 2011 New Revision: 1185174 URL: http://svn.apache.org/viewvc?rev=1185174&view=rev Log: don't fail on passing system properties to the cli Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7RunnerC

svn commit: r1185175 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 14:02:26 2011 New Revision: 1185175 URL: http://svn.apache.org/viewvc?rev=1185175&view=rev Log: [MTOMCAT-102] correctly set sys props pass tru the cli Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Run

svn commit: r1185176 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ tomcat7-war-runner/ tomcat7-war-runner/src/main/java/org/apache/tom

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 14:02:45 2011 New Revision: 1185176 URL: http://svn.apache.org/viewvc?rev=1185176&view=rev Log: option to enable naming Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

svn commit: r1185177 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ tomcat7-war-runner/ tomcat7-war-runner/src/main/java/org/apache/tom

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 14:03:06 2011 New Revision: 1185177 URL: http://svn.apache.org/viewvc?rev=1185177&view=rev Log: [MTOMCAT-102] acces log valve format used configurable Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/

svn commit: r1185178 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 14:03:22 2011 New Revision: 1185178 URL: http://svn.apache.org/viewvc?rev=1185178&view=rev Log: [MTOMCAT-102] implements extraDependencies to be able to jdbc driver mail etc.. to the root classloader (ie including in the standalone jar) Modified: tomcat/maven-

DO NOT REPLY [Bug 52025] 7.0.21 and newer break the JDK 6 Service provider mechanism for loading JDBC Drivers

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025 --- Comment #9 from Konstantin Kolinko 2011-10-17 14:03:30 UTC --- (In reply to comment #7) > I am closing this as INVALID as the Service Provider mechanism for > DriverManager is - as I suspected - broken for servlet container environment

svn commit: r1185180 - in /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run: AbstractExecWarMojo.java WarRunDependency.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 14:03:38 2011 New Revision: 1185180 URL: http://svn.apache.org/viewvc?rev=1185180&view=rev Log: [MTOMCAT-102] option to add dynamically a context.xml to a war before packaging it Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache

svn commit: r1185181 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 14:03:53 2011 New Revision: 1185181 URL: http://svn.apache.org/viewvc?rev=1185181&view=rev Log: [MTOMCAT-102] main class configurable Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecW

svn commit: r1185182 - in /tomcat/maven-plugin/trunk/src/site: apt/executable-war-jar.apt.vm site.xml

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 14:04:08 2011 New Revision: 1185182 URL: http://svn.apache.org/viewvc?rev=1185182&view=rev Log: start adding documentation on executable war/jar feature. Added: tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm (with props) Modified: tomcat

[jira] [Commented] (MTOMCAT-102) Add a mojo to build a standalone jar to run a web application

2011-10-17 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128898#comment-13128898 ] Hudson commented on MTOMCAT-102: Integrated in TomcatMavenPlugin #48 (See [https://build

DO NOT REPLY [Bug 52025] 7.0.21 and newer break the JDK 6 Service provider mechanism for loading JDBC Drivers

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025 --- Comment #10 from Mark Thomas 2011-10-17 14:15:46 UTC --- (In reply to comment #9) > 1. My understanding regarding DriverManager.getDrivers() call in > JreMemoryLeakPreventionListener is that Service Provider mechanism should work > if t

svn commit: r1185200 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2011-10-17 Thread markt
Author: markt Date: Mon Oct 17 14:26:18 2011 New Revision: 1185200 URL: http://svn.apache.org/viewvc?rev=1185200&view=rev Log: Make differences between WEB-INF/lib and $CATALINA_BASE/lib clearer Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Modified: tomcat/trunk/web

svn commit: r1185201 - in /tomcat/maven-plugin/trunk/src/site/apt: executable-war-jar.apt.vm index.apt

2011-10-17 Thread kkolinko
Author: kkolinko Date: Mon Oct 17 14:27:02 2011 New Revision: 1185201 URL: http://svn.apache.org/viewvc?rev=1185201&view=rev Log: Correct typos - followup to r1185182 Modified: tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm tomcat/maven-plugin/trunk/src/site/apt/index.ap

svn commit: r1185205 - /tomcat/maven-plugin/trunk/src/site/site.xml

2011-10-17 Thread kkolinko
Author: kkolinko Date: Mon Oct 17 14:29:39 2011 New Revision: 1185205 URL: http://svn.apache.org/viewvc?rev=1185205&view=rev Log: "Tomcat" as a single word is also a trademark Modified: tomcat/maven-plugin/trunk/src/site/site.xml Modified: tomcat/maven-plugin/trunk/src/site/site.xml URL: ht

AW: Bug 51334 - Federation support for Tomcat

2011-10-17 Thread Oliver Wulff
Hi Mark Thanks for your quick feedback... There are two pieces - IDP and authenticator - where we have to decide how to package this. >>> Given that Tomcat doesn't support web services out of the box, I don't think it makes sense to ship WS-Federation as part of the standard Tomcat distribution

Re: svn commit: r1185205 - /tomcat/maven-plugin/trunk/src/site/site.xml

2011-10-17 Thread Olivier Lamy
Thanks. I try to publish regulary a web site for the maven plugin (at least when I add docs) and thanks for fixing typos from a French native writer :-) Web site is here: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/ . 2011/10/17 : > Author: kkolinko > Date: Mon Oct 17 14:29:39 2011 > New

svn commit: r1185214 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/jndi-datasource-examples-howto.xml

2011-10-17 Thread markt
Author: markt Date: Mon Oct 17 14:36:41 2011 New Revision: 1185214 URL: http://svn.apache.org/viewvc?rev=1185214&view=rev Log: Make differences between WEB-INF/lib and $CATALINA_BASE/lib clearer Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/jndi-datas

DO NOT REPLY [Bug 52042] New: Possible NullPointerException in DefaultInstanceManager#processAnnotations

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 Bug #: 52042 Summary: Possible NullPointerException in DefaultInstanceManager#processAnnotations Product: Tomcat 7 Version: 7.0.22 Platform: PC Status: N

svn commit: r1185219 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java

2011-10-17 Thread markt
Author: markt Date: Mon Oct 17 14:41:56 2011 New Revision: 1185219 URL: http://svn.apache.org/viewvc?rev=1185219&view=rev Log: Fix copy paste error s/dir/war/ Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/HostConfig.java Propchang

svn commit: r1185220 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/WebXml.java

2011-10-17 Thread markt
Author: markt Date: Mon Oct 17 14:44:15 2011 New Revision: 1185220 URL: http://svn.apache.org/viewvc?rev=1185220&view=rev Log: Re-factor merge code so it does not modify fragments to support caching of default web.xml settings Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.

Re: svn commit: r1185205 - /tomcat/maven-plugin/trunk/src/site/site.xml

2011-10-17 Thread Konstantin Kolinko
2011/10/17 Olivier Lamy : > Thanks. > I try to publish regulary a web site for the maven plugin (at least > when I add docs) and thanks for fixing typos from a French native > writer :-) > > Web site is here: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/ . > You are welcome ;) Several quest

svn commit: r1185231 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2011-10-17 Thread markt
Author: markt Date: Mon Oct 17 14:56:30 2011 New Revision: 1185231 URL: http://svn.apache.org/viewvc?rev=1185231&view=rev Log: Improve start up time by caching the result of parsing the global and host level web.xml files. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/

Re: svn commit: r1185205 - /tomcat/maven-plugin/trunk/src/site/site.xml

2011-10-17 Thread Olivier Lamy
2011/10/17 Konstantin Kolinko : > 2011/10/17 Olivier Lamy : >> Thanks. >> I try to publish regulary a web site for the maven plugin (at least >> when I add docs) and thanks for fixing typos from a French native >> writer :-) >> >> Web site is here: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT

DO NOT REPLY [Bug 52042] Possible NullPointerException in DefaultInstanceManager#processAnnotations

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 Mark Thomas changed: What|Removed |Added OS/Version||All --- Comment #1 from Mark Thomas

Re: Unit tests for Tomcat 6

2011-10-17 Thread Rainer Jung
On 17.10.2011 14:50, Konstantin Kolinko wrote: > 2. It would be nice to have CTR for the test subdirectory in tc6.0.x. > > An alternative could be to create a branch in tc6.0.x/branches or in > sandbox and vote&merge from there. For me CTR for tests would be fine (as long as needed to implement

DO NOT REPLY [Bug 52042] Possible NullPointerException in DefaultInstanceManager#processAnnotations

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 --- Comment #2 from Gurkan Erdogdu 2011-10-17 16:03:03 UTC --- Here is the full stack trace java.lang.NullPointerException at org.apache.catalina.core.DefaultInstanceManager.processAnnotations(DefaultInstanceManager.java:460) at o

DO NOT REPLY [Bug 52042] Possible NullPointerException in DefaultInstanceManager#processAnnotations

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 --- Comment #3 from Mark Thomas 2011-10-17 16:40:14 UTC --- OK. Looks like the problem isn't the WeakReference but that the fields of a class which are cached using soft references. There is a chance that a GC run could clear the soft refer

DO NOT REPLY [Bug 51382] Link to download pages are broken

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51382 --- Comment #2 from Serete 2011-10-17 17:56:54 UTC --- Also having a problem with the download links page. Please fix -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail bec

svn commit: r1185342 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 19:58:19 2011 New Revision: 1185342 URL: http://svn.apache.org/viewvc?rev=1185342&view=rev Log: [MTOMCAT-102] do not alterate the artifact installed locally when adding a context.xml file. Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java

svn commit: r1185343 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 19:58:35 2011 New Revision: 1185343 URL: http://svn.apache.org/viewvc?rev=1185343&view=rev Log: [MTOMCAT-102] fix creation of war when adding META-INF/context.xml Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plu

svn commit: r1185344 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 19:58:55 2011 New Revision: 1185344 URL: http://svn.apache.org/viewvc?rev=1185344&view=rev Log: fix code formatting Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java Modified: tomcat/maven-p

svn commit: r1185345 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java tomcat7-war-runner/src/main/java/org/apache

2011-10-17 Thread olamy
Author: olamy Date: Mon Oct 17 19:59:13 2011 New Revision: 1185345 URL: http://svn.apache.org/viewvc?rev=1185345&view=rev Log: [MTOMCAT-102] restart without resetting extract directory was failing Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven

[jira] [Commented] (MTOMCAT-102) Add a mojo to build a standalone jar to run a web application

2011-10-17 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129129#comment-13129129 ] Hudson commented on MTOMCAT-102: Integrated in TomcatMavenPlugin #50 (See [https://build

[Tomcat Wiki] Update of "PoweredBy" by prolanguage

2011-10-17 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 prolanguage: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=371&rev2=372 {{http://www.bonhams.com/images/BonLogoGrey.jpg}} [[http:/

[Tomcat Wiki] Update of "LocalBadContent" by ChuckCaldarale

2011-10-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by ChuckCaldarale: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=32&rev2=33 payrollservicesaustralia\.com pbali profi-

DO NOT REPLY [Bug 52045] New: Document the default Manager configuration.

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52045 Bug #: 52045 Summary: Document the default Manager configuration. Product: Tomcat 7 Version: unspecified Platform: All OS/Version: All Status: NEW Severity

DO NOT REPLY [Bug 52045] Document the default Manager configuration.

2011-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52045 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|