Branch: refs/heads/3.0
Home:
https://github.com/resteasy/Resteasy
Commit: 56633f0cd757508fac3b2b3c0a377dc068281cdd
https://github.com/resteasy/Resteasy/commit/56633f0cd757508fac3b2b3c0a377...
Author: rsearls <rsearls(a)localhost.localdomain>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/registry/SegmentNode.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorRegexCapturingGroupTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorRegexNonCapturingGroupTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroup.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroupSubResourceNoPath.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroupSubResourceWithPath.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexNonCapturingGroup.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/path/web.xml
Log Message:
-----------
[RESTEASY-1569] changed calculation to get proper path substring. Added tests for regex
capturing groups