[API] Clarify ResourceResolver#getSearchPath ?

2014-02-24 Thread Carsten Ziegeler
Hi, while thinking about the tenant stuff (see separate thread), I (again) came across the fact, that we don't say anything whether ResourceResolver#getSearchPath is static or dynamic (if the value might change at runtime for the same resource resolver). Looking at code using the resource resolver

Re: Tenant Implementation in Sling

2014-02-24 Thread Carsten Ziegeler
Right, 2) and also 3) are good reasons to keep it separate. I think it makes sense to link the search path extension somehow to the tenant. In the old proposal ( https://cwiki.apache.org/confluence/display/SLING/Multitenancy+Support) we suggested to have a special method on the resource resolver fa

[jira] [Resolved] (SLING-3416) Some tests in o.a.s.m.projectsupport.BundleListContentProviderTest fails on windows

2014-02-24 Thread Amit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Gupta resolved SLING-3416. --- Resolution: Fixed > Some tests in o.a.s.m.projectsupport.BundleListContentProviderTest fails on > wi

[jira] [Updated] (SLING-3413) add support for getName() and listChildren() to JS Resource API

2014-02-24 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-3413: -- Description: The JS API used to wrap Resources doesn't support getting a list of children or th

[jira] [Commented] (SLING-3413) add support for getName() and listChildren() to JS Resource API

2014-02-24 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911151#comment-13911151 ] Justin Edelson commented on SLING-3413: --- bq. Sounds reasonable, except for *list*Chi

[jira] [Updated] (SLING-3413) add support for getName() and listChildren() to JS Resource API

2014-02-24 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-3413: -- Summary: add support for getName() and listChildren() to JS Resource API (was: add support for

Re: Tenant Implementation in Sling

2014-02-24 Thread Andreas Schaefer Sr.
If we have the search path extension separate and it is settable we do the following with it: 1) We can set it with a Servlet Filter instead of having it to hook into the Engine 2) In the Servlet Resolver the Search Path that did deliver the Servlet can be used in order to manage the cache. Fo

[jira] [Commented] (SLING-3352) Expose OSGI configuration via HTTP

2014-02-24 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910846#comment-13910846 ] Alexander Klimetschek commented on SLING-3352: -- Agree with [~bdelacretaz], th

[jira] [Commented] (SLING-3407) ResourceBundleManager API

2014-02-24 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910833#comment-13910833 ] Alexander Klimetschek commented on SLING-3407: -- Yes, checking for null should

Re: Tenant Implementation in Sling

2014-02-24 Thread Carsten Ziegeler
If you want the method to get the search paths extensions to be on the resource resolver and make it independent of a tenant, then why do we need this method at all? In the case of a tenant getSearchPath would return the normal search path with the tenant specific one prepended. Carsten 2014-02-

buildbot success in ASF Buildbot on sling-trunk

2014-02-24 Thread buildbot
The Buildbot has detected a restored build on builder sling-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/sling-trunk/builds/323 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: osiris_ubuntu Build Reason: scheduler Build Source S

[jira] [Resolved] (SLING-3415) The ResourceAccessGateHandler does not parse correctly multiple operations

2014-02-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-3415. - Resolution: Fixed Thanks for reporting, I've fixed the issue slightly different. Fixed al

[jira] [Updated] (SLING-3415) The ResourceAccessGateHandler does not parse correctly multiple operations

2014-02-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-3415: Fix Version/s: Resource Access Gate 1.0.0 > The ResourceAccessGateHandler does not parse co

[jira] [Assigned] (SLING-3415) The ResourceAccessGateHandler does not parse correctly multiple operations

2014-02-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-3415: --- Assignee: Carsten Ziegeler > The ResourceAccessGateHandler does not parse correctly m

buildbot failure in ASF Buildbot on sling-trunk

2014-02-24 Thread buildbot
The Buildbot has detected a new failure on builder sling-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/sling-trunk/builds/322 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: osiris_ubuntu Build Reason: scheduler Build Source Stam

[jira] [Commented] (SLING-3416) Some tests in o.a.s.m.projectsupport.BundleListContentProviderTest fails on windows

2014-02-24 Thread Amit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910589#comment-13910589 ] Amit Gupta commented on SLING-3416: --- fix Completed: At revision: 1571375 > Some test

[jira] [Created] (SLING-3416) Some tests in o.a.s.m.projectsupport.BundleListContentProviderTest fails on windows

2014-02-24 Thread Amit Gupta (JIRA)
Amit Gupta created SLING-3416: - Summary: Some tests in o.a.s.m.projectsupport.BundleListContentProviderTest fails on windows Key: SLING-3416 URL: https://issues.apache.org/jira/browse/SLING-3416 Project:

Re: Tenant Implementation in Sling

2014-02-24 Thread Andreas Schaefer Sr.
Hi Carsten Even if a Search Path Extension is not used outside of the Tenants I still think it would be great to keep things separate. Based on my tests if the Search Path Extension is set when the Resource Resolver of a request is created and the Servlet resolver’s own Resource Resolver is tem

[jira] [Updated] (SLING-3415) The ResourceAccessGateHandler does not parse correctly multiple operations

2014-02-24 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Petria updated SLING-3415: - Attachment: resourcesecurity-multipleoperations-bugfix.patch Fixing by retrieving an object and l

[jira] [Created] (SLING-3415) The ResourceAccessGateHandler does not parse correctly multiple operations

2014-02-24 Thread Marius Petria (JIRA)
Marius Petria created SLING-3415: Summary: The ResourceAccessGateHandler does not parse correctly multiple operations Key: SLING-3415 URL: https://issues.apache.org/jira/browse/SLING-3415 Project: Sli

Re: Tenant Implementation in Sling

2014-02-24 Thread Andreas Schaefer Sr.
Hi Thanks. I’ll created the page here: https://cwiki.apache.org/confluence/display/SLING/Multitenancy+Support+Integration and also created a ticket for it here: https://issues.apache.org/jira/browse/SLING-3414 - Andy On Feb 24, 2014, at 5:08 AM, Bertrand Delacretaz wrote: > On Fri, Feb 21,

[jira] [Created] (SLING-3414) Mutlitenancy Support Integration

2014-02-24 Thread Andreas Schaefer (JIRA)
Andreas Schaefer created SLING-3414: --- Summary: Mutlitenancy Support Integration Key: SLING-3414 URL: https://issues.apache.org/jira/browse/SLING-3414 Project: Sling Issue Type: Improvement

[jira] [Commented] (SLING-3413) add support for getName() and getChildren() to JS Resource API

2014-02-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910505#comment-13910505 ] Felix Meschberger commented on SLING-3413: -- Sounds reasonable, except for *list*C

[jira] [Comment Edited] (SLING-3413) add support for getName() and getChildren() to JS Resource API

2014-02-24 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910461#comment-13910461 ] Justin Edelson edited comment on SLING-3413 at 2/24/14 5:00 PM:

[jira] [Commented] (SLING-3413) add support for getName() and getChildren() to JS Resource API

2014-02-24 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910461#comment-13910461 ] Justin Edelson commented on SLING-3413: --- proposed patch here: https://codereview.app

[jira] [Created] (SLING-3413) add support for getName() and getChildren() to JS Resource API

2014-02-24 Thread Justin Edelson (JIRA)
Justin Edelson created SLING-3413: - Summary: add support for getName() and getChildren() to JS Resource API Key: SLING-3413 URL: https://issues.apache.org/jira/browse/SLING-3413 Project: Sling

[jira] [Updated] (SLING-3275) Add Buffered Logging Configuration in "Apache Sling Logging Logger"

2014-02-24 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated SLING-3275: --- Fix Version/s: Commons Log 4.0.0 > Add Buffered Logging Configuration in "Apache Sling Loggin

[jira] [Resolved] (SLING-3411) Enable configuring the maxCallerDataDepth in Logback LoggerContext

2014-02-24 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra resolved SLING-3411. Resolution: Fixed Added support in [r1571318|http://svn.apache.org/r1571318]. One can set

[jira] [Resolved] (SLING-3275) Add Buffered Logging Configuration in "Apache Sling Logging Logger"

2014-02-24 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra resolved SLING-3275. Resolution: Fixed Added support in [r1571319|http://svn.apache.org/r1571319] LogWriter con

[jira] [Commented] (SLING-3403) Improve Parameter Support

2014-02-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910396#comment-13910396 ] Felix Meschberger commented on SLING-3403: -- oh, and finally removed the Jetty cha

[jira] [Resolved] (SLING-3403) Improve Parameter Support

2014-02-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-3403. -- Resolution: Fixed I think we can resolve this issue fixed. Separate issues to be creat

[jira] [Commented] (SLING-3403) Improve Parameter Support

2014-02-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910393#comment-13910393 ] Felix Meschberger commented on SLING-3403: -- [~alexander.klimetschek] I have creat

[jira] [Resolved] (SLING-3412) Create parmater support configurer component

2014-02-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-3412. -- Resolution: Fixed Created the new RequestParameterSupportConfigurer class as a separate

[jira] [Created] (SLING-3412) Create parmater support configurer component

2014-02-24 Thread Felix Meschberger (JIRA)
Felix Meschberger created SLING-3412: Summary: Create parmater support configurer component Key: SLING-3412 URL: https://issues.apache.org/jira/browse/SLING-3412 Project: Sling Issue Type

[jira] [Created] (SLING-3411) Enable configuring the maxCallerDataDepth in Logback LoggerContext

2014-02-24 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created SLING-3411: -- Summary: Enable configuring the maxCallerDataDepth in Logback LoggerContext Key: SLING-3411 URL: https://issues.apache.org/jira/browse/SLING-3411 Project: Sling

[jira] [Comment Edited] (SLING-3352) Expose OSGI configuration via HTTP

2014-02-24 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910301#comment-13910301 ] Marius Petria edited comment on SLING-3352 at 2/24/14 1:43 PM: -

[jira] [Commented] (SLING-3352) Expose OSGI configuration via HTTP

2014-02-24 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910304#comment-13910304 ] Bertrand Delacretaz commented on SLING-3352: I haven't followed all discussion

RE: Replication REST-ful/HTTP API

2014-02-24 Thread Marius Petria
Hi, I have provided an initial implementation in a patch for [1]. It allows to customize the resource provider so that downstream users can choose which property should be used as the friendly name (as Julian suggested). We can add also a customization option to specify a resource type. Basica

[jira] [Updated] (SLING-3352) Expose OSGI configuration via HTTP

2014-02-24 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Petria updated SLING-3352: - Attachment: SLING-3352.2.patch Adding implementation of a resource provider that exposes osgi con

[jira] [Commented] (SLING-3410) Log the Logback initialization related logs to normal log for transient errors

2014-02-24 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910302#comment-13910302 ] Chetan Mehrotra commented on SLING-3410: Added support in r1571283 and r1571284 N

[jira] [Updated] (SLING-3410) Log the Logback initialization related logs to normal log for transient errors

2014-02-24 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated SLING-3410: --- Fix Version/s: Commons Log 4.0.0 > Log the Logback initialization related logs to normal log

buildbot success in ASF Buildbot on sling-trunk

2014-02-24 Thread buildbot
The Buildbot has detected a restored build on builder sling-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/sling-trunk/builds/317 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: osiris_ubuntu Build Reason: scheduler Build Source S

Re: Tenant Implementation in Sling

2014-02-24 Thread Bertrand Delacretaz
On Fri, Feb 21, 2014 at 5:19 PM, Andreas Schaefer Sr. wrote: > ...My confluence name is ‘schaefera’ Ok, I have added you to the sling-contributors group, you should now have write access to https://cwiki.apache.org/confluence/display > > BTW I saw that there is a page called "Multitenancy Su

[jira] [Created] (SLING-3410) Log the Logback initialization related logs to normal log for transient errors

2014-02-24 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created SLING-3410: -- Summary: Log the Logback initialization related logs to normal log for transient errors Key: SLING-3410 URL: https://issues.apache.org/jira/browse/SLING-3410 Proj

buildbot failure in ASF Buildbot on sling-trunk

2014-02-24 Thread buildbot
The Buildbot has detected a new failure on builder sling-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/sling-trunk/builds/316 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: osiris_ubuntu Build Reason: scheduler Build Source Stam

[jira] [Assigned] (SLING-3370) Bootdelegation support for third party library

2014-02-24 Thread Amit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Gupta reassigned SLING-3370: - Assignee: Amit Gupta > Bootdelegation support for third party library > -

[jira] [Resolved] (SLING-3409) URL form encoded request parsing fails if charset is set on Content-Type header

2014-02-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-3409. -- Resolution: Fixed Assignee: Felix Meschberger fixed in Rev. 1571220. Also folded

[VOTE RESULT] Release Apache Sling Servlets Resolver 2.3.0

2014-02-24 Thread Carsten Ziegeler
The vote passes with four binding +1 votes from Justin Edelson, Ian Boston, Mike Müller, and Carsten Ziegeler Thanks everyone for voting Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Apache Sling Resource Merger 1.0.0

2014-02-24 Thread Carsten Ziegeler
I've no idea - I removed the version from the issue and applied it again - and now it's in the list... 2014-02-22 18:54 GMT+01:00 Justin Edelson : > +1 > > Sorry for the delay... > > One question - https://issues.apache.org/jira/browse/SLING-2986 is not > listed under issues on > https://issues.

[VOTE RESULT] Release Apache Sling Resource Merger 1.0.0

2014-02-24 Thread Carsten Ziegeler
The vote passes with four binding +1 votes from Ian Boston, Justin Edelson, Mike Müller, and Carsten Ziegeler and one non binding +1 vote from GIlles Knobloch Thanks everyone for voting Carsten -- Carsten Ziegeler cziege...@apache.org

[jira] [Updated] (SLING-2986) Merged Resource Provider

2014-02-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-2986: Fix Version/s: (was: Resource Merger 1.0.0) > Merged Resource Provider > --

[jira] [Updated] (SLING-2986) Merged Resource Provider

2014-02-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-2986: Fix Version/s: Resource Merger 1.0.0 > Merged Resource Provider >

[jira] [Created] (SLING-3409) URL form encoded request parsing fails if charset is set on Content-Type header

2014-02-24 Thread Felix Meschberger (JIRA)
Felix Meschberger created SLING-3409: Summary: URL form encoded request parsing fails if charset is set on Content-Type header Key: SLING-3409 URL: https://issues.apache.org/jira/browse/SLING-3409

[jira] [Commented] (SLING-3407) ResourceBundleManager API

2014-02-24 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910135#comment-13910135 ] Bertrand Delacretaz commented on SLING-3407: +1 in general. If getDefaultLoc