Apr 08 2006

New UrlRewriter .NET release

Published by sethyates under Development

A few new features added to the open source url rewriter, including:

  • Logging support (you can add adapters for log4net, etc)
  • The rewriter now adds the original and final querystring as Items in the HttpContext. To access, you would use:
    RewriterHttpModule.OriginalQueryString
    RewriterHttpModule.QueryString
  • FIXED: Added checking for too many restarts
  • FIXED: Case sensitivity in pattern matching

Download UrlRewriter.NET 1.6 here.

Related posts

One response so far

Mar 13 2006

UrlRewriter.NET is now open source

Published by sethyates under Development

I’ve decided to release the UrlRewriter.NET product for free now, and make it open source. Hopefully with it being free and open source, it will receive the coverage it deserves.

Related posts

2 responses so far