Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Fix Link header non-ASCII characters issue #2903

Merged
merged 1 commit into from
Jun 1, 2018
Merged

Fix Link header non-ASCII characters issue #2903

merged 1 commit into from
Jun 1, 2018

Conversation

sergeykonkin
Copy link
Contributor

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the Nancy code style guidelines
  • I have provided test coverage for my change (where applicable)

Description

Fix for the #2695.

Added UrlEncode specifically for Link header since when it comes to Owin middleware - it gets already composed header values but we need to encode only the path that was passed in the request.

@dnfclas
Copy link

dnfclas commented May 31, 2018

CLA assistant check
All CLA requirements met.

@khellang khellang added the Bug label Jun 1, 2018
@khellang khellang added this to the 2.0-dangermouse milestone Jun 1, 2018
@khellang khellang merged commit de458a9 into NancyFx:master Jun 1, 2018
@khellang
Copy link
Member

khellang commented Jun 1, 2018

Thanks! A really nice PR 👌

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

Successfully merging this pull request may close these issues.

3 participants