Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-4725

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 7.0.0.ER4
    • REST
    • None

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

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

      This jira was split from JBEAP-2847. JBEAP-2847 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 ...

            rhn-support-asoldano Alessio Soldano
            mkopecky@redhat.com Marek Kopecky
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: