https://issues.apache.org/bugzilla/show_bug.cgi?id=54178

--- Comment #7 from wan...@126.com ---
Created attachment 30063
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30063&action=edit
tomcat give 500 error when access a static file.

tomcat give 500 internal errors when browser try to download a static file.
but it should give 404 error if the file really not exist;

so I think it has some relationship with another problem I come accross in this
thread;

also:
the context is configured in server.xml using follow sentence.

<Context crossContext="true" cachingAllowed="false"
docBase="/home/tomcat/userdata/LiveVideoServer/streams"
path="/LiveVideoServer/streams" reloadable="true"> </Context>

-- 
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

Reply via email to