[
https://issues.apache.org/jira/browse/HTTPCORE-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCORE-47:
--------------------------------------
Fix Version/s: 4.0-alpha4
Aha, now I see what you mean. We can't use LinkedHashMap as it is not available
in Java 1.3, but we can just add an internal List to keep track of the handler
order.
Oleg
> 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
> Fix For: 4.0-alpha4
>
>
> 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]