Skip to content

Document why the link needs to be unescaped#5186

Merged
Nishnha merged 2 commits intomainfrom
document-why-escaping-necessary
May 24, 2022
Merged

Document why the link needs to be unescaped#5186
Nishnha merged 2 commits intomainfrom
document-why-escaping-necessary

Conversation

@jeffwidman
Copy link
Copy Markdown
Member

Since this link will always work on GitHub regardless of whether escaped or not,
I added an inline code comment with the commit message from 62366e4.

That way someone doesn't accidentally pull this out and think they're okay just
because everything continues to work on GitHub.

I meant to tag this onto #5174 but then forgot before I clicked the merge button.

Since this link will always work on GitHub regardless of whether escaped or not,
I added an inline code comment with the commit message from 62366e4.

That way someone doesn't accidentally pull this out and think they're okay just
because everything continues to work on GitHub.
@jeffwidman jeffwidman requested a review from a team as a code owner May 24, 2022 18:31
@Nishnha Nishnha enabled auto-merge May 24, 2022 19:56
@Nishnha Nishnha merged commit 2e6d066 into main May 24, 2022
@Nishnha Nishnha deleted the document-why-escaping-necessary branch May 24, 2022 20:21
url_details = url_details.dup
# Some Nuget repositories, such as JFrog's Artifactory, URL encode the "next" href
# link in the paged results. If the href is not URL decoded, the paging parameters
# are ignored and the first page is always returned.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oof! That's what I get for editing directly in the Web UI instead of my editor. Thanks @Nishnha !

@mctofu mctofu mentioned this pull request May 31, 2022
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