Re: [dspace-tech] Determining File Format in the RESTapi

2019-04-19 Thread Mark H. Wood
On Thu, Apr 18, 2019 at 04:57:17PM -0400, Jose Blanco wrote: > I'm wondering if someone could point me to the code that does this > > URLConnection.guessContentTypeFromName(name) > > In this line of code > > https://github.com/DSpace/DSpace/blob/master/dspace-rest/src/main/java/org/dspace/rest/B

[dspace-tech] Determining File Format in the RESTapi

2019-04-18 Thread Jose Blanco
I'm wondering if someone could point me to the code that does this URLConnection.guessContentTypeFromName(name) In this line of code https://github.com/DSpace/DSpace/blob/master/dspace-rest/src/main/java/org/dspace/rest/BitstreamResource.java#L716 I want to know the login behind this. Thank yo