0 Replies Latest reply on Oct 31, 2006 7:16 AM by shandor

    cookies are used even when context.xml is configured not to

    shandor

      I found a realy strange behaviour here which is different than tomcat.
      If the web browser send a valid cookie to JBOSS, it will be used event though
      I have jbossweb-tomcat55.sar/context.xml with:
      Context cookies="false" crossContext="true"


      Behaviour is as follows:
      1) if browser does not send cookie, jboss will rewrite urls ( as expected )
      2) if browser send cookie, jboss will use it. ( wrong behaviour and not consistent with standalone tomcat )

      Anyone knows something about this ?

      Thanks