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!