fex-team / jello

Front End Integrated Solution for J2EE Velocity.
206 stars 49 forks source link

server.conf 里正则无法匹配地址里的搜索词? #62

Open ystarlongzi opened 9 years ago

ystarlongzi commented 9 years ago

现在有这样的场景,当发现请求里包含有mock搜索串时,会将它跳转到对应的本地假数据哪里。配置server.conf 如下:

......

# ajax 模拟数据
rewrite \/(.*?)\.do\?mock /test/ajax/$1.jsp

..........

然后发现正则不会匹配?号以后的内容

2betop commented 9 years ago

木能命中 arguments 只能是路径,这块后续优化一下

ystarlongzi commented 9 years ago

嗯嗯。。期待