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

Jetty 8 fails with simple @FormParam

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 2.3.4.Final
    • None
    • None
    • None

      Here is the code I use, but the variable start is never filled when a post request is received.

      I can't find the tag 2.3.3_final on the github repository so I can't debug and provide a patch.

      I'm in trouble because @FormParam is a basic feature and is still not working on this version.

      ```java
      @POST
      @Path("/event")
      @Produces("application/json")
      public String create(@FormParam("start") String start){
      System.out.println("test");
      return "

      {\"start\":\"test\"}

      ";
      }

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

                Created:
                Updated:
                Resolved: