[jira] Created: (SLING-1819) Unused custom thread pool is never removed

2010-10-06 Thread Carsten Ziegeler (JIRA)
Unused custom thread pool is never removed -- Key: SLING-1819 URL: https://issues.apache.org/jira/browse/SLING-1819 Project: Sling Issue Type: Bug Components: Commons Affects Versions:

[jira] Resolved: (SLING-1819) Unused custom thread pool is never removed

2010-10-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1819. - Resolution: Fixed Fixed in revision 1005021 Unused custom thread pool is never removed

[jira] Created: (SLING-1820) Display current pool statistics in web console

2010-10-06 Thread Carsten Ziegeler (JIRA)
Display current pool statistics in web console -- Key: SLING-1820 URL: https://issues.apache.org/jira/browse/SLING-1820 Project: Sling Issue Type: New Feature Components: Commons

[jira] Resolved: (SLING-1820) Display current pool statistics in web console

2010-10-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1820. - Resolution: Fixed Added statistics to the output in Revision 1005046 Display current

[jira] Created: (SLING-1821) Custom thread pools should get an optional label

2010-10-06 Thread Carsten Ziegeler (JIRA)
Custom thread pools should get an optional label Key: SLING-1821 URL: https://issues.apache.org/jira/browse/SLING-1821 Project: Sling Issue Type: Improvement Components: Commons

[jira] Resolved: (SLING-1821) Custom thread pools should get an optional label

2010-10-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1821. - Resolution: Fixed Added a new method to the thread pool manager which takes a label as a

Re: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Felix Meschberger
Hi, I don't have any hard feelings here, both ways are basically ok for me. On the other hand, given... * we documented how to use HTTP Basic Auth with cURL * we use HTTP Basic auth in the integration tests * Web Console is no intended for the average user I tend to be slightly biased

RE: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Mike Müller
-Original Message- From: Justin Edelson [mailto:justinedel...@gmail.com] Sent: Tuesday, October 05, 2010 3:57 PM To: dev@sling.apache.org Subject: Re: [DISCUSS] switching off Basic Auth as default? On 10/5/10 4:44 AM, Mike Müller wrote: Hi As of the discussion in [1] I like

RE: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Mike Müller
Hi, I don't have any hard feelings here, both ways are basically ok for me. On the other hand, given... * we documented how to use HTTP Basic Auth with cURL * we use HTTP Basic auth in the integration tests * Web Console is no intended for the average user I tend to be

[jira] Created: (SLING-1822) Provide an easy way to overwrite default values of component/bundle properties

2010-10-06 Thread JIRA
Provide an easy way to overwrite default values of component/bundle properties -- Key: SLING-1822 URL: https://issues.apache.org/jira/browse/SLING-1822 Project: Sling

Re: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Felix Meschberger
Hi, On 06.10.2010 17:10, Mike Müller wrote: Without this support, you can pretty easily do something similar with a component like this: http://gist.github.com/611550 But to end this discussion: I don't think it's worth to fight about if Basic should be enabled or not, but maybe it's worth

RE: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Mike Müller
-Original Message- From: Felix Meschberger [mailto:fmesc...@gmail.com] Sent: Wednesday, October 06, 2010 6:10 PM To: dev@sling.apache.org Subject: Re: [DISCUSS] switching off Basic Auth as default? Hi, On 06.10.2010 17:10, Mike Müller wrote: Without this support, you can

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

2010-10-06 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/913/changes

Re: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Bertrand Delacretaz
On Wed, Oct 6, 2010 at 6:17 PM, Mike Müller mike...@mysign.ch wrote: ...Tob e honest I do not know anything about to possibility to achieve this with JCR installer or files in the file system... apparently I have to look into this!... I haven't tried filesystem yet, but with jcrinstall you

Re: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Carsten Ziegeler
Mike Müller wrote Thanks fort he hints. The Web Console is not really helpfully in the case you have 200 installations ;-)) What I'm thinking is rather something like Justin is probably working on: A config file which you can pack into the launchpad... Yes, I think that's the best

RE: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Mike Müller
On Wed, Oct 6, 2010 at 6:17 PM, Mike Müller mike...@mysign.ch wrote: ...Tob e honest I do not know anything about to possibility to achieve this with JCR installer or files in the file system... apparently I have to look into this!... I haven't tried filesystem yet, but with jcrinstall

Re: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Bertrand Delacretaz
On Wed, Oct 6, 2010 at 6:57 PM, Mike Müller mike...@mysign.ch wrote: ...http://sling.apache.org/site/jcr-installer-jcrjcrinstall-and-osgiinstaller.html ... Interesting. Does the configuration part also work if the bundle is not in the repository but installed the good old way? Yes, you can

Re: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Justin Edelson
On Oct 6, 2010, at 12:17 PM, Mike Müller mike...@mysign.ch wrote: -Original Message- From: Felix Meschberger [mailto:fmesc...@gmail.com] Sent: Wednesday, October 06, 2010 6:10 PM To: dev@sling.apache.org Subject: Re: [DISCUSS] switching off Basic Auth as default? Hi, On