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

http://issues.apache.org/bugzilla/show_bug.cgi?id=35342

           Summary: Unexpected behaviour using uriworkermap.properties
                    autoreload
           Product: Tomcat 5
           Version: 5.0.30
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connector:AJP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I'm using Connectors 1.2.12 with Apache 2.0.54 with SSL support.

Under the Apache "DocumentRoot" there is a static HTML file 
called "welcome.do".

When I'm using uriworkermap.properties like:

/status=status
/demo*=demo
!/demo/welcome.do=demo

This static page will come up when calling "https://server/demo/welcome.do";.

Now I change the uriworkermap.properties:

/status=status
/demo*=demo
#!/demo/welcome.do=demo

but the static page will come up again without restarting httpd and WITH 
working autoreload of the uriworkermap.properties file.
To get rid of the static answer I have to restart Apache or I have to change 
the properties file like 

/status=status
/demo*=demo
/demo/welcome.do=demo

IMHO, this is a strange behaviour.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to