You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2011/01/10 08:41:46 UTC

[jira] Commented: (SLING-1924) Upgrade to latest Apache Felix Http Support

    [ https://issues.apache.org/jira/browse/SLING-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979498#action_12979498 ] 

Felix Meschberger commented on SLING-1924:
------------------------------------------

Updated the Launchpad Base bundle to version 2.0.5-SNAPSHOT and added a Http Session event listener to forward events to the Felix Http ProxyListener for eventual forwarding to registered listener services.

This change also requires an update to the web.xml to register the listener with the servlet container to acqually receive the events in the first place:

    <!-- The Felix Http Service Listener Proxy for HTTP Session events -->
    <listener>
        <listener-class>
            org.apache.sling.launchpad.webapp.SlingSessionListener
        </listener-class>
    </listener>

Done in Rev. 1057098

> Upgrade to latest Apache Felix Http Support
> -------------------------------------------
>
>                 Key: SLING-1924
>                 URL: https://issues.apache.org/jira/browse/SLING-1924
>             Project: Sling
>          Issue Type: Improvement
>          Components: Launchpad, Maven Plugins and Archetypes
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Launchpad Builder 6, Launchpad Base 2.2.2, Maven Launchpad Plugin 2.0.10, Maven Launchpad Plugin 2.1.0
>
>
> Apart from a few fixes the latest Apache Felix Http support bundle snapshot (2.0.5-SNAPSHOT) includes support for most Servlet API event listeners as per FELIX-1962.
> Once the next version of the Http support bundles have been released, Sling Launchpad as well as the maven launchpad plugin should be updated.
> As an intermediate step, launchpad is to be upgraded to 2.0.5-SNAPSHOT to help testing the new functionality.

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