[jira] [Resolved] (FELIX-4845) Clean up Logger implementation

2015-04-07 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler resolved FELIX-4845.
-
Resolution: Fixed

I've removed all the dead code

 Clean up Logger implementation
 --

 Key: FELIX-4845
 URL: https://issues.apache.org/jira/browse/FELIX-4845
 Project: Felix
  Issue Type: Improvement
  Components: Framework
Affects Versions: framework-4.6.1
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
 Fix For: framework-4.8.0


 The o.a.f.Logger class contains a lot of dead code which we could remove
 The bundle context is always null and the the class is never registered as a 
 service listener



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (FELIX-4845) Clean up Logger implementation

2015-04-07 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created FELIX-4845:
---

 Summary: Clean up Logger implementation
 Key: FELIX-4845
 URL: https://issues.apache.org/jira/browse/FELIX-4845
 Project: Felix
  Issue Type: Improvement
  Components: Framework
Affects Versions: framework-4.6.1
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
 Fix For: framework-4.8.0


The o.a.f.Logger class contains a lot of dead code which we could remove
The bundle context is always null and the the class is never registered as a 
service listener



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FELIX-4546) Implement HttpServiceRuntime service

2015-04-07 Thread Thomas Baier (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14483817#comment-14483817
 ] 

Thomas Baier commented on FELIX-4546:
-

The shadowing for error pages and for servlets registered through the 
HttpService directly does not work yet. The related failure DTO's are therefore 
also not created correctly by the HttpServiceRuntime. I created a patch for 
FELIX-4541 that includes the corrections to the HttpServiceRuntime as well.

 Implement HttpServiceRuntime service
 

 Key: FELIX-4546
 URL: https://issues.apache.org/jira/browse/FELIX-4546
 Project: Felix
  Issue Type: Sub-task
  Components: HTTP Service
Reporter: David Bosschaert
Assignee: Carsten Ziegeler
 Fix For: http.base-3.0.0

 Attachments: felix-4546.e2a36d1.81e5a8f.patch, 
 felix-4546.failure_dtos.patch, felix-4546.resource_dto.patch, patch.txt


 Implement the Http Service Runtime service as described in RFC 189



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-4541) Add support for multiple patterns in servlet/filter registration

2015-04-07 Thread Thomas Baier (JIRA)

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

Thomas Baier updated FELIX-4541:

Attachment: FELIX-4541.trunk-1671836.patch

FELIX-4541.trunk-1671836.patch implements the shadowing behavior for error 
pages and servlets registered directly through the HttpService. It contains 
also a bugfix for the trunk, revision 1671836.


 Add support for multiple patterns in servlet/filter registration
 

 Key: FELIX-4541
 URL: https://issues.apache.org/jira/browse/FELIX-4541
 Project: Felix
  Issue Type: Sub-task
  Components: HTTP Service
Reporter: J.W. Janssen
 Fix For: http.base-3.0.0

 Attachments: FELIX-4541.patch, FELIX-4541.trunk-1671836.patch


 RFC-189 allows servlets and filters to be registered with multiple paths (and 
 even regex's for filters).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)