Pattern matching operates on whole URL
--------------------------------------
Key: DROIDS-151
URL: https://issues.apache.org/jira/browse/DROIDS-151
Project: Droids
Issue Type: Bug
Components: core
Affects Versions: 0.0.1, 0.0.2
Reporter: Richard Frovarp
The URL pattern matching calls Matcher.matches(), which requires that the whole
URL match the pattern. This is painful and requires extra .*'s all over the
place. If one wants to match the whole thing, regex has markers for that. It
should be switched to Matcher.finds().
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira