User:Pelle - Gallery Codex
Personal tools

User:Pelle

From Gallery Codex

Working on the URL Rewrite module.

ISAPI Rewrite issue

Escaped question mark to detect query strings? http://gallery.menalto.com/node/45663 vs http://gallery.menalto.com/node/49996 and http://gallery.menalto.com/node/54450


URL Rewrite 1.1.0

  • Added support for Path Info and ISAPI Rewrite (RFE 1240868) as an alternative to mod_rewrite Some restrictions though:
    • PathInfo:
      • No G1->G2 redirects
      • Doesn't support the fast download cache
      • Doesn't support referer check
    • ISAPI Rewrite:
      • No G1->G2 redirects
      • Can't handle patterns withouth prefixes - ISAPI Rewrite doesn't know if the requested URL is an existing file
  • Added option to allow empty referer (RFE 1225216)
  • Added a Rewrite Api for embedded configuration.
  • Added a RewriteUrlGenerator on load functionality to parse keyword values (ie, the path keyword).
  • Changed the (core) GalleryView not to resolve the itemId from the path param.
  • Changed migrate and watermark rules to only apply when we're using mod_rewrite and isapi_rewrite.
advertisements