DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5784

org.apache.catalina.WELCOME_FILES attribute replaced

           Summary: org.apache.catalina.WELCOME_FILES attribute replaced
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


During Tomcat startup, the order of events for context from a listener pov is 
as follow :

1. context is initialized
2. attribute org.apache.catalina.WELCOME_FILES is replaced

This looks strange to me because 
- the container doesn't call attributeAdded first
- this doesn't happen for other attributes (jsp_classpath, resources & 
javax..tempdir)

I would rather notify the application that these attributes are added AFTER  
context is initialized, so the client app has a consistent view of attr mgmt.

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

Reply via email to