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

Alessio Soldano (JIRA) issues at jboss.org
Mon Jan 27 10:37:30 EST 2014


Alessio Soldano created JBWS-3753:
-------------------------------------

             Summary: 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