Problem With parameterized paths
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021
08:43 AM
05-26-2021
08:43 AM
Problem With parameterized paths
Hi I am also facing similar as user bflynnbyx who posted a question on 1/5/21
I have imported an openApi yaml file and created a virtual service. When testing any endpoint that has a parameterized path, readyApi's java server throws these errors:
- Wed May 26 10:23:42 CDT 2021: ERROR: got an exception while dispatching - returning a default 500 response
- Wed May 26 10:23:42 CDT 2021: ERROR: java.util.regex.PatternSyntaxException: named capturing group is missing trailing '>' near index 11 (?.*\n*.*) ^
- java.util.regex.PatternSyntaxException: named capturing group is missing trailing '>' near index 11
There is no mocking implementation involved, or at least the resolved answer in that question doesn't apply here. Any ideas why this java error occurs?
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021
12:28 PM
05-26-2021
12:28 PM
I upgraded to 3.8.1 and this is no longer an issue.
