如何在pretty-config.xml中验证正则表达式

时间:2015-05-05 07:33:19

标签: regex

以下是pritty-config.xml中的url maping我想在url中添加正则表达式并使用正确的正则表达式验证我的url。 以下值我需要验证= params = {userIds:[147,location_id:1}

但是在运行此代码时出现错误 错误是

第76行第55行的

致命错误:元素类型"模式"必须遵循属性规范,">"或" />"。:org.xml.sax.SAXParseException; lineNumber:76; columnNumber:55;元素类型"模式"必须遵循属性规范,">"或" />"。

<url-mapping id="bookManagement"> 
  <pattern value="/bookManagement/{[params={"userIds":[\d\],"location_id":[\d\]}]+}" /> 
  <view-id>/template/bookManagement/bookManagement.jsf</view-id>
</url-mapping>

0 个答案:

没有答案