Ticket #17 (closed defect: fixed)

Opened 2 years ago

Last modified 10 months ago

Problem with mango.io.Uri.getPath()

Reported by: headexplodes Assigned to:
Priority: major Milestone:
Component: mango.io Version: SVN HEAD
Keywords: uri url getpath path Cc:

Description

Hi,

The value returned from Uri.getPath() seems incorrect for the URL "http://localhost:4444//fruit//test". Instead of "//fruit//test" it returns just "//test".

I am using a simple HttpServer?, HttpRequest? and calling the getRequestUri() method on HttpRequest? to retrieve a Uri object.

I am using the latest version of Uri.d (revision 797). The problem may occur with other examples also.

Thanks, Robert.

Change History

12/07/07 02:39:47 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.

now in Tango