-
Bug
-
Resolution: Done
-
Blocker
-
7.0.0.ER5, 7.0.1.CR1
-
None
RESTEasy should log warning message if two end-points are conflicting on the same path
Example:
@Path("/a") public class DuplicitePathMethodResource { public static final String DUPLICITE_RESPONSE_1 = "response1"; public static final String DUPLICITE_RESPONSE_2 = "response2"; @Path("/b") @GET public String dupliciteOne() { return DUPLICITE_RESPONSE_1; } @Path("/b") @GET public String dupliciteTwo() { return DUPLICITE_RESPONSE_2; } }
- clones
-
RESTEASY-1300 Response code 204, when javax.validation.ConstraintDefinitionException is returned
- Closed
- is caused by
-
RESTEASY-1398 Incorrect warning logs because of "multiple endpoints" while in fact it is one.
- Closed
-
RESTEASY-1369 When logging warning for RESTEASY 002142: Multiple resource methods match request. Selecting one. give more details which classes / functions matches.
- Closed
- is incorporated by
-
JBEAP-5005 Upgrade Resteasy to 3.0.18.Final
- Verified
-
JBEAP-4600 Upgrade Resteasy to 3.0.17.Final
- Closed
- is related to
-
JBEAP-5316 Warning message when accessing endpoint in deployment with two Application subclasses with same @Path
- Verified
-
WFLY-10613 Warning message when accessing endpoint in deployment with two Application subclasses with same @Path
- Closed