0 Replies Latest reply on Jan 14, 2004 5:22 AM by patti303

    chunked http-messages

    patti303

      Hi,

      i've got the following problem:

      i run a servlet which gets a http-post message from a html-form with the following line of code:

      String value = request.getParameter("xmlstream");
      


      this works fine.

      But when I send the same message from a j2me-client the http-message is chunked and my variable "value" is allways null.

      is jboss not able to process chunked messages?

      ..patrick