[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-users] Jetty 8.1.2 doesn't recognize file changes in symlinked folder
|
- From: Lukas Ruetz <lukas.ruetz@xxxxxx>
- Date: Thu, 12 Apr 2012 09:09:54 +0200
- Delivered-to: jetty-users@eclipse.org
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1
Hi all,
I'm using Jetty 8.1.2 on Linux.
My problem is that Jetty doesn't recognize changed files IN a folder
which is a symlink.
It looks like this:
/path/to/jetty/webapps/myapp/symlink/changed_file.json
Jetty serves the old version of the file (while Jetty 7.5.0 didn't do that).
I have found this bug here
https://bugs.eclipse.org/bugs/show_bug.cgi?id=364502
but it's about a symlink which target is changed, what's a different
problem if I see this
correctly.
How can I avoid this behaviour?
Thanks,
Lukas