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

NettyJaxrsServer ignores @ApplicationPath

    XMLWordPrintable

Details

    Description

      In both resteasy-netty and resteasy-netty4, NettyJaxrsServer ignores @ApplicationPath annotation. Test project is in attachment.
      Also in UndertowJaxrsServer (from resteasy-undertow) there is a check for such annotation:

         public UndertowJaxrsServer deploy(Class<? extends Application> application)
         {
            ApplicationPath appPath = application.getAnnotation(ApplicationPath.class);
            String path = "/";
            if (appPath != null) path = appPath.value();
            return deploy(application, path);
         }
      

      Attachments

        Activity

          People

            pjurak Petr Jurak (Inactive)
            kokorin_jira Denis Kokorin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: