Google Code Exporter
Google Code Exporter
``` This is my config ^/user_information.jsp\?username=([a-z0-9A-Z]+)&id_card=([a-z0-9A-Z]+)&t=([a-z0-9A-Z]+)&flag=([a-z0-9A-Z-_]+)&type=([a-z0-9A-Z]+)&host=([^/]*)&ses=([a-z0-9A-Z]+)$ /4766684466771A2586CC11CF423005DF_$1_$2_$3_$4_$5_$6_$7 Test on chrome and get error "This webpage has a redirect loop" Please help me. Thanks so much. ``` Original issue reported on...
``` Hi Team, When we call Conf.isOk() method for a urlrewrite rules as given below, though the type attribute is invalid, it is getting accepted- /category/brands /how™+by+tabatha+coffey.do /category/apparel.do Expected behavior...
``` What steps will reproduce the problem? 1.hit the URL https://www.sampletest.com/scripts/isomorphic/ISC_Core.js?isc_version=v9.1p_2014 -05-13.js and it doesn't download 2. hit the URL https:www.sampletest.com/scripts/isomorphic/ISC_Core.js?isc_version=v9.1p_2014-0 5-13. and it downloads 3. the rule available is...
``` The only documentation that I can find for this condition type is a changelog entry saying that it was added + source code. While I could just about get...
``` What steps will reproduce the problem? 1. In web.xml i have following code as given below: UrlRewriteFilter org.tuckey.web.filters.urlrewrite.UrlRewriteFilter logLevel sysout:DEBUG UrlRewriteFilter /* REQUEST FORWARD struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* 2....
``` It would be great if there was a way to invoke an arbitrary predicate method as a condition - it would accept the request, and return a boolean specifying...
``` It it sometimes useful to be able to use a rule to block certain urls. For example, when using clean urls, it might be desired to also block dirty...
``` In several configuration I found that I use the last="true" on most of the rules. It would be nice if the urlrewrite element had a default-last attribute that can...
``` The HTTP protocol requires the Location header in redirect responses to be an absolute URL. The urlrewritefilter documentation and examples all show a relative URL being used, e.g. /very/new/page.html...
``` To reproduce: 1. Create a web-fragment with "/META-INF/resources/WEB-INF/urlrewrite.xml". 2. Set "confPath" to "classpath:/WEB-INF/urlrewrite.xml" 3. Start the app. The application should catch the MalformedURLException thrown by attempting to use a...