-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite does double redirect if you dont have leading / on from #119
Comments
Note, this doesn't happen on an ordinary rewrite rule. |
Figured it out... /.* for the FROM
|
To compare vs apache 2.0 I ran a few tests httpd rewrites are weird too but different weird than Runwar With a rewrite, the from rule something like for the TO it never seems to be relative If you make it absolute runwar seems to make it relative to the context of the site or the folder of the attempted page ( relative bug ) The server I tested on is just plain jane with no special options, ie default settings. Hope this helps. |
This is still broken.
|
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.UrlRewriter DEBUG: processing request for /resorts/resort.cfm
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.RuleBase DEBUG: Rule 0 run called with /resorts/resort.cfm
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.RuleBase DEBUG: matched "from"
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.Condition DEBUG: evaluating "/resorts/resort.cfm" against ^/resorts/resort.cfm.*
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.Condition DEBUG: evaluating "hotelID=RVMVLAH&1=2" against .hotelID=.$
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.RuleBase DEBUG: conditions match
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.SetAttribute DEBUG: set Set status null 410 called
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.SetAttribute DEBUG: setting status
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.RuleExecutionOutput DEBUG: needs to be forwarded to /410.html/410.html
[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewrite.UrlRewriter DEBUG: rule is last
[DEBUG] runwar.request: * requested:410.html/410.html
The text was updated successfully, but these errors were encountered: