[
https://issues.apache.org/jira/browse/SLING-7140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16185668#comment-16185668
]
Ian Boston commented on SLING-7140:
-----------------------------------
Update from testing, also reported in Oak
Tested against Sling Trunk using a patch backported to Oak 1.6. The patches are
https://github.com/apache/jackrabbit-oak/compare/1.6...ieb:OAK-6575-1.6-3?expand=1
and in Sling
https://github.com/apache/sling/compare/trunk...ieb:OAK-6575-3-2?expand=1
There were 2 fixes to the Oak patch.
Its not viable to put a 4096 bit PKCS8 encoded private key into a OSGi
property. The Sling provisioning model truncates it and its hard to manage, so
this has been changed to a file. The file can be relative, but must be
resolvable from the working directory of the JVM.
In addition a configurable minimum size limit has been added so that small
files, can be streamed via the JVM if desired.
Also added is a log line to allow audit of all external urls. This might want
to be at debug level, but for the moment it is at info level.
This changes need to be forward ported to Oak Trunk, although Sling doesn't
currently use Oak 1.8-SNAPSHOT.
> Support redirects to URLs provided by the underlying datastore.
> ---------------------------------------------------------------
>
> Key: SLING-7140
> URL: https://issues.apache.org/jira/browse/SLING-7140
> Project: Sling
> Issue Type: Bug
> Components: Servlets
> Affects Versions: Servlets Get 2.1.26, JCR Resource 3.0.4
> Reporter: Ian Boston
>
> Incorporate changes to allow OAK-6575 to work in Sling,
> Patch available at
> https://github.com/apache/sling/compare/trunk...ieb:OAK-6575-3-2
> Cant me applied until OAK-6575 is released in a version suitable for use in
> Sling.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)