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
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.