[Mono-bugs] [Bug 470662] New: Url like : http://xxxxxxxxx/test.aspx/xxxx/file.xxx doesnt work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 29 11:28:09 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=470662


           Summary: Url like : http://xxxxxxxxx/test.aspx/xxxx/file.xxx
                    doesnt work
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: informatique.internet at fiducial.fr
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.0.5)
Gecko/2008120121 Firefox/3.0.5

I'm using these url scheme to download generated files via mozilla products...

on mono 2.0 it works like a charm
on mono 2.2 + it fails with 404 error...

I don't now what is the behaviour of MS.NET

Reproducible: Always

Steps to Reproduce:
1. create a test.aspx page that write : Request.PathInfo on the console
2. run xsp then  http://localhost:8080/test.aspx/xxxx/file.xxx 
3.
Actual Results:  
404 error

Expected Results:  
it should write test.aspx/xxxx/file.xxx 

this url scheme does work http://localhost:8080/test.aspx/xxxx/file_xxx 

so i've workaround with mod_rewrite rule 

RewriteRule   ^(.*)\.xpi$  $1_xpi

-- 
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