Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Default Header value breaks on '=' #97

Closed
ed-george opened this issue Aug 12, 2014 · 1 comment
Closed

Default Header value breaks on '=' #97

ed-george opened this issue Aug 12, 2014 · 1 comment
Labels

Comments

@ed-george
Copy link

When entering a default value for an @apiHeader, the docs do not render correctly when an equals '=' sign is part of the header default. I.e.

E.g. When using Basic Auth for client test@example.com and pass password:
@apiHeader {String} [Authorization=Basic dGVzdEBleGFtcGxlLmNvbTpwYXNzd29yZA==] Basic Auth

This would currently show as
==] Basic Auth Default value: Basic dGVzdEBleGFtcGxlLmNvbTpwYXNzd29yZA

Rather than the expected:
Basic Auth Default value: Basic dGVzdEBleGFtcGxlLmNvbTpwYXNzd29yZA==

@rottmann
Copy link
Member

Fixed in 0.6.5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants