Flying saucer uses strings for uris in UserAgentCallback. This would normally
allow transparent handling of custom uris like virtual:// to map "virtual"
resources to real resources.
Unfortunately, the implementations NaiveUserAgent and ITextUserAgent internally
heavily rely on java.net.URL which fails to resolve such uris if there's no
system-wide UrlStreamHandler registered with this protocol.
Original issue reported on code.google.com by michael.wyraz on 4 Jul 2014 at 8:47
Original issue reported on code.google.com by
michael.wyraz
on 4 Jul 2014 at 8:47