[Mono-bugs] [Bug 60478][Wis] New - XSP doesn't shows correct links with non-root webapplications

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Jun 2004 15:16:46 -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 pablo@pablo.com.mx.

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

--- shadow/60478	2004-06-20 15:16:46.000000000 -0400
+++ shadow/60478.tmp.27745	2004-06-20 15:16:46.000000000 -0400
@@ -0,0 +1,59 @@
+Bug#: 60478
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Debian SID
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+Component: System
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: pablo@pablo.com.mx               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP doesn't shows correct links with non-root webapplications
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+
+Description of Problem:
+If I create a webapplication (in xsp) with '/samples' as the webapplication
+name and try to open the links in it, the links are not printed correctly,
+instead of:
+
+http://localhost:8081/samples/session1.aspx
+
+It links to
+
+http://localhost:8081/session1.aspx
+
+See the /samples/?
+
+Running Mono Beta 3 and XSP 0.15, try with asp.net samples.
+
+Steps to reproduce the problem:
+1. Run xsp and point the webapplication name to something like '/samples'
+NOT '/'.
+2. Then point your webbrowser to http://localhost:8080/samples and try to
+open a link.
+
+Actual Results:
+Error 404 cause /file.aspx does not exists.
+
+Expected Results:
+Open /samples/file.aspx
+
+How often does this happen? 
+Every time I use a non-root webapplication name, like /example.
+
+Additional Information:
+<apps>
+  <web-application>
+    <name>samples</name>
+    <vpath>/samples</vpath>
+    <path>/usr/share/asp.net-demos/asp</path>
+  </web-application>
+</apps>