Re: [DISCUSS] Use repository.a.o for deployments

2009-05-21 Thread Carsten Ziegeler
+1 The only problem I can see with this atm is the definition of the assembly plugin which caused us a lot of trouble in the Pluto release. Once the assembly plugin is configured in the parent pom, child poms are not able to override it (this will be fixed in an upcomming release, however today

Re: [DISCUSS] Use repository.a.o for deployments

2009-05-21 Thread Juan José Vázquez Delgado
Next steps after discussion :   * Vote on this issue +1 Regards, Juanjo.

[jira] Created: (SLING-981) A security loader, along the lines of the contentloader to make it possible to populate ACL,s and Authorizables on startup

2009-05-21 Thread Ian Boston (JIRA)
A security loader, along the lines of the contentloader to make it possible to populate ACL,s and Authorizables on startup -- Key: SLING-981

[jira] Updated: (SLING-981) A security loader, along the lines of the contentloader to make it possible to populate ACL,s and Authorizables on startup

2009-05-21 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston updated SLING-981: - Attachment: securityloader.tgz Here is a tarball of the code, wherever the Sakai Foundation is mentioned,

Sling Logo Issue

2009-05-21 Thread Felix Meschberger
Hi all, We have an issue with our beloved logo: The feather is the wrong way around... I have finally tried to fix this by taking the official feather SVN image from [1] and integrate it with our Sling test. I have committed the result as Sling_new.svg [2] and Sling_new.png [3]. Please comment

AW: Documentation Contributions

2009-05-21 Thread Mike Müller
Hi Carl You're very welcome to help me upgrading the doc. I'm on the way to refactor the structure of the docs and also identify old or missing stuff. If you have any contribution, or if you update or added pages on the wiki just let me know, maybe I can transfer parts to the website. best

AW: [jira] Commented: (SLING-979) Make Sling HTTP Servlet Request and Response Adaptable

2009-05-21 Thread Mike Müller
Hi Felix Just to be sure: Shouldn't the SLING-972 [1] now be updated/commented to reflect, that the dependencies of lanuchpad/bundles to org.apache.sling.api and org.apache.sling.engine changed now to the new SNAPSHOT versions? Sorry, maybe I'm wrong and still haven't got the right point of view

Re: Sling Logo Issue

2009-05-21 Thread Alexander Klimetschek
On Thu, May 21, 2009 at 6:08 AM, Felix Meschberger fmesc...@gmail.com wrote: I have finally tried to fix this by taking the official feather SVN image from [1] and integrate it with our Sling test. I have committed the result as Sling_new.svg [2] and Sling_new.png [3]. Please comment ;-)

[jira] Updated: (SLING-982) Include Parameters for sling:include/SlingRequestDispatcher

2009-05-21 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert updated SLING-982: - Attachment: 090521_SLING-982_includesupport.patch Include Parameters for

RE: include parameters in sling:include/SlingRequestDispatcher

2009-05-21 Thread Stefan Seifert
i've submitted a patch that implements such a support and takes your comments into account, using the same semantics as the jsp specification defines: https://issues.apache.org/jira/browse/SLING-982 from my initial proposal i dropped the support for passing object references to included

Possible bug manipulating permissions on nodes

2009-05-21 Thread Daniel Parry
Hello, I have written some perl[0] to test getting and setting permissions on nodes[1] via the get ACL servlet, and the modifyAce.html. However, if I set the permission jcr:read on one node for admin, then subsequently set the jcr:modifyAccessControl on the same node for admin and just end up

Proxying Resoruces

2009-05-21 Thread Ian Boston
Hi, Is it possible to internally Proxy an existing Sling Resource from another ResourceProvider ? eg I have a PrivateResourceProvider that matches /_user/private From that it builds a path based on the logged in user and the rest of the url eg /_private/A3/D0/33/admin eg

Re: Documentation Contributions

2009-05-21 Thread Carl Hall
I'm working through creating some authentication handlers for a project (sakai project), so my first contributions will most like be in this area. If there are areas that you would like worked on, just let me know as I'm totally flexible on this. On Thu, May 21, 2009 at 08:02, Mike Müller

Re: AW: [jira] Commented: (SLING-979) Make Sling HTTP Servlet Request and Response Adaptable

2009-05-21 Thread Felix Meschberger
Hi Mike, Hmm, that makes sense. Thanks for reminding. I have just done it. Regards Felix Mike Müller schrieb: Hi Felix Just to be sure: Shouldn't the SLING-972 [1] now be updated/commented to reflect, that the dependencies of lanuchpad/bundles to org.apache.sling.api and

[jira] Commented: (SLING-972) Add latest SNAPSHOTs (with changes)

2009-05-21 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711821#action_12711821 ] Felix Meschberger commented on SLING-972: - Per SLING-979: Updated reference to the

Re: include parameters in sling:include/SlingRequestDispatcher

2009-05-21 Thread Felix Meschberger
Hi Stefan, Thanks alot for providing the patch. Will look into it as soon as possible (I already have three or four other patches on my table to also apply ) Regards Felix Stefan Seifert schrieb: i've submitted a patch that implements such a support and takes your comments into account,

Re: Proxying Resoruces

2009-05-21 Thread Ian Boston
Hi, Further on this. Where the url does not contain an extension (eg /_user/private/test1 ) the internal redirect/proxy works, So it works perfectly for a curl -Ftest=newnode -u admin http://localhost:8080/_user/private/test1/asdasd/asdasd/asdasd resulting in creating a node at