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

DefaultTextPlain provider should be used for produceing in end-points without @Produces annotation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 3.0.14.Final
    • None
    • None

    Description

      DefaultTextPlain provider should be used for produceing in end-points without @Produces annotation.
      This jira was split from RESTEASY-1282. RESTEASY-1282 provides partial fix of this jira. This jira was created because partial fix needs to be verified by QE.
      For more information about this general issue, see comments in JBEAP-2847 ...

      @Path("postDate")
      @POST
      public Response postDate() throws Exception {
      	return Response.ok().entity(new Date(10000)).build();
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mkopecky@redhat.com Marek Kopecky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: