[Bug 64871] warn "SEVERE" if /WEB-INF/web.xml not found

2020-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64871

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #6 from Mark Thomas  ---
Fixed in:
- 10.0.x for 10.0.0-M10 onwards
- 9.0.x for 9.0.40 onwards
- 8.5.x for 8.5.60 onwards
- 7.0.x for 7.0.107 onwards

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



[Bug 64871] warn "SEVERE" if /WEB-INF/web.xml not found

2020-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64871

--- Comment #2 from Mark Thomas  ---
The previous issue hadn't been forgotten. I'll mark it as a duplicate of this
one shortly.

Since the original issue was raised, the resource handling has been
significantly refactored. It looks like it will be possible to catch files
being ignored because of symlinks in a single place.

It seems unlikely to me that users would want a symlink to be ignored otherwise
why create the symlink in the fist place? I am therefore experimenting with
logging an error message whenever a file is ignored due to it being accessed
via a symlink.

I do think SEVERE is too excessive for the general case. It is probably
appropriate for some files (like web.xml) but I don't want to start down the
path of checking for files names before deciding on the log level. WARN seems
reasonable.

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



[Bug 64871] warn "SEVERE" if /WEB-INF/web.xml not found

2020-11-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64871

--- Comment #1 from Ralf Hauser  ---
the root cause probably was that in server.xml, the path to