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

--- Comment #3 from Han Li <li...@apache.org> ---
(In reply to Remy Maucherat from comment #2)
> Note: Instead of catching IllegalArgumentException, I think checking
> isAbsolute (and doing nothing, since it should always be another code path)
> is nicer.

+1

In addition, I think following code(which behind the wsdl logic code) need the
same way to fix.


try {
    URI jaxrpcURI = new URI(service.getJaxrpcmappingfile());
    jaxrpcURL = jaxrpcURI.toURL();
} catch (MalformedURLException | URISyntaxException e) {
    // Ignore and carry on
}

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