HttpRequestHandlerRegistry results are ambiguous
------------------------------------------------

                 Key: HTTPCORE-47
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-47
             Project: HttpComponents Core
          Issue Type: Bug
          Components: HttpCore
            Reporter: Roland Weber
            Priority: Minor


HttpRequestHandlerRegistry uses pattern matching to determine the handler to 
use.
The best match comparison is exclusively based on pattern length and therefore 
ambiguos:
patterns "/ma*" and "*tch" both match "/match".


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

Reply via email to