Skip to content

How to handle %2F(#\/) that is not suppose to be divider #167

@not-null-nil

Description

@not-null-nil

See this:

(list
...
     :path-info  (quri:url-decode (uri-path quri) :lenient t)
...
)

:path-info will be "/calculator/3/2" for "http://www.franz.com/calculator/3%2f2"
But what I want is ("calculator" "3/2").
See this for more info.
How do I get ("calculator" "3/2") in this case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions