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

--- Comment #1 from Remy Maucherat <r...@apache.org> ---
There was a refactoring to change new URL -> (new URI).toURL. Unfortunately,
this allows some new exceptions such as URISyntaxException, which have been
added. However, it turns out IllegalArgumentException also has to be caught
everywhere as well (unless uri.isAbsolute is checked).

Your regression is one such location where the change is needed, but actually
all instances of toURL use have to be checked to avoid a repeat of the issue.

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