Repository: wicket Updated Branches: refs/heads/master 46e11b400 -> 766336077
WICKET-5887 Mandate that the value of 'wicket:enclosure" attribute is non-empty. Disallows whitespace Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/76633607 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/76633607 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/76633607 Branch: refs/heads/master Commit: 766336077a6e35ee0536cab76a204862b2a3993c Parents: 46e11b4 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun Apr 19 22:55:14 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun Apr 19 22:55:14 2015 +0300 ---------------------------------------------------------------------- wicket-core/src/main/resources/META-INF/wicket.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/76633607/wicket-core/src/main/resources/META-INF/wicket.xsd ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/resources/META-INF/wicket.xsd b/wicket-core/src/main/resources/META-INF/wicket.xsd index cc93674..f10120a 100644 --- a/wicket-core/src/main/resources/META-INF/wicket.xsd +++ b/wicket-core/src/main/resources/META-INF/wicket.xsd @@ -68,7 +68,7 @@ </documentation> </annotation> <simpleType> - <restriction base="wicket:token"> + <restriction base="wicket:notEmptyToken"> <pattern value="([^:]+(:[^:]+)*)?" /> </restriction> </simpleType>
