Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? RewriteCond %{HTTP_HOST} ^(.*)from\\.com$ [NC] What is the expected output? What do you see instead? the [NC] should be parsed as a flag and...
``` What steps will reproduce the problem? 1. add a condition with the [NC] flag 2. the condition matches all cases, regardless of the flag being missed. What is the...
``` What steps will reproduce the problem? 1. Enable mod_rewrite config style usage 2. Add rule 'RewriteRule /app http://localhost/app2 [P,QSA]' 3. There is a message in log 'qsappend flag [QSA]...
``` What steps will reproduce the problem? This is my redirect rule: te=STD,LRT,CCC /registra.keb registra.keb?te=STD,LRT,CCC What is the expected output? What do you see instead? I expect to be redirected...
``` What steps will reproduce the problem? 1. created the following rule: /es/health-plan-coverage-and-costs %{context-path}/es/page/site_map 2. TEST: localhost:8080/healthinsurance/es/health-plan-coverage-and-costs 3. url formed is: es/healthinsurance/page/site_map (es and context path reversed) from the console:...
``` What steps will reproduce the problem? 1. What is the expected output? What do you see instead? /\d+\.html /index.jsp?$1 when visit 1.html which exist it should be 1.html; when...
``` What version of the product are you using? On what operating system? 4.0.5, Windows/linux Please provide any additional information below. we are upgrading our j2ee application from java 6...
``` Hi , I am using tuckey urlrewrite filter in my projects.Now the problem is that, i am using single urlrewrite file for all the project but i want to...
``` Google does not invest resources to Google Code anymore. There is no progress over years and first feature. I cant make a pull request here.. Can you move to...
``` DTD: http://www.tuckey.org/res/dtds/urlrewrite4.0.dtd Where is the: requested-session-id-from-url requested-session-id-from-cookie requested-session-id-valid These are described in document and it works. http://tuckey.org/urlrewrite/manual/4.0/ Please add it in DTD. ``` Original issue reported on code.google.com by...