[jira] Assigned: (SLING-1158) page.....html resolves to same resource as page.html

2010-09-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman reassigned SLING-1158: -- Assignee: (was: Eric Norman) > page.html resolves to same resource as page.html > -

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Justin Edelson
And all of the SLING-1672-related changes should only impact listChildren(), not individual resource resolution. So the use of the file system provider to shadow resources from JCR should remain unchanged. Justin On Sep 6, 2010, at 6:29 PM, Eric Norman wrote: > Hi Vidar, > > My proposed patc

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Eric Norman
Hi Vidar, My proposed patch affects only the BundleResourceProvider so I don't think it would affect the scenario you have described. Regards, Eric On Mon, Sep 6, 2010 at 1:30 PM, Vidar Ramdal wrote: > > On 06.09.2010 19:48, Eric Norman wrote: > >> Hi All, > >> > >> This seems kind of similar

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Eric Norman
Ok. I spent some time debugging this and the problem was happening because the BundleResourceProvider.listChildren(parent) method was trying to get the list of children directly from the parent resource when the parent was a BundleResource. However, in this case, the parent resource was loaded fro

[jira] Commented: (SLING-1733) BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path

2010-09-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906608#action_12906608 ] Eric Norman commented on SLING-1733: I spent some time debugging this and the problem w

[jira] Updated: (SLING-1733) BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path

2010-09-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman updated SLING-1733: --- Attachment: SLING-1733.patch SLING-1733.patch is a proposed patch for review. > BundleResourceProvid

[jira] Created: (SLING-1733) BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path

2010-09-06 Thread Eric Norman (JIRA)
BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path -- Key: SLING-1733 URL: https://issues.apach

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Vidar Ramdal
> On 06.09.2010 19:48, Eric Norman wrote: >> Hi All, >> >> This seems kind of similar to* >> SLING-1672 >> * which has been marked as resolved.  However, with the latest trunk code, I >> am still running into some difficulties when multiple bundles

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Felix Meschberger
Hi, I would say, your use case is perfectly valid and really should work. If not, we would have to analyze where in the listChildren implementation the problem lies. At least we would have to have an issue to track this. Regards Felix On 06.09.2010 19:48, Eric Norman wrote: > Hi All, > > This

[jira] Commented: (SLING-1697) Log the start of each test class run

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906560#action_12906560 ] Felix Meschberger commented on SLING-1697: -- Improved logging in Rev. 993119 to rec

[DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Eric Norman
Hi All, This seems kind of similar to* SLING-1672 * which has been marked as resolved. However, with the latest trunk code, I am still running into some difficulties when multiple bundles are providing Sling-Bundle-Resources with the same path. I

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Felix Meschberger
Good idea. Will do that. Thanks. Regards Felix On 06.09.2010 17:10, Justin Edelson wrote: > How about adding a log message on component activation (if fast seeding > is off) which says something like "The generation of securely random > numbers on some operating systems can take up to several min

Re: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-06 Thread Victor Taranenko
+1. Thanks -- *Regards,* *Victor Taranenko* 2010/9/6 Justin Edelson > Hi, > > We solved a total of 33 issues in these releases: > > JCR API - 1 issue: > https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 > > JCR Base - 6 issues: > https://issues.apache.org/jira/browse/SLING/fix

Re: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-06 Thread Ian Boston
Artefacts all check out Ok and release lgtm +1 Ian On 6 Sep 2010, at 16:10, Justin Edelson wrote: > Hi, > > We solved a total of 33 issues in these releases: > > JCR API - 1 issue: > https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 > > JCR Base - 6 issues: > https://issues.ap

[VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-06 Thread Justin Edelson
Hi, We solved a total of 33 issues in these releases: JCR API - 1 issue: https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 JCR Base - 6 issues: https://issues.apache.org/jira/browse/SLING/fixforversion/12314768 JCR Content Loader - 16 issues: https://issues.apache.org/jira/brow

[jira] Created: (SLING-1732) Scripted java servlets contain incorrect debug information

2010-09-06 Thread Stefan Guggisberg (JIRA)
Scripted java servlets contain incorrect debug information -- Key: SLING-1732 URL: https://issues.apache.org/jira/browse/SLING-1732 Project: Sling Issue Type: Bug Components:

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Justin Edelson
How about adding a log message on component activation (if fast seeding is off) which says something like "The generation of securely random numbers on some operating systems can take up to several minutes depending upon environment factors. If this is a problem for you, set the system property jav

Re: [OT] Re: Can't prepare release...

2010-09-06 Thread Justin Edelson
On 9/6/10 10:40 AM, Felix Meschberger wrote: > Hi, > > On 06.09.2010 16:25, Justin Edelson wrote: >> I'm not sure why they wouldn't be cached in the first place. SilkSVN >> is just a Windows distribution of the Subversion binaries, right? I've >> seen weird things with SVNKit-based clients where a

[OT] Re: Can't prepare release...

2010-09-06 Thread Felix Meschberger
Hi, On 06.09.2010 16:25, Justin Edelson wrote: > I'm not sure why they wouldn't be cached in the first place. SilkSVN > is just a Windows distribution of the Subversion binaries, right? I've > seen weird things with SVNKit-based clients where an alternate > credentials cache is used, but that does

Re: Can't prepare release...

2010-09-06 Thread Justin Edelson
I'm not sure why they wouldn't be cached in the first place. SilkSVN is just a Windows distribution of the Subversion binaries, right? I've seen weird things with SVNKit-based clients where an alternate credentials cache is used, but that doesn't appear to be the case here. If you continue to run

[jira] Closed: (SLING-1685) Method to force remove a job

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1685. --- > Method to force remove a job > > > Key: SLING-1685

[jira] Closed: (SLING-1518) Fix JMock 2.5.1 compatibility issue

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1518. --- > Fix JMock 2.5.1 compatibility issue > --- > > K

[jira] Closed: (SLING-1537) Illegal job topics are not handled correctly

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1537. --- > Illegal job topics are not handled correctly > > >

[jira] Closed: (SLING-1474) Allow to change the priority for jobs

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1474. --- > Allow to change the priority for jobs > - > >

[jira] Closed: (SLING-1467) Cancelling a job does not work

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1467. --- > Cancelling a job does not work > -- > > Key: SLING-

[jira] Closed: (SLING-1433) Move ThreadPool interface into impl package

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1433. --- > Move ThreadPool interface into impl package > --- > >

[jira] Closed: (SLING-1536) Job Queue might be stopped during job processing

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1536. --- > Job Queue might be stopped during job processing >

[jira] Closed: (SLING-1710) JobEventHandler: jobs in a waiting state won't be waked up anymore if job.getProperty(EventUtil.PROPERTY_JOB_QUEUE_NAME) != null

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1710. --- > JobEventHandler: jobs in a waiting state won't be waked up anymore if > job.getProperty(EventU

[jira] Closed: (SLING-1535) Application id is not cleared for job events

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1535. --- > Application id is not cleared for job events > > >

[jira] Closed: (SLING-1494) Update to JCR 2 API

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1494. --- > Update to JCR 2 API > --- > > Key: SLING-1494 >

[jira] Closed: (SLING-1581) Concurrent session access in event handlers

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1581. --- > Concurrent session access in event handlers > --- > >

[jira] Closed: (SLING-1687) JobStatusProvider should lazy load events when returning

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1687. --- > JobStatusProvider should lazy load events when returning >

[jira] Closed: (SLING-1426) Spurious wakeups are not handled correctly

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1426. --- > Spurious wakeups are not handled correctly > -- > >

[jira] Closed: (SLING-1699) New default configuration is created on each startup

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1699. --- > New default configuration is created on each startup >

[VOTE RESULT] Release Commons Threads 3.0.2 and Sling Eventing 2.4.0

2010-09-06 Thread Carsten Ziegeler
Hi, the vote to release Apache Sling Commons Threads 3.0.2 and Apache Sling Eventing 2.4.0 passed successfully with three binding votes from Felix Meschberger, Ian Boston, and Carsten Ziegeler. Thanks for voting. I'll upload the artifacts. Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Felix Meschberger
Thanks for the feedback. I committed the patch but did not enable the "fast seeding" by default because I am not really sure how strong it is for general use. But I have no strong feelings about it and if the general consensus is to enable it by default, we can change this. Regards Felix On 06.

RE: Can't prepare release...

2010-09-06 Thread Mike Müller
Hi Justin I use SilkSVN. Maybe second commit will work without the "hack" because - as you said - the credentials are cached by SilkSVN... best regards mike > -Original Message- > From: justinedel...@gmail.com [mailto:justinedel...@gmail.com] On > Behalf Of Justin Edelson > Sent: Monday

Re: Can't prepare release...

2010-09-06 Thread Justin Edelson
AFAIK, your subversion credentials aren't taken from settings.xml; Maven just delegates everything to the Subversion command line client which has its own credentials cache. What subversion client do you use normally? Justin On Mon, Sep 6, 2010 at 7:01 AM, Mike Müller wrote: > Hi Carsten > > Th

Re: [SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Carsten Ziegeler
Mike Müller wrote > Hi Felix > > Thanxs, seems to work now. > Would it be okay, to name the Release "Extensions Sling Explorer 1.0.0" or > should > it be named only " Sling Explorer 1.0.0"? > I would go for Sling Explorer - extensions is just a separation of the modules into directories to make

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

2010-09-06 Thread Apache Hudson Server
See

Hudson build became unstable: sling-trunk-1.5 » Apache Sling OSGi Installer Integration Tests #876

2010-09-06 Thread Apache Hudson Server
See

RE: [SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Mike Müller
Hi Felix Thanxs, seems to work now. Would it be okay, to name the Release "Extensions Sling Explorer 1.0.0" or should it be named only " Sling Explorer 1.0.0"? best regards mike > -Original Message- > From: Felix Meschberger [mailto:fmesc...@gmail.com] > Sent: Monday, September 06, 2010

[jira] Assigned: (SLING-1603) SlingServlet service

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-1603: Assignee: Felix Meschberger (was: Bertrand Delacretaz) > SlingServlet service > --

[jira] Assigned: (SLING-1213) Filters to support servlet-API-level scope configuration

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-1213: Assignee: Felix Meschberger > Filters to support servlet-API-level scope configurat

[jira] Resolved: (SLING-1729) FormAuthenticationHandler activation may take a long time

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1729. -- Resolution: Fixed Applied the patch in Rev. 993004. For now, I keep this functionality

Re: [SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Felix Meschberger
Hi, hmmm, maybe you require project admin role, which I granted you now. Regards Felix On 06.09.2010 12:59, Mike Müller wrote: > Hi Bertrand > >> Hi Mike, >> >> On Mon, Sep 6, 2010 at 10:12 AM, Mike Müller >> wrote: >>> ...As we move jQuery Explorer to the bundles/extensions section I would >>

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Ian Boston
Yes LvGTM, I like the MD5 of tmp names to create non sequential entropy. I am almost tempted to say this should be on by default. Ian On 6 Sep 2010, at 10:57, Felix Meschberger wrote: > Hi, > > I have implemented a different method to generate a seed value for the > SecureRandom number generato

RE: Can't prepare release...

2010-09-06 Thread Mike Müller
Hi Carsten Thanxs for the help. I don't why credentials are not taken from my settings.xml so far, but it now works for me... best regards mike > -Original Message- > From: Carsten Ziegeler [mailto:cziege...@apache.org] > Sent: Friday, September 03, 2010 3:47 PM > To: dev@sling.apache.or

RE: [SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Mike Müller
Hi Bertrand > Hi Mike, > > On Mon, Sep 6, 2010 at 10:12 AM, Mike Müller > wrote: > > ...As we move jQuery Explorer to the bundles/extensions section I would > > like to make a first release 1.0.0. > > Can someone with more JIRA karma create a Sling Explorer 1.0.0 > component... > > I gave user

Build failed in Hudson: sling-contrib-1.5 #591

2010-09-06 Thread Apache Hudson Server
See Changes: [mykee] [maven-release-plugin] prepare for next development iteration [mykee] [maven-release-plugin] prepare release org.apache.sling.scripting.velocity-2.0.0 -- [...trunca

Build failed in Hudson: sling-contrib-1.5 » Apache Sling Launchpad Contrib Testing #591

2010-09-06 Thread Apache Hudson Server
See -- [...truncated 16 lines...] [INFO] Copying bundle from /home/hudson/.m2/repository/org/apache/sling/org.apache.sling.commons.osg

Hudson build is back to stable : sling-trunk-1.5 » Apache Sling OSGi Installer Integration Tests #875

2010-09-06 Thread Apache Hudson Server
See

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

2010-09-06 Thread Apache Hudson Server
See

Re: spring application in sling

2010-09-06 Thread Felix Meschberger
Hi, Not having tested it, but you might want to consider the Pax Web project [1]. The have both an OSGi HttpService implementation and an extender based on Jetty 6. Regards Felix [1] http://wiki.ops4j.org/display/paxweb/Pax+Web On 03.09.2010 17:03, Victor Taranenko wrote: > I think native sprin

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Felix Meschberger
Hi, I have implemented a different method to generate a seed value for the SecureRandom number generator and attached to SLING-1729 [1]. This method is not used by default and must be explicitly enabled using configuration. Does this make sense ? Regards Felix [1] https://issues.apache.org/jira

[jira] Updated: (SLING-1729) FormAuthenticationHandler activation may take a long time

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-1729: - Attachment: SLING-1729.patch Patch implementing a faster mechanism to seed the SecureRand

[jira] Commented: (SLING-1700) contrib/scripting/velocity embeds velocity, causing classloading issue at runtime

2010-09-06 Thread Olaf Otto (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906469#action_12906469 ] Olaf Otto commented on SLING-1700: -- r990926 works, thanks! However, I'd really appreciate

[jira] Closed: (SLING-1731) Sling Explorer: cannot edit nodes using Chrome

2010-09-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-1731. -- > Sling Explorer: cannot edit nodes using Chrome >

[jira] Resolved: (SLING-1731) Sling Explorer: cannot edit nodes using Chrome

2010-09-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-1731. Assignee: Bertrand Delacretaz Resolution: Invalid Forget it...after restartin

[jira] Commented: (SLING-1731) Sling Explorer: cannot edit nodes using Chrome

2010-09-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906463#action_12906463 ] Bertrand Delacretaz commented on SLING-1731: Safari 5.0.1 looks good as well >

[jira] Updated: (SLING-1731) Sling Explorer: cannot edit nodes using Chrome

2010-09-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-1731: --- Attachment: SLING-1731-chrome.jpg Screenshot with Chrome > Sling Explorer: cannot ed

[jira] Created: (SLING-1731) Sling Explorer: cannot edit nodes using Chrome

2010-09-06 Thread Bertrand Delacretaz (JIRA)
Sling Explorer: cannot edit nodes using Chrome -- Key: SLING-1731 URL: https://issues.apache.org/jira/browse/SLING-1731 Project: Sling Issue Type: Bug Components: Extensions R

Re: [SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Bertrand Delacretaz
Hi Mike, On Mon, Sep 6, 2010 at 10:12 AM, Mike Müller wrote: > ...As we move jQuery Explorer to the bundles/extensions section I would > like to make a first release 1.0.0. > Can someone with more JIRA karma create a Sling Explorer 1.0.0 component... I gave user "mykee" the "committer" role in S

[SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Mike Müller
Hi As we move jQuery Explorer to the bundles/extensions section I would like to make a first release 1.0.0. Can someone with more JIRA karma create a Sling Explorer 1.0.0 component. I would rather rename the jQuery Explorer to "Sling Explorer" which also shows that it's not a pure JCR explorer b

[jira] Created: (SLING-1730) Move jQuery Explorer to bundles

2010-09-06 Thread JIRA
Move jQuery Explorer to bundles --- Key: SLING-1730 URL: https://issues.apache.org/jira/browse/SLING-1730 Project: Sling Issue Type: Task Reporter: Mike Müller Assignee: Mike Müller

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

2010-09-06 Thread Apache Hudson Server
See

Re: outstanding Sling 6 issues

2010-09-06 Thread Vidar Ramdal
On Fri, Sep 3, 2010 at 9:56 PM, Felix Meschberger wrote: > Hi, > > On 02.09.2010 14:07, Carsten Ziegeler wrote: >> Justin Edelson  wrote >>> Servlets >>> * SLING-1069 - Servlets registered with default resource type responds >>> to all extensions >>> * SLING-892 - Allow servlets to be regsitered w