I recently posted about an update to my WebPageSecurity module project to the newly named SecureSwitch. One of the best ways to ramp up coding on the project again is to get it into a public code repository.
I thought about using Git on GitHub, but I want to get moving on this and that would not be the case if I had to fumble through learning Git now. Although, I do really like the concept of a distributed version control system (DVCS). Instead, I will stick with Subversion (SVN) for now.
That lands the project in the capable arms of Google Code, which I find to be a very nice new home for SecureSwitch. I will likely have a dedicated page here on GeekFreeq for SecureSwitch that refers visitors to the project on Google Code, and/or I will just pipe updates from the project site here via RSS.
Anyway, this is the first stage of a “grown-up” SecureSwitch.
Tags: .NET, ASP, development, products, Security | Posted in: Security, Web Development
Leave a comment, or track back from your site.
The preceding is the opinion of the author(s) and is not intended to malign any religion, ethnic group, club, organization, company, or individual. The views of the writer are his own, and do not in any way reflect the views of the site they are posted on, other sites affiliated with this site, the staff involved with the site, or any other members of this site. For more information, review the full Terms of Use for this site.
I’ve been using your web security module for a few years now and appreciate the work. I’m wondering if you have any objections to my borrowing portions of your configuration-related code for another open source module I’m working on. I need to have the include/exclude paths & files features to prevent strange behavior during automatic redirects–pretty much the same type of things that you’re doing in the SecureWebPageModule. Also, I have a C# port of a recent CodeProject build if you’re interested. Any chance you can get in touch with me by e-mail?
Scott,
Feel free to use any portion of the module code you need for your other project(s). (I replied directly via e-mail as well.)
Good luck!