1 Reply Latest reply on Apr 27, 2005 10:28 AM by gseel

    Specifying Attributes in an HttpServletRequest in JBoss

    gseel

      I have an application (running on JBoss 3.2.5) storing a number of values as attributes into an HttpServletRequest object for passing to a jsp. One of these appears to be getting lost.

      On closer inspection it appears that the attributes are held in a HashMap and adding an attribute with the name entities is overwriting an attribute with the name transid in the HashMap.

      Since the HashMap is entirely under the control of HttpServletRequest there seems to be no easy way to control this. Is it a known bug?