Posted At : Dec 07, 2009 0:39 AM | Posted By : Ed Tabara
Related Categories: ColdFusion, cfHSSF, cfWatcher, cfFirewall, My Projects, cfSQLMaster, 1ssChat, 1ssBlog

WOOHOO!!!!!!!!!!!!!!!!!!!!! 6000 downloads of my projects. Not too bad. :) ...

| 6283 Views | 7% / 0% Popularity


Posted At : Nov 27, 2009 16:16 PM | Posted By : Ed Tabara
Related Categories: ColdFusion, cfFirewall, My Projects

It seems like in the Java version that come with CF9 there has been done changes to the objects serialization process. So that if for example being on ColdFusion 8 you serialized a query and saved it to a file and then being on ColdFusion 9 you will try to read it from that file and deserialize it, you will get an error like: Message coldfusion.sql.imq.imqTable; local class incompatible: stream classdesc serialVersionUID = 204918878759614904, local class serialVersionUID = -4268876343395905062 Type java.io.InvalidClassException classname coldfusion.sql.imq.imqTable I wasn't aware of it till yesterday when i got an email from Sami Hoda stating that he have problems running cfFirewall. So i did some tests today and as soon as i deleted previously saved settings and created them again all started to work well. This way, thouse of you who will get into such situation, all is needed is: save your settings from: Allowed Scripts, Bad Strings, Filtered ...

| 5328 Views | 6% / 0% Popularity


Posted At : Jul 19, 2007 1:50 AM | Posted By : Ed Tabara
Related Categories: ColdFusion, cfFirewall, My Projects

Ok... i've put together some description and now cfFirewall officially is out. How sweet it sound! LOL Hope some of you will find it useful....

| 7134 Views | 8% / 0% Popularity


Posted At : Jul 18, 2007 2:29 AM | Posted By : Ed Tabara
Related Categories: ColdFusion, cfFirewall, My Projects

A bit over one week ago, Pete Freitag announced about a comming Web Application Firewall for ColdFusion. I think this is a very good idea and i see places to use it. But being impatient about something i would really want to see and try, and having some free time last week end, i thought i would do something similar while waiting to see what Pete will come with. What i've got is a small application that allow: 1) Define allowed IPs (the list of IPs that can access your site) 2) Define denied IPs (the lists of IPs that can't access your site) 3) Define allowed scripts (the list of cfml scripts that can be accessed directly) 4) Define bad strings (the lists of strings/words that you don't want to get in through URL, COOKIE, FORM structures). Probably this is more appropiate for forum applications so may be of less usage though. 5) Define RegEx expressions that would allow you to replace some strings with other strings. (something similar to the "Enable Global Script Protection" o...

| 7510 Views | 9% / 0% Popularity