https://bz.apache.org/bugzilla/show_bug.cgi?id=58009
Bug ID: 58009
Summary: Trying to forward request to newly created file
results in 404 "The requested resource is not
available."
Product: Tomcat 8
Version: 8.0.21
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
I have a process that builds a zip file, stores it as a temp file, and then
forwards the request to the path of the temp file to deliver it to the user.
This was working in Tomcat 6 and it works on my test server which is running
Tomcat 8.0.3, but when deploying on the live server which is running Tomcat
8.0.21 it gives me a 404 response saying "The requested resource is not
available." The path to the file is correct, if I manually access the path I
get the file. Actually, if try to access it very quickly I will get the 404
response but then get the file if I try again. It seems that the newly created
file is not immediately found by Tomcat, like there's a delay of a few seconds.
Could this be a regression caused by the static resource cache changes in
Tomcat 8.0.10?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]