I checked in some bug fixes to FlexWiki at lunch today with regards to URL parsing.  Some of the special characters used in many URLs were not rendering.  I noticed this in my Intranet installation of FlexWiki at work.  I probably could have used an external link to solve my problems but I don't like the way the external links look. 

I have been using FlexWiki at work every day now.  Several other people have started to catch on in it's usage. We are starting the design phase of our next version and using FlexWiki has worked great as a way to consolodate a set of questions in a central place for review in design meetings.

I played around with FlexWiki to see if I could create a secure Wiki.  I decided to add a Login page and use Forms authentication.  Since I only wanted one namespace secure I decided to create another subdomain to hold the secure namespace.  Of course this required me to fully load the FlexWiki binaries and configuration files into the new subdomain but that is ok for now.  It seems to work ok.

I just finished a bug in the FlexWiki project that had to do with the System.Web.Caching.CacheDependency object.  What a cool object!  You can tie a cached item to a collection of files.  When one of the files is changed the cached item is cleared.  I did not relize the System.Web.Caching namespace had such an object.