I'm trying to use this regex expression in a matcher but as soon as i use
the quantifier {n} or {n,m} ^/file/id/([0-9]{3})$ Cocoon throws an
exception:

org.apache.cocoon.sitemap.PatternException: String index out of range: 21 at
org.apache.cocoon.components.treeprocessor.variables.StringTemplateParserVariableResolver.setExpression(StringTemplateParserVariableResolver.java:70)

Does this matcher not support quantifiers?

Reply via email to