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

--- Comment #3 from Gary Gregory <[email protected]> 2011-09-20 16:06:08 
UTC ---
This works for me:

    @Test
    public void test() throws MalformedURLException {
        new URL("https://[fe80::92]:443/ucsm/log4j.xml";);
    }

with:

Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_24\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Make sure you are calling the JRE you really think you are. You could also test
with the latest JRE.

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