Re: [GSOC2018] Project Idea : Provide an OpenID Connect Authentication Handler

2018-05-04 Thread Hasini Witharana
Hi all, To obtain authentication from an OpenID Connect Provider(OP), a relying party should first register itself in the OP. Then OP will give some details as client_id, client_secret, endpoints and etc. This process can be done manually or by using Dynamic Client Registration[1]. If we plan to

[jira] [Commented] (SLING-7628) Event support depends on Discovery Commons

2018-05-04 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16464105#comment-16464105 ] Oliver Lietz commented on SLING-7628: - {{InitDelayingTopologyEventListener}} doesn't fit into any

Re: POST to / resolves to a SyntheticResource due to recent changes, any idea why?

2018-05-04 Thread Bertrand Delacretaz
On Fri, May 4, 2018 at 4:35 PM, Robert Munteanu wrote: > seems like debugging those was quite fun ( or "fun" ) It was...it's a strange feeling to go back to those old tests and understand why new things are breaking them ;-) -Bertrand

Re: POST to / resolves to a SyntheticResource due to recent changes, any idea why?

2018-05-04 Thread Robert Munteanu
On Fri, 2018-05-04 at 16:07 +0200, Bertrand Delacretaz wrote: > On Fri, May 4, 2018 at 12:39 PM, Bertrand Delacretaz > wrote: > > Details at https://issues.apache.org/jira/browse/SLING-7651 ... > > That's fixed now, there was a (weird IMO) mapping for localhost in >

Re: POST to / resolves to a SyntheticResource due to recent changes, any idea why?

2018-05-04 Thread Bertrand Delacretaz
On Fri, May 4, 2018 at 12:39 PM, Bertrand Delacretaz wrote: > Details at https://issues.apache.org/jira/browse/SLING-7651 ... That's fixed now, there was a (weird IMO) mapping for localhost in /etc/map, details there. There are also mappings for /content/, personally I'm

[jira] [Resolved] (SLING-7651) POST to / creates nodes instead of setting properties

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-7651. Resolution: Fixed Turns out this was caused by an {{/etc/map}} mapping for

Re: [VOTE] Release Apache Sling Context-Aware Configuration Impl 1.4.12, Maven Sling Plugin 2.3.6

2018-05-04 Thread Radu Cotescu
+1 > On 4 May 2018, at 10:05, Stefan Seifert wrote: > > Please vote to approve this release: > > [ ] +1 Approve the release > [ ] 0 Don't care > [ ] -1 Don't release, because ... > > This majority vote is open for at least 72 hours. > > stefan

[jira] [Assigned] (SLING-7628) Event support depends on Discovery Commons

2018-05-04 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz reassigned SLING-7628: --- Assignee: Oliver Lietz > Event support depends on Discovery Commons >

Re: [VOTE] Release Apache Sling JCR Content Parser version 1.2.6 and Apache Sling Query version 4.0.2

2018-05-04 Thread Jason E Bailey
Okay, I got it figured out. I really dislike the UI for that page. The asc file should be updated tonight. - Jason On Fri, May 4, 2018, at 9:27 AM, Jason E Bailey wrote: > Unfortunately one does not simply change a pgp key. > > Dan - The key with the seed B4D5 F779 7903 7A8D 4A57 85DA 45A0

Re: [VOTE] Release Apache Sling JCR Content Parser version 1.2.6 and Apache Sling Query version 4.0.2

2018-05-04 Thread Jason E Bailey
Unfortunately one does not simply change a pgp key. Dan - The key with the seed B4D5 F779 7903 7A8D 4A57 85DA 45A0 1D2A 2C0A 1A96 in your key ring should be removed. - Jason On Fri, May 4, 2018, at 3:50 AM, Robert Munteanu wrote: > On Thu, 2018-05-03 at 22:05 -0400, Jason E Bailey wrote: >

[jira] [Commented] (SLING-6783) Updates for Commons HTML

2018-05-04 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463833#comment-16463833 ] Oliver Lietz commented on SLING-6783: - [~jebailey], [~klcodanr], I guess we have to change the API of

[jira] [Commented] (SLING-7544) Make optimized alias lookup non-blocking

2018-05-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463766#comment-16463766 ] Dominik Süß commented on SLING-7544: [~rombert] there was a potential race when new aliases get added

[GitHub] DominikSuess opened a new pull request #7: SLING-7544 - fixing potential race between intialization and addition…

2018-05-04 Thread GitBox
DominikSuess opened a new pull request #7: SLING-7544 - fixing potential race between intialization and addition… URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/7 … of updated aliases This is an

[jira] [Comment Edited] (SLING-7636) Some login ITs fail

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16462711#comment-16462711 ] Bertrand Delacretaz edited comment on SLING-7636 at 5/4/18 10:52 AM: -

[jira] [Commented] (SLING-7651) POST to / creates nodes instead of setting properties

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463685#comment-16463685 ] Bertrand Delacretaz commented on SLING-7651: Note also that a POST to {{/.json}} or any other

POST to / resolves to a SyntheticResource due to recent changes, any idea why?

2018-05-04 Thread Bertrand Delacretaz
Hi, Details at https://issues.apache.org/jira/browse/SLING-7651 - in trunk a POST to / with admin credentials resolves to a RedirectResource (which inherits from SyntheticResource), causing a change of behavior when trying to set properties on the root: nodes are created instead of setting

[jira] [Commented] (SLING-7651) POST to / creates nodes instead of setting properties

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463680#comment-16463680 ] Bertrand Delacretaz commented on SLING-7651: To be more precise the resource type for a POST

[jira] [Commented] (SLING-7651) POST to / creates nodes instead of setting properties

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463673#comment-16463673 ] Bertrand Delacretaz commented on SLING-7651: It looks like the root cause is that in trunk the

[jira] [Resolved] (SLING-7636) Some login ITs fail

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-7636. Resolution: Fixed Confirmed, the 3 launchpad-testing jobs pass without errors from

[jira] [Updated] (SLING-7651) POST to / creates nodes instead of setting properties

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-7651: --- Description: The changes that I had to make to {{PostToRootTest}} [1] indicate that

[jira] [Created] (SLING-7651) POST to / creates nodes instead of setting properties

2018-05-04 Thread Bertrand Delacretaz (JIRA)
Bertrand Delacretaz created SLING-7651: -- Summary: POST to / creates nodes instead of setting properties Key: SLING-7651 URL: https://issues.apache.org/jira/browse/SLING-7651 Project: Sling

[jira] [Resolved] (SLING-7650) Update SCR, ConfigAdmin and Http to R7 implementations

2018-05-04 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-7650. - Resolution: Fixed > Update SCR, ConfigAdmin and Http to R7 implementations >

[jira] [Commented] (SLING-7636) Some login ITs fail

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463574#comment-16463574 ] Bertrand Delacretaz commented on SLING-7636: And commit eed4540 should fix

Re: Build failed in Jenkins: sling-org-apache-sling-starter-1.8 #89

2018-05-04 Thread Carsten Ziegeler
I see snapshot references in the starter. Didn't we agree on not having snapshot references there anymore? Regards Carsten Apache Jenkins Server wrote > See > > > Changes: > > [github]

[jira] [Assigned] (SLING-7636) Some login ITs fail

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz reassigned SLING-7636: -- Assignee: Bertrand Delacretaz Commit 3c533f5 should fix

[jira] [Created] (SLING-7650) Update SCR, ConfigAdmin and Http to R7 implementations

2018-05-04 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-7650: --- Summary: Update SCR, ConfigAdmin and Http to R7 implementations Key: SLING-7650 URL: https://issues.apache.org/jira/browse/SLING-7650 Project: Sling

RE: [VOTE] Release Apache Sling Context-Aware Configuration Impl 1.4.12, Maven Sling Plugin 2.3.6

2018-05-04 Thread Stefan Seifert
+1

[VOTE] Release Apache Sling Context-Aware Configuration Impl 1.4.12, Maven Sling Plugin 2.3.6

2018-05-04 Thread Stefan Seifert
Hi, Apache Sling Context-Aware Configuration Impl 1.4.12 (1 issue) https://issues.apache.org/jira/browse/SLING/fixforversion/12342552 Apache Maven Sling Plugin 2.3.6 (2 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12341759 There are still some outstanding issues:

Re: [VOTE] Release Apache Sling Context-Aware Configuration Impl 1.4.12, Maven Sling Plugin 2.3.6

2018-05-04 Thread Carsten Ziegeler
+1 Stefan Seifert wrote > Hi, > > Apache Sling Context-Aware Configuration Impl 1.4.12 (1 issue) > https://issues.apache.org/jira/browse/SLING/fixforversion/12342552 > > Apache Maven Sling Plugin 2.3.6 (2 issues) > https://issues.apache.org/jira/browse/SLING/fixforversion/12341759 > > There

[jira] [Updated] (SLING-7562) Installing a bundle should check for successful deployment

2018-05-04 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert updated SLING-7562: -- Fix Version/s: (was: Maven Sling Plugin 2.3.6) Maven Sling Plugin 2.3.8

Re: [DISCUSSION] Make Sling shiny - Basic CMS

2018-05-04 Thread Bertrand Delacretaz
On Fri, May 4, 2018 at 12:00 AM, Daniel Klco wrote: > ...I'm thinking that I'd like to get this moved into the Sling Samples repo or > potentially a separate repo shortly +1, cool stuff! -Bertrand

Re: [VOTE] Release Apache Sling JCR Content Parser version 1.2.6 and Apache Sling Query version 4.0.2

2018-05-04 Thread Robert Munteanu
On Thu, 2018-05-03 at 22:05 -0400, Jason E Bailey wrote: > I have two keys in the asc file. I need to open a ticket with infra > to figure out how to remove the shorter one. I'm assuming that's the > problem. You should be able to manage those using https://id.apache.org/ Robert

[jira] [Commented] (SLING-7636) Some login ITs fail

2018-05-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463484#comment-16463484 ] Bertrand Delacretaz commented on SLING-7636: Confirmed, besides SLING-7635