0 Replies Latest reply on Sep 5, 2006 4:07 PM by ssaha9

    Jboss 4.0.4 GA version request.getInputStream() issue

    ssaha9

      Hi,

      I have a simple servlet which extends from ActionServlet. I do following
      InputStream is = request.getInputStream();
      int i = is.read();
      or
      int i = is.available();

      It seems that when the servlet is deployed in jboss 4.0.4GA, this inputStream cannot be read and the above code returns -1 or 0 whereas same code works just fine with same client call when deployed on jboss 4.0.3sp1.

      Can someone please let me know what might be the issue? We have tested on 2 different environment and this behavior is consistent on 2 installation? This simple code should work in either version of Jboss. Is there any difference in Jboss 4.0.4GA and 4.0.3SP1 or underlying Tomcat version which could create this change in behavior. Would appreciate your response.

      Regards,
      SS