Skip to content

Encoding slashes in pathnames allowed? #162

Open
@raucao

Description

@raucao

The spec requires "item names", i.e. things between the slashes of a path name, to be URI_ENCODEd and that slashes cannot be part of item names. However, I'm not clear on if that means a server should treat encoded slashes the same as unencoded ones. It would seem like that's the case, due to the no-slashes-in-item names requirement.

So to be clear, if a server sees either a GET or a PUT to something like:

https://rs.example.com/michielbdejong%2Fdocuments%2Fsome-n%C3%B4te

... should that be treated the same as:

https://rs.example.com/michielbdejong/documents/some-n%C3%B4te

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions