Skip to content

Reject (or handle graciously) session IDs that aren't URL safe #15

@jmcphers

Description

@jmcphers

There are no restrictions on session IDs in Kallichore; you can make one that's zero length or has unprintable or unusual Unicode characters. This can make it difficult to invoke API methods on those sessions since the session ID is read from the URL.

There are a few ways to address this; the simplest is probably to require session IDs to use characters from a limited URL-safe set, have a min and max length, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions