Hi, In JAXRS spec, each uri template variable without regular expression specified is matched by regular expression ([^/]+?). I do not understand the function of the ? mark in the group. Is it needed? That is, what is the difference b/w "([^/]+)" and "([^/]+?)" ? Any regular expression guru can explain it?
Regards, Rice
