2 messages in com.canoo.lists.webtest[Webtest] overriding getProperty to u...
FromSent OnAttachments
Michael Jividen29 Nov 2004 11:34 
Marc Guillemot30 Nov 2004 01:05 
Subject:[Webtest] overriding getProperty to use custom encrption method
From:Michael Jividen (mjiv@real.com)
Date:11/29/2004 11:34:59 AM
List:com.canoo.lists.webtest

I am building a web interface for webtest and I also need all of the properties that are used in testing to be encrypted. I have the web interface write to the properties file directly, I just need to add decryption to the part of code in webtest that pulls a property from a properties file. The problem is I can't seem to locate where this happens in the webtest code. I have tried a couple times unsuccessfully including changing the implementation of the IPropertyHandler interface in com.canoo.webtest.ant.TestSpecificationTask . Any help would be appreciated.