protected URLConnection openConnection()

in src/main/java/org/apache/sling/jcr/classloader/internal/net/JCRURLHandler.java [117:119]


    protected URLConnection openConnection(final URL url) {
        return new JCRURLConnection(url, this);
    }