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

2015-04-15 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler commented on FELIX-4541:
-

Thanks again for your patch, Thomas. It's applied in rev 1673686

 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
Assignee: Carsten Ziegeler
 Fix For: http.base-3.0.0

 Attachments: FELIX-4541.patch, FELIX-4541.trunk-1671836.patch, 
 FELIX-4541.trunk-1672365.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)


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

2015-04-09 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler commented on FELIX-4541:
-

Thanks again [~tkb] for your patch, it's applied in rev 1672256

 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)


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

2015-03-10 Thread J.W. Janssen (JIRA)

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

J.W. Janssen commented on FELIX-4541:
-

Applied the patch from Raluca in rev #1665462.

 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


 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)


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

2015-03-10 Thread J.W. Janssen (JIRA)

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

J.W. Janssen commented on FELIX-4541:
-

No problem...

 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


 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)


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

2015-03-10 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler commented on FELIX-4541:
-

[~jajans] Afaik this patch is wrong as it treats the http service 
implementation in the same way as the http whiteboard service. However, the 
http service implementation is different as the first servlet that is 
registered is used, while with the whiteboard serivce the highest ranking wins. 
I already discussed this with Raluca and he wanted to provide a new patch

 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


 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)


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

2015-03-10 Thread J.W. Janssen (JIRA)

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

J.W. Janssen commented on FELIX-4541:
-

[~cziegeler] [~ralucav] : hmm, I didn't know that. If Raluca creates a new 
patch, she can do this against the current trunk. This issue is still work in 
progress, so I don't think we need to revert the applied one...


 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


 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)


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

2015-03-10 Thread Raluca Grigoras (JIRA)

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

Raluca Grigoras commented on FELIX-4541:


Sorry, my bad, [~jajans], I forgot to add to the mail :(. I'll create the patch 
against the current trunk.

 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


 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)


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

2015-03-10 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler commented on FELIX-4541:
-

That's fine, right - just wanted to inform about this :)

 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


 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)


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

2015-02-15 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler commented on FELIX-4541:
-

And we need to handle 4xx and 5xx for error page registrations (claiming all 
error codes in the 400/500 range)

 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-next


 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)


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

2015-02-01 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler commented on FELIX-4541:
-

Same is true for error pages.

 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-next


 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)