Hello!
We are evaluating oharagroup.confluence.plugins.confluence-open-api and want to store the swagger yaml in bitbucket server.
The addon in confluence contacts Bitbucket server using:
* a URL: http://git/projects/TDF/repos/test/raw/swagger.yaml
* with request headers "accept: application/json;charset=utf-8,*/*"
This results in a 404.
A request header "Accept: */*" works and delivers the content as text/plain.
Any ideas how I can get this working?
Thanks,
Johan
The issue is reported here: https://jira.atlassian.com/browse/BSERV-10138
You can use the suggested workaround, i.e. add mvc before /projects/ in the URL: http://git/mvc/projects/TDF/repos/test/raw/swagger.yaml
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.