improve service-name-pattern and port-name-pattern checking for file referenced
by @HandlerChain
------------------------------------------------------------------------------------------------
Key: AXIS2-3772
URL: https://issues.apache.org/jira/browse/AXIS2-3772
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Components: jaxws
Reporter: Mike Rheinheimer
@HandlerChain annotation refers to a file defined by the schema:
http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd
In this schema, there is a regular expression defined for pattern matching the
service-name-pattern and port-name-pattern. The reg ex is:
\*|([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*\*?
We should be using this pattern to validate the pattern defined in
service-name-pattern and port-name-pattern in:
org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver.doesPatternMatch
Then use a StringTokenizer split on ':' then '*' to perform the matching
algorithm.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]