[jbossws-issues] [JBoss JIRA] (JBWS-3753) Improve destination matching when processing requests

Alessio Soldano (JIRA) issues at jboss.org
Tue Jan 28 04:47:28 EST 2014


    [ https://issues.jboss.org/browse/JBWS-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12939214#comment-12939214 ] 

Alessio Soldano commented on JBWS-3753:
---------------------------------------

https://issues.apache.org/jira/browse/CXF-5523
                
> Improve destination matching when processing requests
> -----------------------------------------------------
>
>                 Key: JBWS-3753
>                 URL: https://issues.jboss.org/browse/JBWS-3753
>             Project: JBoss Web Services
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: jbossws-cxf-4.3
>
>
> Each time a SOAP request message is processed, the proper destination among those available in the Bus associated to the ws application has to be selected. Currently, we iterate over all destinations to find one that matches the requested path. We could improve this by trying looking up the destination in a map (path->destination) and fall back to iteration only if no exact match is possible (for instance because the proper endpoint has been declared with a "/*" url-pattern in web.xml).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list