[Mono-devel-list] [patch] URL Rewrite problem
Denis Gervalle
dgl at softec.st
Thu Nov 4 18:57:29 EST 2004
Gonzalo,
you have recently (in 1.0.4) apply a useful patch to distinguish
properly Request.FilePath and Request.CurrentExecutionFilePath. This
have had some unexpected side effects:
- URL rewriting (Context.RewritePath) does not work anymore due to a
wrong calculation of Request.PhysicalPath. An HttpException is thrown in
System.Web.HttpApplication:CreateHttpHandler.
- the computation of the Action property of HtmlForm (and
consequently the action attribute of a web form) is no more appropriate
and does not produce expected result when URL rewritting is used
(especially, when this rewritting stay hidden by using 2 rewrites)
You will find attached 2 patch proposals that should fix these issues.
Since I have no CVS access, after your careful review, could you also
check them in.
TIA
Denis
--
Denis Gervalle
SOFTEC sa
http://www.softec.st
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixhttprewrite.diff
Type: text/x-patch
Size: 1029 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20041105/d314b84b/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixformaction.diff
Type: text/x-patch
Size: 1162 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20041105/d314b84b/attachment-0001.bin
More information about the Mono-devel-list
mailing list