Closed arcanist123 closed 3 months ago
assume you have method1 and method1_test the current code is doing the following FIND REGEX -meta-url-regex IN lv_path. https://github.com/larshp/ABAP-Swagger/blob/main/src/zcl_swag.clas.abap line 610 if can call method1 even though the handler for method1_test was called
thanks, pull requests welcome
I was stupid, just needed to play around the regex. In my case, since I have handlers as post methods, it was enough to add $ at the end of the regex to solve the issue above
assume you have method1 and method1_test the current code is doing the following FIND REGEX-meta-url-regex IN lv_path.
https://github.com/larshp/ABAP-Swagger/blob/main/src/zcl_swag.clas.abap line 610
if can call method1 even though the handler for method1_test was called