Skip to content

GET /petclinic/owners returns 200 OK; GET /petclinic/owners/ returns 404 [SPR-5490] #10162

@spring-projects-issues

Description

@spring-projects-issues

Chris Beams opened SPR-5490 and commented

With petclinic running on your local machine, try the following

http://localhost:8080/petclinic/owners

Then,

http://localhost:8080/petclinic/owners/

Notice the latter returns 404. Users should be allowed to leave the trailing slash in place while exploring the site's URIs and not be penalized for it.


This issue is a sub-task of #10156

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: declinedA suggestion or change that we don't feel we should currently applytype: taskA general task

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions