[Mono-bugs] [Bug 368614] New: URL parameter not working under version 1.9.0
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 10 07:23:26 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=368614
Summary: URL parameter not working under version 1.9.0
Product: Mono: Class Libraries
Version: 1.9.0
Platform: Other
OS/Version: openSUSE 10.3
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: helitron at flyheli.de
QAContact: mono-bugs at lists.ximian.com
Found By: Field Engineer
After updating from 1.2.6 to version 1.9.0 the Redirect command does not handle
URL parameters correctly:
Example:
Response.Redirect("http://mywebsite.aspx?parameter=1");
this results in a "webpage not found" error because mono generates this url:
http://mywebsite.aspxparameter=1
the "?" is missing.
It worked well with all previous version and happend first after upgrading to
1.9.0
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list