You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/06/08 17:25:09 UTC

[Bug 58009] Trying to forward request to newly created file results in 404 "The requested resource is not available."

https://bz.apache.org/bugzilla/show_bug.cgi?id=58009

Remy Maucherat <re...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 OS|                            |All

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
There's a resource cache, so if you create - or delete, modify, etc - a file
using direct file access, then you can get stale data. In some situations,
there's no workaround except disable the cache. The new cache may be caching
more than the previous one, causing the new behavior.

Please provide a test case to investigate further.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org