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
It seems the component AbstractSpringJSONDocScanner.mergeApiMethodDoc used to integrate jsondoc to spring is giving priority to the headers declarated in RequestMapping.headers attribute.
When merging apiMethodDoc it explicitly ignores the headers (and others) attribute. I wonder the impact of removing the ignore fields .
Hi, I've defined a controller action like so:
JSONDoc appears to be working fine; I can add descriptions and such, and they show up fine, but headers don't. Any ideas?
The text was updated successfully, but these errors were encountered: