You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by albaeck <op...@gmail.com> on 2011/10/01 04:28:14 UTC

Re: Disable @Secure testing with PageTester

Open-source is the power! :)

In test module:
public static void contributeFactoryDefaults(MappedConfiguration&lt;String,
String&gt; configuration) {
     configuration.override(SymbolConstants.SECURE_ENABLED, "false");
}

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Disable-Secure-testing-with-PageTester-tp4858523p4858915.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org