From: Adam R. <no...@gi...> - 2023-09-25 20:32:12
|
Branch: refs/heads/develop-5.x.x Home: https://github.com/eXist-db/exist Commit: 1703e7d200e8aef7e9be4df1bc1bc7bedbd57b9f https://github.com/eXist-db/exist/commit/1703e7d200e8aef7e9be4df1bc1bc7bedbd57b9f Author: Otmar Humbel <oh...@gm...> Date: 2023-09-25 (Mon, 25 Sep 2023) Changed paths: M exist-core/src/main/java/org/exist/xmldb/RemoteCollection.java M exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java M exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java A exist-core/src/test/java/org/exist/xmlrpc/MimeTypeTest.java Log Message: ----------- [feature] Provide mime type on store XMLResource The mime type that is available on the remote resource was not provided when calling the parse() procedure on the backend and has now been added. When calculating the mime type being stored the following order will be used: - mime type as given by the method call - mime type caclulated based on the file name extension - default mime type 'application/octet-stream' is used Co-authored-by: Otmar Humbel <oh...@gm...> Signed-off-by: Patrick Reinhart <pa...@re...> Commit: 9aa05397db6ad45d30c01181dd3171041979a2e5 https://github.com/eXist-db/exist/commit/9aa05397db6ad45d30c01181dd3171041979a2e5 Author: Adam Retter <ada...@go...> Date: 2023-09-25 (Mon, 25 Sep 2023) Changed paths: M exist-core/src/main/java/org/exist/xmldb/RemoteCollection.java M exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java M exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java A exist-core/src/test/java/org/exist/xmlrpc/MimeTypeTest.java Log Message: ----------- Merge pull request #5071 from BisonSchweizAG/bugfix-5.x.x/xmlrpc5067 [5.x.x] Parameterise the XML-RPC parse method with the Media Type Compare: https://github.com/eXist-db/exist/compare/1d3419cf49ab...9aa05397db6a |