Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure path components get escaped #696

Merged
merged 1 commit into from
May 14, 2017
Merged

Make sure path components get escaped #696

merged 1 commit into from
May 14, 2017

Conversation

edsko
Copy link
Contributor

@edsko edsko commented Feb 7, 2017

The derived client for an API containing Capture has a bug: it does not
escape characters, so that if the string is "a/b", the URL becomes
".../a/b/..." instead of ".../a%2Fb/...", causing the corresponding servant
server to return a 404.

This relies on fizruk/http-api-data#47

The derived client for an API containing `Capture` has a bug: it does not
escape characters, so that if the string is "a/b", the URL becomes
`".../a/b/..."` instead of `".../a%2Fb/..."`, causing the corresponding servant
server to return a 404.

This relies on fizruk/http-api-data#47
@phadej phadej self-assigned this Feb 7, 2017
@phadej phadej closed this May 14, 2017
@phadej phadej reopened this May 14, 2017
@phadej
Copy link
Contributor

phadej commented May 14, 2017

close-reopen to retrigger travis

@phadej phadej added this to the 0.11 milestone May 14, 2017
@phadej phadej merged commit 018a38c into haskell-servant:master May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants