You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2009/04/05 09:59:12 UTC

[jira] Resolved: (WICKET-2211) MetaPattern.PERCENT matches an empty string

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

Juergen Donnerstag resolved WICKET-2211.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC3
         Assignee: Juergen Donnerstag

thanks

> MetaPattern.PERCENT matches an empty string
> -------------------------------------------
>
>                 Key: WICKET-2211
>                 URL: https://issues.apache.org/jira/browse/WICKET-2211
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC2
>            Reporter: Nobutaka Otsuji
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC3
>
>
> MetaPattern.PERCENT matches an empty string. The implementation of the public constant
> org.apache.wicket.util.parse.metapattern.MetaPattern.PERCENT
> http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-rc2/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/MetaPattern.java?view=markup
> is
> 	/** Constant for percent. */
> 	public static final MetaPattern PERCENT = new MetaPattern("");

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.