Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
JCR Installer 3.1.26
-
None
-
None
Description
When we put a upper case prefix in our config in the repo and then change it via the webconsole it gets the prefix converted into a lower case. This creates issues as Sling only support uppercase prefixes.
As the writeback just uses some class from Felix to write the file back (that will write a lower case for primitive arrays and an upper case for Object arrays) the fix should be reasonable straight forward by just massaging the configurations before writing them out via that class and turning all primitive arrays into their respective Object array in updatehandler.
Attachments
Attachments
Issue Links
- relates to
-
SLING-6247 Potential class cast exception for primitive arrays
- Closed
- links to