Show globalSettings.xml syntax highlighted
<?xml version="1.0"?>
<document>
<properties>
<author email="engrean.AT.users.DOT.sourceforge.DOT.net">Christian Hargraves</author>
<title>Jameleon - HtmlUnit Plug-in - Global Settings or Configuration</title>
</properties>
<meta name="keyword" content="jameleon, htmlunit, plug-in, Configuration, Settings, Global Configuration, Test, Testing, automated testing, Documentation, javadocs"/>
<body>
<section name="Available Global Settings">
<p>
The following settings may be configured via jameleon.conf.
<table border="1" cellpadding="1">
<tr>
<th>Property Name:</th>
<th>Description</th>
<th>Default Value</th>
</tr>
<tr>
<td>htmlUnitEnableSslCertCheck</td>
<td>Use this for sites that use an invalid SSL cert, by setting it to <b>false</b>. Setting this
to <b>false</b> accepts <b><i>any</i></b> SSL cert as valid.</td>
<td></td>
</tr>
<tr>
<td>htmlUnitEnableSslCertCheckPort</td>
<td>Use this for sites that use an invalid SSL cert, some sites might run non-standard port. Use this setting
to define which port https is on.</td>
<td></td>
</tr>
</table>
</p>
</section>
</body>
</document>
See more files for this project here