|
From: Andy D. <an...@ma...> - 2005-03-03 17:07:20
|
I'm wondering if there are any plans on adding some kind of mime type to org.springframework.core.io.Resource? If I load a resource whose type I don't know in advance, I currently have no way to tell what type it is other than parsing the file name for an extension or attempting to deduce it from the InputStream (not fun). Thanks, Andy |