正则表达式在这
'^(?!\^)/|\.|(\(.).*(?!\$).$'
今天我把我写的一个小项目上传到GAE过程中报错,说servlet名字没有匹配这个表达式,大家给我分析一下这个表达式,或者给你写出来应该怎么写servlet的名字,谢谢。
错误信息这样,参考:
Unable to assign value 'index' to attribute 'url':
Value 'index' does not match expression '^(?!\^)/|\.|(\(.).*(?!\$).$'
这里index是我在web.xml中配的一个servlet的名字