[jira] Resolved: (SLING-1266) Init parameters from servlet config are not used

2010-01-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1266. - Resolution: Fixed Fixed in revision: 896348 Init parameters from servlet config are

[jira] Resolved: (SLING-1267) Get metadata of script only once, get input stream lazily

2010-01-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1267. - Resolution: Fixed Fixed in revision: 896348 and revision: 896349 Get metadata of

[jira] Commented: (SLING-966) Make internal sling authentication publicly available

2010-01-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797030#action_12797030 ] Felix Meschberger commented on SLING-966: - Deployed SNAPSHOT version

[jira] Commented: (SLING-966) Make internal sling authentication publicly available

2010-01-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797033#action_12797033 ] Felix Meschberger commented on SLING-966: - Removed old authentication code from the

Hudson build is back to normal: sling-contrib-1.5 #293

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/293/

Hudson build is still unstable: sling-trun k-1.6 » Apache Sling Launchpad Testing #224

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/224/

[jira] Updated: (SLING-1265) Adapt OpenID Authentication Handler to new AuthenticationHandler API

2010-01-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-1265: - Fix Version/s: Extensions OpenID Authentication 1.0.0 Adapt OpenID Authentication

[jira] Resolved: (SLING-1265) Adapt OpenID Authentication Handler to new AuthenticationHandler API

2010-01-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1265. -- Resolution: Fixed Rev. 896366: Adapt to new AuthenticationHandler API and replace

[jira] Created: (SLING-1270) Replace Session.logout from SlingMainServlet

2010-01-06 Thread Felix Meschberger (JIRA)
Replace Session.logout from SlingMainServlet Key: SLING-1270 URL: https://issues.apache.org/jira/browse/SLING-1270 Project: Sling Issue Type: Task Components: Engine Affects

[jira] Commented: (SLING-966) Make internal sling authentication publicly available

2010-01-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797059#action_12797059 ] Felix Meschberger commented on SLING-966: - Updated the bundle list in the Launchpad

Re: Creating an authentication support bundle

2010-01-06 Thread Felix Meschberger
Hi all, I have now committed the changes required for SLING-966 [1]. So, if you upgrade the Sling Engine to the latest trunk, you should also install the new Commons Auth bundle. Your existing AuthenticationHandler implementations will still be working. I have upgraded our own HTTP Basic and

Re: [jira] Commented: (SLING-1270) Replace Session.logout from SlingMainServlet

2010-01-06 Thread Ian Boston
Felix, I agree that we should use the ServletRequestListener support, but I continue to wonder if there isnt a need for a request lifecycle to be exposed by the sling main servlet which would avoid having to a) create a stack of ServletFilters b) bind the SlingMainServlet to other apis' c)

Re: Creating an authentication support bundle

2010-01-06 Thread Ian Boston
Felix, Were there recent releases of the bundles in question before this change was made. I am 1 week away from cutting a release and we have some major bits of work in the AuthN area, including container and CAS authn modules. I suspect that the porting effort is going to be minimal but the

Hudson build became unstable: sling-trunk -1.5 » Apache Sling Launchpad Testing #460

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/460/

Hudson build became unstable: sling-trunk-1.5 #460

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/460/changes

Hudson build became unstable: sling-contrib-1. 5 » Apache Sling Launchpad Contrib Testing #294

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.launchpad.contrib-testing/294/

Hudson build became unstable: sling-contrib-1.5 #294

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/294/

Hudson build is still unstable: sling-trun k-1.6 » Apache Sling Launchpad Testing #225

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/225/

Hudson build is still unstable: sling-trun k-1.5 » Apache Sling Launchpad Testing #461

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/461/

Hudson build is still unstable: sling-trunk-1.5 #461

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/461/changes

Re: Creating an authentication support bundle

2010-01-06 Thread Felix Meschberger
Hi Ian, There was an Engine 2.0.6 release, which still contains the old authentication API. The combo Engine trunk plus Commons Auth trunk is basically an extended situation of the Engine 2.0.6 release and all the 2.0.6 authentication functionality still works. Hope this helps. Regards Felix

Sling Request Lifecycle events (was: [jira] Commented: (SLING-1270) Replace Session.logout from SlingMainServlet)

2010-01-06 Thread Felix Meschberger
Hi Ian, On 06.01.2010 11:57, Ian Boston wrote: I agree that we should use the ServletRequestListener support, but I continue to wonder if there isnt a need for a request lifecycle to be exposed by the sling main servlet which would avoid having to a) create a stack of ServletFilters b)

mountByFS and Initial Content Loader

2010-01-06 Thread Vidar Ramdal
The maven-sling-plugin has the very useful feature mountByFS, which automatically sets up FsResourceProviders for the initial-content in the bundle. This is great for development, as you can work directly on the files in the bundle, without having to re-deploy the bundle for each change. However,

Re: Sling Request Lifecycle events (was: [jira] Commented: (SLING-1270) Replace Session.logout from SlingMainServlet)

2010-01-06 Thread Ian Boston
On 6 Jan 2010, at 13:01, Felix Meschberger wrote: Hi Ian, On 06.01.2010 11:57, Ian Boston wrote: I agree that we should use the ServletRequestListener support, but I continue to wonder if there isnt a need for a request lifecycle to be exposed by the sling main servlet which would avoid

Re: mountByFS and Initial Content Loader

2010-01-06 Thread Carsten Ziegeler
Hi, Vidar Ramdal wrote: The maven-sling-plugin has the very useful feature mountByFS, which automatically sets up FsResourceProviders for the initial-content in the bundle. This is great for development, as you can work directly on the files in the bundle, without having to re-deploy the

Re: Creating an authentication support bundle

2010-01-06 Thread Felix Meschberger
Hi, On 06.01.2010 14:30, Ian Boston wrote: On 6 Jan 2010, at 12:51, Felix Meschberger wrote: Hi Ian, There was an Engine 2.0.6 release, which still contains the old authentication API. Ok cool, thanks we will give that a go. The combo Engine trunk plus Commons Auth trunk is

[jira] Created: (SLING-1271) Support mounting FsResourceProviders while avoiding loading content to JCR

2010-01-06 Thread Vidar S. Ramdal (JIRA)
Support mounting FsResourceProviders while avoiding loading content to JCR -- Key: SLING-1271 URL: https://issues.apache.org/jira/browse/SLING-1271 Project: Sling Issue

[jira] Updated: (SLING-1271) Support mounting FsResourceProviders while avoiding loading content to JCR

2010-01-06 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal updated SLING-1271: --- Description: As described at [1], the mountByFS [2] flag allows you to have

[jira] Created: (SLING-1272) Intermittent integration test failures

2010-01-06 Thread Felix Meschberger (JIRA)
Intermittent integration test failures -- Key: SLING-1272 URL: https://issues.apache.org/jira/browse/SLING-1272 Project: Sling Issue Type: Bug Reporter: Felix Meschberger Assignee:

Re: mountByFS and Initial Content Loader

2010-01-06 Thread Justin Edelson
On Wed, Jan 6, 2010 at 8:53 AM, Vidar Ramdal vi...@idium.no wrote: Vidar Ramdal wrote: However, the mountByFS feature relies on the Sling-Initial-Content header to decide which paths should be mapped. This crashes with the Sling Content Loader bundle, which also looks for that header. So,

[jira] Created: (SLING-1274) Make Scala Scripting JSR 223 compliant

2010-01-06 Thread JIRA
Make Scala Scripting JSR 223 compliant -- Key: SLING-1274 URL: https://issues.apache.org/jira/browse/SLING-1274 Project: Sling Issue Type: Improvement Components: Scripting Reporter:

Hudson build is still unstable: sling-trun k-1.5 » Apache Sling Launchpad Testing #462

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/462/

Hudson build is still unstable: sling-trunk-1.5 #462

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/462/changes

[jira] Resolved: (SLING-1268) Remove direct dependency to web console

2010-01-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1268. - Resolution: Fixed Fix Version/s: Scripting Core 2.0.10 Assignee: Carsten

Reduce dependencies of the scripting core

2010-01-06 Thread Carsten Ziegeler
Hi, currently our scripting core depends on the jcr api. This is an old relict to support the optional binding for currentNode. If the current resource is adaptable to a jcr node, then this binding is set to this node. This binding is not officially supported :) We should definitly either remove

[jira] Commented: (SLING-1272) Intermittent integration test failures

2010-01-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797306#action_12797306 ] Felix Meschberger commented on SLING-1272: -- It looks like the version dependency

Re: Reduce dependencies of the scripting core

2010-01-06 Thread Justin Edelson
A few comments on this: 1) It seems like this would impact every scripting language *except* JSPs. For example, I reference it on the page which describes the new JSONGroovyBuilder ( http://cwiki.apache.org/confluence/display/SLING/Using+the+JSONGroovyBuilder ). 2) Removing without deprecation

Re: Reduce dependencies of the scripting core

2010-01-06 Thread Felix Meschberger
Hi, On 06.01.2010 21:14, Carsten Ziegeler wrote: Hi, currently our scripting core depends on the jcr api. This is an old relict to support the optional binding for currentNode. If the current resource is adaptable to a jcr node, then this binding is set to this node. This binding is not

Re: Reduce dependencies of the scripting core

2010-01-06 Thread Felix Meschberger
Hi, On 06.01.2010 22:16, Justin Edelson wrote: A few comments on this: 1) It seems like this would impact every scripting language *except* JSPs. For example, I reference it on the page which describes the new JSONGroovyBuilder (

Hudson build is back to stable: sling-trun k-1.5 » Apache Sling Launchpad Testing #463

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/463/

Hudson build is back to stable: sling-trunk-1.5 #463

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/463/changes

Remove Session Pooling

2010-01-06 Thread Felix Meschberger
Hi all, Today I stumbled upon a potential problem with the JCR Session Pooling we have in the JCR Base bundle. Some time ago, we disabled session pooling by default. Only today I actually set this default for the Embedded Jackrabbit bundle (see SLING-1272). The problems with session pooling are

Re: Remove Session Pooling

2010-01-06 Thread Justin Edelson
+1 Session pooling is part of Jackrabbit 2 (which is where it belongs) anyway. IIRC, you removed it in your JR 2 branch. On Jan 6, 2010, at 5:11 PM, Felix Meschberger fmesc...@gmail.com wrote: Hi all, Today I stumbled upon a potential problem with the JCR Session Pooling we have in the

Re: Remove Session Pooling

2010-01-06 Thread Felix Meschberger
Hi, On 06.01.2010 23:20, Justin Edelson wrote: +1 Session pooling is part of Jackrabbit 2 (which is where it belongs) anyway. IIRC, you removed it in your JR 2 branch. I actually removed it in that branch exactly for the reasons outlined below ;-) Regards Felix On Jan 6, 2010, at 5:11

Hudson build is still unstable: sling-trun k-1.6 » Apache Sling Launchpad Testing #226

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/226/

Hudson build is still unstable: sling-trunk-1.6 #226

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/226/changes

Hudson build is back to stable: sling-trun k-1.6 » Apache Sling Launchpad Testing #227

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/227/

Hudson build is back to stable: sling-trunk-1.6 #227

2010-01-06 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/227/

Re: Remove Session Pooling

2010-01-06 Thread Justin Edelson
On Jan 6, 2010, at 5:26 PM, Felix Meschberger fmesc...@gmail.com wrote: Hi, On 06.01.2010 23:20, Justin Edelson wrote: +1 Session pooling is part of Jackrabbit 2 (which is where it belongs) anyway. IIRC, you removed it in your JR 2 branch. I actually removed it in that branch exactly

Re: Reduce dependencies of the scripting core

2010-01-06 Thread Felix Meschberger
Hi, On 07.01.2010 03:59, Justin Edelson wrote: On 1/6/10 4:33 PM, Felix Meschberger wrote: Hi, On 06.01.2010 22:16, Justin Edelson wrote: 3) I've been kicking around the idea that it would be nice for the scripting binding to be expandable. Given a service interface like this: public

Re: Reduce dependencies of the scripting core

2010-01-06 Thread Bertrand Delacretaz
Hi, On Wed, Jan 6, 2010 at 9:14 PM, Carsten Ziegeler cziege...@apache.org wrote: ...currently our scripting core depends on the jcr api. This is an old relict to support the optional binding for currentNode. If the current resource is adaptable to a jcr node, then this binding is set to this