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