tjg184 / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

urlrewritefilter A bug #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a url end with ?, for example, 
http://localhost:8080/list/single/320149/${title}.html
if title is abcd, urlwriter is right,
but if title end with ?,  title = asdfab?
will happen 404  error. 

Original issue reported on code.google.com by sunyuhe5...@gmail.com on 18 Aug 2013 at 2:25