in src/main/java/org/apache/sling/bundleresource/impl/BundleResourceURLConnection.java [102:110]
public String getContentType() {
try {
connect();
} catch (IOException ex) {
return null;
}
return delegatee.getContentType();
}