On Thu, 2008-01-10 at 16:48 +0100, Johannes Koch wrote: > Johannes Koch schrieb: > > Ortwin Glück schrieb: > >>> Yep, what about the fragment component? > >> > >> No, fragments are not handled by HTTP Servers. They are only handeled > >> by clients (browser). > > > > Then to make it consistent, I will also change > > > > URI absoluteRequestURI = new URI( > > target.getSchemeName(), > > null, > > target.getHostName(), > > target.getPort(), > > requestURI.getPath(), > > requestURI.getQuery(), > > requestURI.getFragment()); > > > > to > > ... > > requestURI.getQuery(), > > null); > > > > See attached patch. >
And what about the test case? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
