[Mono-bugs] [Bug 82102][Nor] New - [2.0] Expressions not working in title element

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 14 11:43:00 EDT 2007


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 gert.driesen at pandora.be.

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

--- shadow/82102	2007-07-14 11:43:00.000000000 -0400
+++ shadow/82102.tmp.26213	2007-07-14 11:43:00.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 82102
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [2.0] Expressions not working in title element
+
+In 2.0 profile, the content of the title element is not output when an 
+expression is used in it.
+
+To reproduce:
+1. extract the attached gzipped tar.
+2. compile test.cs using gmcs /target:exe /r:System.Web.dll test.cs.
+3. run it.
+
+Expected result:
+
+Succesful execution (exit code 0).
+
+Actual result:
+
+<html>
+
+<head><link rel="alternate" type="text/xml" href="&lt;%=Request.File
+Path%>?disco" /><title>
+
+</title></head>
+<body>
+</body>
+</html>


More information about the mono-bugs mailing list