borisdiakur / marked

Confluence macro plugin which renders remote Markdown.
https://marketplace.atlassian.com/plugins/com.borisdiakur.marked
BSD 3-Clause "New" or "Revised" License
46 stars 21 forks source link

Add support for basic authorization on SVN #3

Closed wveeken closed 8 years ago

wveeken commented 8 years ago

When trying to display a .md file from our Subversion repository using a URL like this (http://username:password@repo-url), I receive a 401 error. The SVN log shows that the credentials are removed from the request: 10.224.64.21 - - [31/Aug/2016:16:46:01 +0200] "GET ////remote_markdown.md HTTP/1.1" 401 734 "-" "Java/1.8.0_65" When using an identical URL in the browser, it works fine.

wveeken commented 8 years ago

Thanks, works great!

borisdiakur commented 8 years ago

You’re welcome.