[Mono-bugs] [Bug 693029] New: HttpListener removes encoded pound character from querystring
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed May 11 03:02:11 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=693029
https://bugzilla.novell.com/show_bug.cgi?id=693029#c0
Summary: HttpListener removes encoded pound character from
querystring
Classification: Mono
Product: Mono: Class Libraries
Version: 2.10.x
Platform: x86
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: luisfam at hotmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17)
Gecko/20110429 CentOS/3.6-1.el5.centos Firefox/3.6.17
When using HttpListener the hexadecimal value of # (%23) and anything after it
is removed from the querystring. Does not happen with v2.6.7.
Reproducible: Always
Steps to Reproduce:
1. Run HttpListenerDemo/bin/Debug/HttpListenerDemo.exe
2. View http://127.0.0.1:9999/?a=C%23
Actual Results:
Shows "C"
Expected Results:
Should show "C#"
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list