Skip to content

Pages: Figure out a way to do the middleware 404 handling without mucking with env['PATH_INFO'] #9

@TylerRick

Description

@TylerRick

As it is, if you inspect request.path from your app, it will return relatively useless information such as:

/k3cms_pages/2
/k3cms_pages/not_found

As a workaround for now, we are setting request.env['ORIG_PATH_INFO'] so that the app at least has some way of seeing what the original path was...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions