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





--- Comment #4 from Doug Drechsel <[EMAIL PROTECTED]>  2008-05-15 06:03:57 PST 
---
Sometimes I get lost in the weeds.  I needed to override setURL when using the
OSGI UrlStreamHandlerService.  Not doing that caused the setURL in
java.net.URLStreamHandler to be called which failed here

        if (this != u.handler) {
            throw new SecurityException("handler for url different from " +
                                        "this handler");
        }

and this bubbles up as a MalformedURLException.

Tnx for the perspective.


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to