Ticket #50 (closed defect: fixed)
[PATCH] OpenRastaModule rewrites request path outside of app domain base path on IIS7
Description
Given app base uri is http://localhost/rastademo visiting that uri without trailing slash & calling RewritePath?("ignoreme.rastahook") will throw error, becasue resulting path ( http://localhost/ignoreme.rastahook) is outside of app domain base path. This behaviour has been observed on IIS7. VS2008 integrated webserver works fine. Hence the need to qualify rastahook with full app path.
Attaching a patch to fix that + cleanup the module a bit.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

