Skip to content

Two sitebricks services using different HTTP method but with same URL depth, client gets 404 #78

@panayotkulchev

Description

@panayotkulchev

When in the same sitebricks service class

 @At("/r/address/streets") @Service

have two services like :

@At("/search") @Post
@At("/:id") @Delete

The client gets 404 r/address/streets/search not found But there should not have problems for separation between both URLs, because two different HTTP methods.

If use:

@At("/search") @Post
@At("/delete/:id") @Delete

everything works fine

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