Skip to content

Make ERROR_404_HELP = False by default #545

@wswld

Description

@wswld

I encountered an issue with ERROR_404_HELP occassionally and found it to be extremely counterintuitive (that one code behaved completely differently than the others) and underdocumented. My suggestion is to make it:

help_on_404 = current_app.config.get("ERROR_404_HELP", False)

I can provide a pull request if required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions