2 Replies Latest reply on Mar 17, 2016 9:53 PM by takafumi

    How to migrate weblogic.xml "http-proxy-caching-of-cookies"

    takafumi

      Hi,

       

      I am currently researching impact of migrating Weblogic 12c to JBoss EAP 6.4.0 and have some question.

      In session-descriptor section of "weblogic.xml", there are option of "http-proxy-caching-of-cookies" to control caching of session but in JBoss, I couldn't find same/similar option compare to this.

       

      Currently, we set "false" to this option in weblogic.xml.

      Can anyone suggest me how to migrate this option to JBoss?

      (Do I have to create new source code to perform same session action?)

       

      Thank you and best regards,

      Takafumi

        • 1. Re: How to migrate weblogic.xml "http-proxy-caching-of-cookies"
          ctomc

          Looking at weblogic docs what this attribute does:

          <!-- Can occur zero to one time.
            When this flag is set to false, WebLogic will add following header with the response:
            "Cache-control: no-cache=set-cookie"
            So that the proxy caches do not cache the cookies. default: true -->

            <http-proxy-caching-of-cookies></http-proxy-caching-of-cookies>

           

          I would say that having this set to false in weblogic is same as default behavior for EAP / WildFly.

          so you don't need any special configuration change to have same behavior.

          • 2. Re: How to migrate weblogic.xml "http-proxy-caching-of-cookies"
            takafumi

            Hi Tomaz,

             

            Great thanks for giving me nice answer!

            I got that there are no need to set anything on JBoss to perform same as weblogic.

             

            Thank you and best regards,

            Takafumi