You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2020/01/02 18:52:00 UTC

[jira] [Created] (JUNEAU-170) @RestMethod(name="*") doesn't always work.

James Bognar created JUNEAU-170:
-----------------------------------

             Summary: @RestMethod(name="*") doesn't always work.
                 Key: JUNEAU-170
                 URL: https://issues.apache.org/jira/browse/JUNEAU-170
             Project: Juneau
          Issue Type: Bug
          Components: Code
    Affects Versions: 8.1.2
            Reporter: James Bognar
            Assignee: James Bognar


There's a bug in BasicRestCallHandler where if you have the following REST methods...
{code:java}
@RestMethod(name="GET", path="/foo")
@RestMethod(name="*", path="/bar")
{code}
...and you try to make a GET to /bar, you'll end up with a 404 error.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)