Ticket #50 (closed defect: fixed)

Opened 16 months ago

Last modified 4 months ago

[PATCH] OpenRastaModule rewrites request path outside of app domain base path on IIS7

Reported by: anonymous Owned by: serialseb
Priority: critical Milestone:
Component: Core - Codec Support Version:
Keywords: Cc:
Time remaining: 1d Blocked By:
Time spent: 1d Time planned: 1d
Blocking:

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

Changed 16 months ago by serialseb

  • status changed from new to assigned

Changed 15 months ago by serialseb

  • status changed from assigned to closed
  • resolution set to fixed

(In [198]) Fixes redirection to wrong vpath. Should close #50

Add/Change #50 ([PATCH] OpenRastaModule rewrites request path outside of app domain base path on IIS7)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.