|
Description: |
When testing this fix https://jira.xwiki.org/browse/ XWIKI-21071 I noticed that the [Import a XAR in a wiki REST service|https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiRESTfulAPI#H2Fwikis2F7BwikiName7D] is now expecting values in lowercase instead of uppercase for the "history" parameter. So, for example using "history=REPLACE" won't work but "history=replace" works.
It seems related to that removal: [https://github.com/xwiki/xwiki-platform/commit/0a2d4f1c4c6c1a39733948e631b50d7b1df6c7de#diff-5fa518235ef8f5bc1b4c69385ceb7c061d8796308c77311c6693ffd29f1ae1f2L176-L187] Note that uppercase values for history parameter are also used on [another REST service| [ https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiRESTfulAPI#H2Fwikimanager28Thisresourceisonlyavailablewhenusingthemulti-wikifeature29] ] , so, this service could be impacted too. # [10:39|https://matrix.to/#/!IsiGBKXlDxGnVroBhS:matrix.xwiki.com/$1745483988481GXmjs:matrix.xwiki.com?via=matrix.xwiki.com] So, this service could be impacted too |
|