users@jersey.java.net

[Jersey] a bug for rightHandPathCapturingGroup

From: 白文志 <baiwenzhi_at_yahoo.cn>
Date: Thu, 4 Apr 2013 23:03:43 +0800 (CST)

I read jersey source for study REST Framework。it is wonderful。but in reading deeply I find one conflict:in Class UriTemplateParser method getGroupIndexes,which add the rightHandPathCapturingGroup to the last int[]。but in Class PathPattern method addIndexForRightHandPathCapturingGroup it do it again,is a bug or something else?thanks!