users@jersey.java.net

Matrix Parameter question

From: geoffrey hendrey <geoff.hendrey_at_gmail.com>
Date: Sun, 1 Nov 2009 18:09:53 -0800

Hi,

I've got a resource class, call it X, on an arbitrary path.

.../X

If I pass a URL matrix parameter to Resource X as follows, the matrix
parameter is properly injected into class X
.../X;a=hello

However, if I add so much as a trailing slash to the path, then I don't
receive the injected matrix parameter. E.g., this doesn't work:

.../X;a=hello/

and this doesn't work either

.../X;a=hello/b/c/d

Everything I have read indicates that I should be able to receive parameter
"a". Any ideas on what might cause this to fail?

-geoff

-- 
http:nextdb.net - RESTful Relational Database
http://www.nextdb.net/wiki/en/REST