luehe       2005/04/19 11:42:29

  Modified:    catalina/src/share/org/apache/catalina/core
                        LocalStrings.properties
  Log:
  No longer ignore the wrapper class passed to Context.setWrapperClass().
  
  I think the original intent of this method was to pass a class that
  implements the Wrapper interface. However, there are too many
  dependencies in the code right now that assume the children of
  StandardContext to be instances of StandardWrapper (instead of
  Wrapper), which means the class passed to StandardContext.setWrapperClass()
  really must be a subclass of StandardWrapper.
  
  Revision  Changes    Path
  1.20      +1 -0      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/LocalStrings.properties,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- LocalStrings.properties   22 Mar 2005 10:32:07 -0000      1.19
  +++ LocalStrings.properties   19 Apr 2005 18:42:29 -0000      1.20
  @@ -37,6 +37,7 @@
   naming.invalidEnvEntryType=Environment entry {0} has an invalid type
   naming.invalidEnvEntryValue=Environment entry {0} has an invalid value
   naming.namingContextCreationFailed=Creation of the naming context failed: {0}
  +standardContext.invalidWrapperClass={0} is not a subclass of StandardWrapper
   standardContext.alreadyStarted=Context has already been started
   standardContext.applicationListener=Error configuring application listener 
of class {0}
   standardContext.applicationSkipped=Skipped installing application listeners 
due to previous error(s)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to