« Return to Thread: DO NOT REPLY [Bug 44992] New: Troubles with ApplicationContext. getResource and the WoodStox Parser

DO NOT REPLY [Bug 44992] Troubles with ApplicationContext. getResource and the WoodStox Parser

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View in Thread

https://issues.apache.org/bugzilla/show_bug.cgi?id=44992


Mark Thomas <markt@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Mark Thomas <markt@...>  2008-05-13 15:15:23 PST ---
This works for me with the latest 6.0.x and 5.5.x

There may be an issue with both the parser and Tomcat calling
URL.setURLStreamHandlerFactory() although in that case I'd expect you to see an
error in the logs somewhere.

For the record parseUrl() has nothing to do with the exception you are seeing.
The exception is thrown by the constructor of java.net.URL (not java.net.Url)
when it can't find an appropriate protocol handler


--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

 « Return to Thread: DO NOT REPLY [Bug 44992] New: Troubles with ApplicationContext. getResource and the WoodStox Parser