Skip to content
  • Fabien Viale's avatar
    Request rewriter for proxyfied applications · 96ec7c0c
    Fabien Viale authored
     - add the rewriter as a parent handler to rewrite urls before they are handled by context handlers
     - wrote PCAProxyRule which rewrites the url if the Referer contains a proxyfied endpoint
     - use a cache mechanism in case the Referer does not contain a proxified endpoint but this referer has already been the target of a rewrite (case of css including other css)
      - add properties to disable the rewriter and control cache size
     - redirect GET request instead of rewriting them (prevents usage of referer cache for most requests)
    96ec7c0c