[Mono-bugs] [Bug 67388][Nor] Changed - QueryString lost after using Server.Transfer

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Oct 2004 17:26:55 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martin@franz63.de.

http://bugzilla.ximian.com/show_bug.cgi?id=67388

--- shadow/67388	2004-10-04 00:38:11.000000000 -0400
+++ shadow/67388.tmp.26092	2004-10-05 17:26:55.000000000 -0400
@@ -45,6 +45,24 @@
 original page.x
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-10-02 13:05 -------
 Created an attachment (id=11836)
 (gzipped) tar file containing repro
 
+
+------- Additional Comments From martin@franz63.de  2004-10-05 17:26 -------
+The problem is the preserveForm parameter in HttpServerUtility.cs,
+transfer(string path): documentation and ms says default is 'false', 
+sourcecode does default 'true', if the context Handler is not a page
+ - or if it is a page but no postback. This was wrong even before bug
+#65613 was fixed (revision 1.23), so i guess it used to be a typo back
+then. The documentation a few lines downwards even says it correctly
+"The default is false".
+
+
+Works fine if you call transfer(path, false) if you want the query 
+string etc. to be resetted.
+By the way this is the reason why browsing albums doesnt work with 
+nGallery 1.6.1
+
+greets, 
+martin