Forum Discussion
cortez
13 years agoOccasional Contributor
Well I looked at the Github sources for SoapUI and it seems that in \soapui\src\main\java\com\eviware\soapui\support\editor\inspectors\attachments\ContentTypeHandler.java the contenttype for css is defined twice:
line 106:
line 255:
I'm not a Java developer, but I guess the second definition overrides the first. If so then that's probably the source of the problem. Am I right?
Thanks,
Christopher
line 106:
suffixToContentType.put( "css", "text/css" );
line 255:
suffixToContentType.put( "css", "application/x-pointplus" );
I'm not a Java developer, but I guess the second definition overrides the first. If so then that's probably the source of the problem. Am I right?
Thanks,
Christopher