Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? ======================================================================== Consider the following rule (copied verbatim from our application): ^/author/([\d\w]+)(\?.*)?$ /author?id=$1 I would expect /author/1 and /author/1?q=expected to be translated into /author?id=1....

Type-Defect
auto-migrated
Priority-Medium

``` URL Rewrite Filter in tutorial drive users to open http://127.0.0.1:8080/rewrite-status however default shipped urlrewrite.xml rule sets /test/status/ (note trainling / this time). /test/status/ and /test/status are completely different addressed...

Type-Defect
auto-migrated
Priority-Medium

``` 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....

Type-Defect
auto-migrated
Priority-Medium

``` liljiluiluilui ``` Original issue reported on code.google.com by `[email protected]` on 20 Jun 2013 at 6:01 Attachments: - [urlrewrite.xml.patch](https://storage.googleapis.com/google-code-attachments/urlrewritefilter/issue-145/comment-0/urlrewrite.xml.patch)

auto-migrated
Type-Patch

``` Hi, I am finding my (outbound) rewrite rules are processed twice. My urlrewrite.xml: ^(.*)buildId\_[^_]+\_(.+\.(?:js|css))$ $1$2 1 year max-age=31536000 (.*/)([^\/]+(?:js|css))$ $1buildId_543543545_$2 My web.xml: UrlRewriteFilter /* REQUEST FORWARD I expect the...

Type-Defect
auto-migrated
Priority-Medium

``` The following does return a match using urlrewritefilter: pattern=,?(nl|fr|en|de)+ input=du,be-ce;q=0.7,fr;q=0.4,en;q=0.3 indicating that find() is used, not matches() for condition regex'es The code from Condition.java also seems to confirm return...

Type-Defect
auto-migrated
Priority-Medium

``` I use urlrewritfiler to redirect some requestes to another war(b.war). When I redeploy b.war, it can't redriect the request to b.war. I have writen a patch and tested in...

Type-Defect
auto-migrated
Priority-Medium

``` I have the following urls download.action?nodePath=%2FNational+Info+Pages%2FBulgaria%2F5.+RESOURCES%2F5.1. +Legislation%2FCombating+Trafficking+Act_2004+Bulgaria_en.pdf&fileType=pdf&fileN ame=Combating+Trafficking+Act_2004+Bulgaria_en.pdf I create the outgoing rule download(?:\.action)?\?nodePath=(.+)$ d${replaceFirst:$1:&:?} The outcome is http://localhost:8080/at-fo-2.1.4/d/National+Info+Pages/Bulgaria/5.+RESOURCES/5. 1.+Legislation/Combating+Trafficking+Act_2004+Bulgaria_en.pdf?amp;fileType=pdf&f ileName=Combating+Trafficking+Act_2004+Bulgaria_en.pdf I expected to get http://localhost:8080/at-fo-2.1.4/d/National+Info+Pages/Bulgaria/5.+RESOURCES/5. 1.+Legislation/Combating+Trafficking+Act_2004+Bulgaria_en.pdf?fileType=pdf&fileN ame=Combating+Trafficking+Act_2004+Bulgaria_en.pdf I...

Type-Defect
auto-migrated
Priority-Medium

``` What steps will reproduce the problem? 1. Create a rule: /NeWs http://www.nos.nl/ 2. Try to access /news What is the expected output? What do you see instead? Expected: redirected...

Type-Defect
auto-migrated
Priority-Medium

``` When a function contains other expressions, or is followed by other expressions, parsing does not appear to act correctly Trying to pass a url like this: www.mysite.com/?locale=uk Some work...

Type-Defect
auto-migrated
Priority-Medium