From: Adam R. <no...@gi...> - 2023-09-25 20:34:03
|
Branch: refs/heads/develop-6.x.x Home: https://github.com/eXist-db/exist Commit: 6b81c5d3e0889950eb2191dac1fb07199e3edf8e https://github.com/eXist-db/exist/commit/6b81c5d3e0889950eb2191dac1fb07199e3edf8e 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: 5fbc4de5ff53b4e498a5872b4bdce4a94e332468 https://github.com/eXist-db/exist/commit/5fbc4de5ff53b4e498a5872b4bdce4a94e332468 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 #5070 from BisonSchweizAG/bugfix-6.x.x/xmlrpc5067 [6.x.x] Parameterise the XML-RPC parse method with the Media Type Compare: https://github.com/eXist-db/exist/compare/831829e5d082...5fbc4de5ff53 |