svn commit: r825180 - /tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java
Author: markt Date: Wed Oct 14 16:28:31 2009 New Revision: 825180 URL: http://svn.apache.org/viewvc?rev=825180&view=rev Log: Typos Modified: tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java Modified: tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java?rev=825180&r1=825179&r2=825180&view=diff == --- tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java (original) +++ tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java Wed Oct 14 16:28:31 2009 @@ -28,7 +28,7 @@ * Testing all directories to see if they are exploded JARs * (disabled by default) * - * All of the extenions may be controlled via configuration. + * All of the extensions may be controlled via configuration. */ public class DefaultJarScanner implements JarScanner { @@ -46,7 +46,7 @@ /** - * Controls the classpath scanning extenion. + * Controls the classpath scanning extension. */ private boolean scanClassPath = true; public boolean isScanClassPath() { @@ -57,7 +57,7 @@ } /** - * Controls the testing all files to see of they are JAR files extenion. + * Controls the testing all files to see of they are JAR files extension. */ private boolean scanAllFiles = false; public boolean isScanAllFiles() { @@ -69,7 +69,7 @@ /** * Controls the testing all directories to see of they are exploded JAR - * files extenion. + * files extension. */ private boolean scanAllDirectories = false; public boolean isScanAllDirectories() { - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 47997] New: NamingContextListener fails to add itself as a PropertyChangeListener to all namingResources
https://issues.apache.org/bugzilla/show_bug.cgi?id=47997 Summary: NamingContextListener fails to add itself as a PropertyChangeListener to all namingResources Product: Tomcat 5 Version: 5.5.28 Platform: Macintosh OS/Version: Mac OS X 10.4 Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: m...@allman.ms Created an attachment (id=24378) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24378) proposed fix In the NamingContextListener.lifecycleEvent(LifecycleEvent) method, the NamingContextListener object fails to add itself as a PropertyChangeListener to namingResources whose context is not a Server, e.g. a Context instance. This prevents the NamingResourcesMBean from working with non-Server contexts. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 47997] NamingContextListener fails to add itself as a PropertyChangeListener to all namingResources
https://issues.apache.org/bugzilla/show_bug.cgi?id=47997 Michael Allman changed: What|Removed |Added CC||m...@allman.ms -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 47998] New: NamingResourcesMBean.removeResource(String) is defective
https://issues.apache.org/bugzilla/show_bug.cgi?id=47998 Summary: NamingResourcesMBean.removeResource(String) is defective Product: Tomcat 5 Version: 5.5.28 Platform: PC OS/Version: Mac OS X 10.4 Status: NEW Severity: major Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: m...@allman.ms CC: m...@allman.ms Created an attachment (id=24379) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24379) proposed fix NamingResourcesMBean.removeResource(String) uses ObjectName.unquote(String) to "unquote" the given resourceName. This is at odds with NamingResourcesMBean.addResource(String), which does not. Unquoting a name that does not need to be unquoted throws an exception. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 47997] NamingContextListener fails to add itself as a PropertyChangeListener to all namingResources
https://issues.apache.org/bugzilla/show_bug.cgi?id=47997 Michael Allman changed: What|Removed |Added Attachment #24378|application/octet-stream|text/plain mime type|| Attachment #24378|0 |1 is patch|| -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org