You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using plugin with / in the name, plugin paths are skipped. The reason is, that the RouteDecorator uses the plugin name to build FQN without changing to to backslash.
To Reproduce
Steps to reproduce the behavior:
Use plugin with name containing /
Expected behavior
Endpoints from the plugin appear in the swagger.
Attachments
Version and Platform (please complete the following information):
OS/Platform: [e.g. Linux]
CakePHP: 5.0.9
SwaggerBake Version: v3.0.3
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When using plugin with
/
in the name, plugin paths are skipped. The reason is, that theRouteDecorator
uses the plugin name to build FQN without changing to to backslash.To Reproduce
Steps to reproduce the behavior:
/
Expected behavior
Endpoints from the plugin appear in the swagger.
Attachments
Version and Platform (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: