You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (JIRA)" <ji...@apache.org> on 2009/12/04 16:34:20 UTC

[jira] Created: (SLING-1223) Enable Servlet and Filter whiteboard support in Launchpad

Enable Servlet and Filter whiteboard support in Launchpad
---------------------------------------------------------

                 Key: SLING-1223
                 URL: https://issues.apache.org/jira/browse/SLING-1223
             Project: Sling
          Issue Type: Improvement
    Affects Versions: Commons Compiler 1.0.0
            Reporter: Justin Edelson
             Fix For:  Launchpad Base 2.2.0


Now that Felix HttpBridge has been enabled, I'd like to see whiteboard support (http://felix.apache.org/site/apache-felix-http-service.html#ApacheFelixHttpService-UsingtheWhiteboard) enabled.

Based on a prior discussion on the Felix list (http://www.mail-archive.com/users@felix.apache.org/msg05827.html), it sounds like this is a potential problem with respect to Filter because Sling doesn't currently require any specific properties (whereas it does for Servlets).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-1223) Enable Servlet and Filter whiteboard support in Launchpad

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson resolved SLING-1223.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Engine 2.1.0

added in r901359

Thing discussed but not done:
* change service property from filter.scope to sling.filter.scope
* replace filter.order with service.ranking

These don't really have anything to do with adding whiteboard support.

> Enable Servlet and Filter whiteboard support in Launchpad
> ---------------------------------------------------------
>
>                 Key: SLING-1223
>                 URL: https://issues.apache.org/jira/browse/SLING-1223
>             Project: Sling
>          Issue Type: Improvement
>          Components: Engine, Launchpad
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>             Fix For:  Launchpad Base 2.2.0, Engine 2.1.0
>
>
> Now that Felix HttpBridge has been enabled, I'd like to see whiteboard support (http://felix.apache.org/site/apache-felix-http-service.html#ApacheFelixHttpService-UsingtheWhiteboard) enabled.
> Based on a prior discussion on the Felix list (http://www.mail-archive.com/users@felix.apache.org/msg05827.html), it sounds like this is a potential problem with respect to Filter because Sling doesn't currently require any specific properties (whereas it does for Servlets).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-1223) Enable Servlet and Filter whiteboard support in Launchpad

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802913#action_12802913 ] 

Justin Edelson commented on SLING-1223:
---------------------------------------

further discussion on sling-dev here: http://markmail.org/thread/4s3j6anh5sxn26ap

> Enable Servlet and Filter whiteboard support in Launchpad
> ---------------------------------------------------------
>
>                 Key: SLING-1223
>                 URL: https://issues.apache.org/jira/browse/SLING-1223
>             Project: Sling
>          Issue Type: Improvement
>          Components: Launchpad
>            Reporter: Justin Edelson
>             Fix For:  Launchpad Base 2.2.0
>
>
> Now that Felix HttpBridge has been enabled, I'd like to see whiteboard support (http://felix.apache.org/site/apache-felix-http-service.html#ApacheFelixHttpService-UsingtheWhiteboard) enabled.
> Based on a prior discussion on the Felix list (http://www.mail-archive.com/users@felix.apache.org/msg05827.html), it sounds like this is a potential problem with respect to Filter because Sling doesn't currently require any specific properties (whereas it does for Servlets).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-1223) Enable Servlet and Filter whiteboard support in Launchpad

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson updated SLING-1223:
----------------------------------

    Affects Version/s:     (was: Commons Compiler 1.0.0)

> Enable Servlet and Filter whiteboard support in Launchpad
> ---------------------------------------------------------
>
>                 Key: SLING-1223
>                 URL: https://issues.apache.org/jira/browse/SLING-1223
>             Project: Sling
>          Issue Type: Improvement
>            Reporter: Justin Edelson
>             Fix For:  Launchpad Base 2.2.0
>
>
> Now that Felix HttpBridge has been enabled, I'd like to see whiteboard support (http://felix.apache.org/site/apache-felix-http-service.html#ApacheFelixHttpService-UsingtheWhiteboard) enabled.
> Based on a prior discussion on the Felix list (http://www.mail-archive.com/users@felix.apache.org/msg05827.html), it sounds like this is a potential problem with respect to Filter because Sling doesn't currently require any specific properties (whereas it does for Servlets).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-1223) Enable Servlet and Filter whiteboard support in Launchpad

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson updated SLING-1223:
----------------------------------

    Component/s: Engine

adding engine as a component as that's where some the "don't register filters which whiteboard picks up" logic has to go.

> Enable Servlet and Filter whiteboard support in Launchpad
> ---------------------------------------------------------
>
>                 Key: SLING-1223
>                 URL: https://issues.apache.org/jira/browse/SLING-1223
>             Project: Sling
>          Issue Type: Improvement
>          Components: Engine, Launchpad
>            Reporter: Justin Edelson
>             Fix For:  Launchpad Base 2.2.0
>
>
> Now that Felix HttpBridge has been enabled, I'd like to see whiteboard support (http://felix.apache.org/site/apache-felix-http-service.html#ApacheFelixHttpService-UsingtheWhiteboard) enabled.
> Based on a prior discussion on the Felix list (http://www.mail-archive.com/users@felix.apache.org/msg05827.html), it sounds like this is a potential problem with respect to Filter because Sling doesn't currently require any specific properties (whereas it does for Servlets).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-1223) Enable Servlet and Filter whiteboard support in Launchpad

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler updated SLING-1223:
------------------------------------

    Component/s: Launchpad

> Enable Servlet and Filter whiteboard support in Launchpad
> ---------------------------------------------------------
>
>                 Key: SLING-1223
>                 URL: https://issues.apache.org/jira/browse/SLING-1223
>             Project: Sling
>          Issue Type: Improvement
>          Components: Launchpad
>            Reporter: Justin Edelson
>             Fix For:  Launchpad Base 2.2.0
>
>
> Now that Felix HttpBridge has been enabled, I'd like to see whiteboard support (http://felix.apache.org/site/apache-felix-http-service.html#ApacheFelixHttpService-UsingtheWhiteboard) enabled.
> Based on a prior discussion on the Felix list (http://www.mail-archive.com/users@felix.apache.org/msg05827.html), it sounds like this is a potential problem with respect to Filter because Sling doesn't currently require any specific properties (whereas it does for Servlets).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SLING-1223) Enable Servlet and Filter whiteboard support in Launchpad

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson reassigned SLING-1223:
-------------------------------------

    Assignee: Justin Edelson

> Enable Servlet and Filter whiteboard support in Launchpad
> ---------------------------------------------------------
>
>                 Key: SLING-1223
>                 URL: https://issues.apache.org/jira/browse/SLING-1223
>             Project: Sling
>          Issue Type: Improvement
>          Components: Engine, Launchpad
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>             Fix For:  Launchpad Base 2.2.0
>
>
> Now that Felix HttpBridge has been enabled, I'd like to see whiteboard support (http://felix.apache.org/site/apache-felix-http-service.html#ApacheFelixHttpService-UsingtheWhiteboard) enabled.
> Based on a prior discussion on the Felix list (http://www.mail-archive.com/users@felix.apache.org/msg05827.html), it sounds like this is a potential problem with respect to Filter because Sling doesn't currently require any specific properties (whereas it does for Servlets).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.