1 Reply Latest reply on Mar 6, 2003 11:52 AM by chriskb

    Jetty POST Param Problems

    chriskb

      We have a framework we have used for several months now no problems. I changed some of the code to submit params via POST because we do not want users to see them.

      command line = /epay/override.do

      POST params do not come through. POST method is called on the MainServlet.class which is mapped in the web.xml file. But no post params ever come through. getParameterNames enum is blank.

      I have read others having problems with this. Any help ?

        • 1. Re: Jetty POST Param Problems
          chriskb

          we found the problem. The post worked with Mozille but not ie. There was a reference on the microsoft site about a bug that can happen during redirects when doing NTLM authentication.