users@jersey.java.net

RE: [Jersey] Re: UriInfo bug or as designed?

From: Markus KARG <markus.karg_at_gmx.net>
Date: Sat, 7 Feb 2009 23:26:07 +0100

Daniel,

 

query parameters is everything right to the question mark in the URL.

 

The port 80 is omitted as it is the HTTP default port. The port is not a
query parameter.

 

Regards

Markus

 

From: Daniel Manzke [mailto:daniel.manzke_at_googlemail.com]
Sent: Samstag, 7. Februar 2009 21:13
To: users_at_jersey.dev.java.net
Subject: [Jersey] Re: UriInfo bug or as designed?

 

Ok,

 

I searched for the Java Doc of JAX-RS:

 


java.net.URI

getRequestUri
<http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.0
.0.GA/javadocs/javax/ws/rs/core/UriInfo.html#getRequestUri()> ()
          Get the absolute request URI including any query parameters.

 

Does URI with ANY query parameter mean, that the port jas to be included?!
:)

 

 

Bye,

Daniel

 

2009/2/7 Daniel Manzke <daniel.manzke_at_googlemail.com>

Hi there,

 

ok I got my webdav application up and running, but now I have a problem.

 

It get different result when calling UriInfo.getRequestUri().

 

 

Grizzly: http://localhost:80/filesystem

Tomcat: http://localhost/filesystem

 

You see the difference? :) The PORT is missing. :)

 

 

 

Is the okay? Or is it a bug?

 

 

 

 

Bye and a nice weekend from Germany,

Daniel




-- 
Mit freundlichen Grüßen
Daniel Manzke