Skip to content
  • znerol's avatar
    P13n: Eliminate dependency of authcache_p13n on request handler · f99bbe74
    znerol authored
    In order to generate an URL to the personalization frontcontroller, it
    was necessary to instantiate the handler (i.e. the object responsible
    for actually delivering the personalized content). Thanks to this
    refactoring effort only an independant lightweight request URL generator
    object needs to be created in order to construct callback URLs for Ajax
    and ESI requests. This also eliminates the dependency between the
    default request handler and cache-granularity. The request registry was
    renamed to request router to better reflect the responsibility of this
    class.
    f99bbe74