Re: [jira] Updated: (FELIX-1962) Add support for (select) Servlet API listeners

2010-01-12 Thread Felix Meschberger
Hi all,

Does anyone mind, if I apply this patch ?

Thanks and Regards
Felix

On 12.01.2010 16:43, Felix Meschberger (JIRA) wrote:
> 
>  [ 
> https://issues.apache.org/jira/browse/FELIX-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>  ]
> 
> Felix Meschberger updated FELIX-1962:
> -
> 
> Attachment: FELIX-1962-2.patch
> 
> Enhanced patch:
> 
>   * This now works without throwing NoSuchElementException
>   * For now removed the per-ServletContext map of listener registration (not 
> sure, whether we need this)
> 
>> Add support for (select) Servlet API listeners
>> --
>>
>> Key: FELIX-1962
>> URL: https://issues.apache.org/jira/browse/FELIX-1962
>> Project: Felix
>>  Issue Type: New Feature
>>  Components: HTTP Service
>>Affects Versions: http-2.0.4
>>Reporter: Felix Meschberger
>> Fix For: http-2.0.6
>>
>> Attachments: FELIX-1962-2.patch, FELIX-1962.patch
>>
>>
>> The new Http Service implementation currently does not support any Servlet 
>> API listeners at all. Support for some listeners can easily be implemented 
>> in a transparent way: ServletContextAttributeListener, 
>> ServletRequestListener, ServletRequestAttributeListener.
>> The HttpSession listeners can probably not easily be implemented in such a 
>> transparent way.
>> The ServletContextListener is probably not worth it supporting. Most (if not 
>> all) use cases for ServletContextListeners in traditional web applications 
>> can be solved in better ways in an OSGi framework.
> 


[jira] Updated: (FELIX-1962) Add support for (select) Servlet API listeners

2010-01-12 Thread Felix Meschberger (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger updated FELIX-1962:
-

Attachment: FELIX-1962-2.patch

Enhanced patch:

  * This now works without throwing NoSuchElementException
  * For now removed the per-ServletContext map of listener registration (not 
sure, whether we need this)

> Add support for (select) Servlet API listeners
> --
>
> Key: FELIX-1962
> URL: https://issues.apache.org/jira/browse/FELIX-1962
> Project: Felix
>  Issue Type: New Feature
>  Components: HTTP Service
>Affects Versions: http-2.0.4
>Reporter: Felix Meschberger
> Fix For: http-2.0.6
>
> Attachments: FELIX-1962-2.patch, FELIX-1962.patch
>
>
> The new Http Service implementation currently does not support any Servlet 
> API listeners at all. Support for some listeners can easily be implemented in 
> a transparent way: ServletContextAttributeListener, ServletRequestListener, 
> ServletRequestAttributeListener.
> The HttpSession listeners can probably not easily be implemented in such a 
> transparent way.
> The ServletContextListener is probably not worth it supporting. Most (if not 
> all) use cases for ServletContextListeners in traditional web applications 
> can be solved in better ways in an OSGi framework.

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



[jira] Updated: (FELIX-1962) Add support for (select) Servlet API listeners

2010-01-02 Thread Sten Roger Sandvik (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sten Roger Sandvik updated FELIX-1962:
--

Fix Version/s: http-2.0.6

Moving this to version 2.0.6.

> Add support for (select) Servlet API listeners
> --
>
> Key: FELIX-1962
> URL: https://issues.apache.org/jira/browse/FELIX-1962
> Project: Felix
>  Issue Type: New Feature
>  Components: HTTP Service
>Affects Versions: http-2.0.4
>Reporter: Felix Meschberger
> Fix For: http-2.0.6
>
> Attachments: FELIX-1962.patch
>
>
> The new Http Service implementation currently does not support any Servlet 
> API listeners at all. Support for some listeners can easily be implemented in 
> a transparent way: ServletContextAttributeListener, ServletRequestListener, 
> ServletRequestAttributeListener.
> The HttpSession listeners can probably not easily be implemented in such a 
> transparent way.
> The ServletContextListener is probably not worth it supporting. Most (if not 
> all) use cases for ServletContextListeners in traditional web applications 
> can be solved in better ways in an OSGi framework.

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



[jira] Updated: (FELIX-1962) Add support for (select) Servlet API listeners

2009-12-31 Thread Felix Meschberger (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger updated FELIX-1962:
-

Attachment: FELIX-1962.patch

Patch implenenting support for ServletContextAttributeListener, 
ServletRequestListener and ServletRequestAttributeListener.

> Add support for (select) Servlet API listeners
> --
>
> Key: FELIX-1962
> URL: https://issues.apache.org/jira/browse/FELIX-1962
> Project: Felix
>  Issue Type: New Feature
>  Components: HTTP Service
>Affects Versions: http-2.0.4
>Reporter: Felix Meschberger
> Attachments: FELIX-1962.patch
>
>
> The new Http Service implementation currently does not support any Servlet 
> API listeners at all. Support for some listeners can easily be implemented in 
> a transparent way: ServletContextAttributeListener, ServletRequestListener, 
> ServletRequestAttributeListener.
> The HttpSession listeners can probably not easily be implemented in such a 
> transparent way.
> The ServletContextListener is probably not worth it supporting. Most (if not 
> all) use cases for ServletContextListeners in traditional web applications 
> can be solved in better ways in an OSGi framework.

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