Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6564138

Cache: resources with parameters such as foo.jar;jsessionid=123456 are multiply cached

XMLWordPrintable

    • 6
    • b105
    • generic, x86
    • generic, windows

        When a resource has a query string, such as "foo.jar?param=value1" is cached, the reasource is cached based soley on the noQuery href "foo.jar", so when the query string changes (such as "foo.jar?param=value2", additional resources are not cached.
        But if a resource URL has parameters such as "foo.jar;jsessionid=1234", it is cached based on the whole URL, so that if referenced again as "foo.jar;jsessionid=5678", another instance of foo.jar is cached.
        This is a regression from 1.5.0

              herrick Andy Herrick (Inactive)
              herrick Andy Herrick (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: