[
https://issues.apache.org/jira/browse/DROIDS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975164#action_12975164
]
Thorsten Scherler commented on DROIDS-113:
------------------------------------------
Agreed, can you provide a patch?
> RegexURLFilter uses find() instead of matches() to match the regex
> ------------------------------------------------------------------
>
> Key: DROIDS-113
> URL: https://issues.apache.org/jira/browse/DROIDS-113
> Project: Droids
> Issue Type: Bug
> Components: core
> Affects Versions: 0.0.1
> Reporter: Eugen Paraschiv
> Fix For: 0.0.1
>
>
> By matching the regex via find() and not matches(), the client doesn't have
> full control over the url matching process, because the regex is not used to
> match the entire url but any part of it, which may not be correct.
> If the client wants to allow flexibility in the URL structure, he can do so
> with the regex expression itself, but the actual matching process should try
> to match the entire url, not just parts of it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.