Bugs item #570786, was opened at 2002-06-18 14:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=570786&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Jason Levine (jfl123) >Assigned to: Scott M Stark (starksm) Summary: FileURLConnection getContentType Initial Comment: JBoss's FileURLConnection always returns null for the content type. This is a problem for packages like IBM's wsdl4j which can accept the url of a file. I have made a change to the class which probably is not completely correct but at least allowed me to get a valid content type. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2002-06-23 13:43 Message: Logged In: YES user_id=175228 This should be taken from the URLConnection FileNameMap name. To get the extended types you are looking for you would have to edit the jre/lib/content- types.properties or install your own FileNameMap. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=570786&group_id=22866 ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
