Hi guys,

I have the url structure:

/tree/category/category/*/category/leaf

i.e. a tree with any number of subcategories.

I would really like to map this using a PathVariable that returns an array of subcategories. Is this possible?

I've checked the draft-gregorio-uritemplate-04 doc referenced in the spring docs which mentions:

{/list*,x} mapping to /val1/val2/val3/1024

but i couldn't get it to work.

Has this been implemented in spring? If not, is there any intention to implement it?


Cheers


A.