Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Neilj/fix trailing slashes#4560

Closed
neilisfragile wants to merge 1 commit into
release-v0.99.0from
neilj/fix_trailing_slashes
Closed

Neilj/fix trailing slashes#4560
neilisfragile wants to merge 1 commit into
release-v0.99.0from
neilj/fix_trailing_slashes

Conversation

@neilisfragile
Copy link
Copy Markdown
Contributor

@neilisfragile neilisfragile commented Feb 4, 2019

The idea is that Syanpse is permissive in what it accepts and then follows the spec in it's own outbound requests but will retry on the alternative endpoint if rejected

@neilisfragile neilisfragile changed the base branch from master to release-v0.99.0 February 4, 2019 18:09
"""
PATTERNS = client_v2_patterns(
"/groups/(?P<group_id>[^/]*)/categories/$"
"/groups/(?P<group_id>[^/]*)/categories$"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

should this be /? to make the slash optional?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

(similarly the others, to stop us from choking on folks who include /)

@richvdh richvdh added the v1.0 label Feb 7, 2019
@richvdh
Copy link
Copy Markdown
Member

richvdh commented Mar 7, 2019

superceded by #4793

@richvdh richvdh closed this Mar 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants