[jira] [Updated] (SLING-3443) Parameter based redirection in FormAuthenticationHandler should not handle absolute urls

2014-03-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-3443: Summary: Parameter based redirection in FormAuthenticationHandler should not handle

[jira] [Commented] (SLING-3443) Parameter based redirection in FormAuthenticationHandler should not handle absolute urls

2014-03-10 Thread Ravi Teja (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925622#comment-13925622 ] Ravi Teja commented on SLING-3443: -- Yeah and I also think that the new code that has been

[jira] [Commented] (SLING-3443) Parameter based redirection in FormAuthenticationHandler should not handle absolute urls

2014-03-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925640#comment-13925640 ] Carsten Ziegeler commented on SLING-3443: - Yepp, I agree - I'Ve added your test

[jira] [Updated] (SLING-3427) Incorrect handling of NamespaceMapper bindings within SlingServerRepositoryManager

2014-03-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-3427: Fix Version/s: JCR Oak Server 1.0.0 Incorrect handling of NamespaceMapper bindings within

[jira] [Commented] (SLING-3443) Parameter based redirection in FormAuthenticationHandler should not handle absolute urls

2014-03-10 Thread Ravi Teja (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925648#comment-13925648 ] Ravi Teja commented on SLING-3443: -- Just a suggestion. I think you might want to fix your

[jira] [Created] (SLING-3444) Provide a switch to enable feature flags for the resource resolver

2014-03-10 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-3444: --- Summary: Provide a switch to enable feature flags for the resource resolver Key: SLING-3444 URL: https://issues.apache.org/jira/browse/SLING-3444 Project:

[jira] [Resolved] (SLING-3444) Provide a switch to enable feature flags for the resource resolver

2014-03-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-3444. - Resolution: Fixed Implemented as described above in Rev 1575951 Provide a switch to

[jira] [Commented] (SLING-3439) SlingRequestProcessor.processRequest(httpServletRequest, httpServletResponse, resourceResolver) no longer passes request params through

2014-03-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925810#comment-13925810 ] Carsten Ziegeler commented on SLING-3439: - I've committed a simple version of a

[jira] [Assigned] (SLING-3439) SlingRequestProcessor.processRequest(httpServletRequest, httpServletResponse, resourceResolver) no longer passes request params through

2014-03-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-3439: --- Assignee: Carsten Ziegeler SlingRequestProcessor.processRequest(httpServletRequest,

[jira] [Updated] (SLING-3435) ResourceAccessSecurity does not secure access for update operations

2014-03-10 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Petria updated SLING-3435: - Attachment: SLING-3435.2.patch I added also some integration tests. For that I moved the

[jira] [Created] (SLING-3445) Removing multi value property fails

2014-03-10 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-3445: --- Summary: Removing multi value property fails Key: SLING-3445 URL: https://issues.apache.org/jira/browse/SLING-3445 Project: Sling Issue Type: Bug

[jira] [Resolved] (SLING-3445) Removing multi value property fails

2014-03-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-3445. - Resolution: Fixed Fixed by using getProperty(name).remove instead (with an additional