-
Bug
-
Resolution: Unresolved
-
Minor
-
Windows Server x64, Apache Tomcat
Stapler trying to do a URL check for the FogBugz plugin's URL property and encounters a NullPointerException. Looking at Stapler's URLCheck.getCharset() code, it expects it will always get a Content-Type (con.GetContentType().split()) but I don't think that's the case. FWIW, the URL I'm using is a URL internal to my network.