Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-363

OPTIONS requests returns 404 Not Found

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.0.1.GA
    • None
    • jaxrs
    • None

    Description

      Hello,

      for resources with a template variable amidst of the URI-template an OPTIONS request returns 404 Not Found.
      E.g. @Path("/customers/

      {custid}/phonenumbers")
      or @Path("/customers/{custid}

      /phonenumbers/

      {id}

      ")

      For these resources requests for not implemented methods returns 404 Not Found too, while I receive 405 Method Not Allowed for a resource with
      @Path("/customers") or @Path("/customers/

      {custid}

      ").

      With best regards
      Andreas Schneider

      Attachments

        Activity

          People

            patriot1burke@gmail.com Bill Burke (Inactive)
            Andreas_Schneider_5050030 Andreas Schneider (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: