Ankur Singla created SLING-12839:
------------------------------------
Summary: JCR installer: Switch to Parent 62
Key: SLING-12839
URL: https://issues.apache.org/jira/browse/SLING-12839
Project: Sling
Issue Type: Bug
Components: Installer
Affects Versions: JCR Installer 3.2.2
Reporter: Ankur Singla
JCR installer incorrectly renames existing config files in some cases.
The specific case that is failing is as follows:
If we pass the let's say "jcrinstall:/path/to/config.config" in the URL of
[handleUpdate|https://github.com/apache/sling-org-apache-sling-installer-provider-jcr/blob/master/src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java#L626]
method, in this case tha path after update will be
"/path/to/config.config.cfg.json", whereas it should be
"/path/to/config.cfg.json"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)