You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Eugen Paraschiv (JIRA)" <ji...@apache.org> on 2011/02/16 12:52:57 UTC

[jira] Resolved: (DROIDS-113) RegexURLFilter uses find() instead of matches() to match the regex

     [ https://issues.apache.org/jira/browse/DROIDS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eugen Paraschiv resolved DROIDS-113.
------------------------------------

    Resolution: Fixed

> 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
>
>         Attachments: DROIDS-113_v1.patch, DROIDS-113_v2.patch
>
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira