Author: buildbot
Date: Fri Aug 16 15:19:45 2013
New Revision: 874896
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/book-component-appendix.html
websites/production/camel/content/book-in-one-page.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/jasypt.html
Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Fri Aug 16
15:19:45 2013
@@ -7852,7 +7852,7 @@ irc:[email protected]?channels=#chan1,
<h2><a shape="rect" name="BookComponentAppendix-Jasyptcomponent"></a>Jasypt
component</h2>
<p><b>Available as of Camel 2.5</b></p>
-<p><a shape="rect" class="external-link" href="http://www.jasypt.org/"
rel="nofollow">Jasypt</a> is a simplified encryption library which makes
encryption and decryption easy. Camel integrates with Jasypt to allow sensitive
information in <a shape="rect" href="properties.html"
title="Properties">Properties</a> files to be encrypted. By dropping
<b><tt>camel-jasypt</tt></b> on the classpath those encrypted values will
automatic be decrypted on-the-fly by Camel. This ensures that human eyes can't
easily spot sensitive information such as usernames and passwords.</p>
+<p><a shape="rect" class="external-link" href="http://www.jasypt.org/"
rel="nofollow">Jasypt</a> is a simplified encryption library which makes
encryption and decryption easy. Camel integrates with Jasypt to allow sensitive
information in <a shape="rect" href="properties.html"
title="Properties">Properties</a> files to be encrypted. By dropping
<b><tt>camel-jasypt</tt></b> on the classpath those encrypted values will
automatically be decrypted on-the-fly by Camel. This ensures that human eyes
can't easily spot sensitive information such as usernames and passwords.</p>
<p>Maven users will need to add the following dependency to their
<tt>pom.xml</tt> for this component:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -7950,7 +7950,7 @@ You can download it from <a shape="rect"
</div>
<h3><a shape="rect"
name="BookComponentAppendix-Protectingthemasterpassword"></a>Protecting the
master password</h3>
-<p>The master password used by <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> must be provided, so its capable of decrypting the
values. However having this master password out in the opening may not be an
ideal solution. Therefore you could for example provided it as a JVM system
property or as a OS environment setting. If you decide to do so then the
<tt>password</tt> option supports prefixes which dictates this.
<tt>sysenv:</tt> means to lookup the OS system environment with the given key.
<tt>sys:</tt> means to lookup a JVM system property.</p>
+<p>The master password used by <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> must be provided, so that it's capable of decrypting
the values. However having this master password out in the open may not be an
ideal solution. Therefore you could for example provide it as a JVM system
property or as a OS environment setting. If you decide to do so then the
<tt>password</tt> option supports prefixes which dictates this.
<tt>sysenv:</tt> means to lookup the OS system environment with the given key.
<tt>sys:</tt> means to lookup a JVM system property.</p>
<p>For example you could provided the password before you start the
application</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -8003,7 +8003,7 @@ cool.password=ENC(bsW9uV37gQ0QHFu7KO03Ww
<h3><a shape="rect"
name="BookComponentAppendix-ExamplewithSpringXML"></a>Example with Spring
XML</h3>
-<p>In Spring XML you need to configure the <tt>JasyptPropertiesParser</tt>
which is shown below. Then the Camel <a shape="rect" href="properties.html"
title="Properties">Properties</a> component is told to use <tt>jasypt</tt> as
the properties parser, which means <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> have its chance to decrypt values looked up in the
properties. </p>
+<p>In Spring XML you need to configure the <tt>JasyptPropertiesParser</tt>
which is shown below. Then the Camel <a shape="rect" href="properties.html"
title="Properties">Properties</a> component is told to use <tt>jasypt</tt> as
the properties parser, which means <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> has its chance to decrypt values looked up in the
properties. </p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
<!-- define the jasypt properties parser with the given password to be used
-->
Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Fri Aug 16 15:19:45
2013
@@ -29319,7 +29319,7 @@ irc:[email protected]?channels=#chan1,
<h2><a shape="rect" name="BookInOnePage-Jasyptcomponent"></a>Jasypt
component</h2>
<p><b>Available as of Camel 2.5</b></p>
-<p><a shape="rect" class="external-link" href="http://www.jasypt.org/"
rel="nofollow">Jasypt</a> is a simplified encryption library which makes
encryption and decryption easy. Camel integrates with Jasypt to allow sensitive
information in <a shape="rect" href="properties.html"
title="Properties">Properties</a> files to be encrypted. By dropping
<b><tt>camel-jasypt</tt></b> on the classpath those encrypted values will
automatic be decrypted on-the-fly by Camel. This ensures that human eyes can't
easily spot sensitive information such as usernames and passwords.</p>
+<p><a shape="rect" class="external-link" href="http://www.jasypt.org/"
rel="nofollow">Jasypt</a> is a simplified encryption library which makes
encryption and decryption easy. Camel integrates with Jasypt to allow sensitive
information in <a shape="rect" href="properties.html"
title="Properties">Properties</a> files to be encrypted. By dropping
<b><tt>camel-jasypt</tt></b> on the classpath those encrypted values will
automatically be decrypted on-the-fly by Camel. This ensures that human eyes
can't easily spot sensitive information such as usernames and passwords.</p>
<p>Maven users will need to add the following dependency to their
<tt>pom.xml</tt> for this component:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -29417,7 +29417,7 @@ You can download it from <a shape="rect"
</div>
<h3><a shape="rect"
name="BookInOnePage-Protectingthemasterpassword"></a>Protecting the master
password</h3>
-<p>The master password used by <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> must be provided, so its capable of decrypting the
values. However having this master password out in the opening may not be an
ideal solution. Therefore you could for example provided it as a JVM system
property or as a OS environment setting. If you decide to do so then the
<tt>password</tt> option supports prefixes which dictates this.
<tt>sysenv:</tt> means to lookup the OS system environment with the given key.
<tt>sys:</tt> means to lookup a JVM system property.</p>
+<p>The master password used by <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> must be provided, so that it's capable of decrypting
the values. However having this master password out in the open may not be an
ideal solution. Therefore you could for example provide it as a JVM system
property or as a OS environment setting. If you decide to do so then the
<tt>password</tt> option supports prefixes which dictates this.
<tt>sysenv:</tt> means to lookup the OS system environment with the given key.
<tt>sys:</tt> means to lookup a JVM system property.</p>
<p>For example you could provided the password before you start the
application</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -29470,7 +29470,7 @@ cool.password=ENC(bsW9uV37gQ0QHFu7KO03Ww
<h3><a shape="rect" name="BookInOnePage-ExamplewithSpringXML"></a>Example with
Spring XML</h3>
-<p>In Spring XML you need to configure the <tt>JasyptPropertiesParser</tt>
which is shown below. Then the Camel <a shape="rect" href="properties.html"
title="Properties">Properties</a> component is told to use <tt>jasypt</tt> as
the properties parser, which means <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> have its chance to decrypt values looked up in the
properties. </p>
+<p>In Spring XML you need to configure the <tt>JasyptPropertiesParser</tt>
which is shown below. Then the Camel <a shape="rect" href="properties.html"
title="Properties">Properties</a> component is told to use <tt>jasypt</tt> as
the properties parser, which means <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> has its chance to decrypt values looked up in the
properties. </p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
<!-- define the jasypt properties parser with the given password to be used
-->
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/jasypt.html
==============================================================================
--- websites/production/camel/content/jasypt.html (original)
+++ websites/production/camel/content/jasypt.html Fri Aug 16 15:19:45 2013
@@ -88,7 +88,7 @@
<div class="wiki-content maincontent"><h2><a shape="rect"
name="Jasypt-Jasyptcomponent"></a>Jasypt component</h2>
<p><b>Available as of Camel 2.5</b></p>
-<p><a shape="rect" class="external-link" href="http://www.jasypt.org/"
rel="nofollow">Jasypt</a> is a simplified encryption library which makes
encryption and decryption easy. Camel integrates with Jasypt to allow sensitive
information in <a shape="rect" href="properties.html"
title="Properties">Properties</a> files to be encrypted. By dropping
<b><tt>camel-jasypt</tt></b> on the classpath those encrypted values will
automatic be decrypted on-the-fly by Camel. This ensures that human eyes can't
easily spot sensitive information such as usernames and passwords.</p>
+<p><a shape="rect" class="external-link" href="http://www.jasypt.org/"
rel="nofollow">Jasypt</a> is a simplified encryption library which makes
encryption and decryption easy. Camel integrates with Jasypt to allow sensitive
information in <a shape="rect" href="properties.html"
title="Properties">Properties</a> files to be encrypted. By dropping
<b><tt>camel-jasypt</tt></b> on the classpath those encrypted values will
automatically be decrypted on-the-fly by Camel. This ensures that human eyes
can't easily spot sensitive information such as usernames and passwords.</p>
<p>Maven users will need to add the following dependency to their
<tt>pom.xml</tt> for this component:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -186,7 +186,7 @@ You can download it from <a shape="rect"
</div>
<h3><a shape="rect" name="Jasypt-Protectingthemasterpassword"></a>Protecting
the master password</h3>
-<p>The master password used by <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> must be provided, so its capable of decrypting the
values. However having this master password out in the opening may not be an
ideal solution. Therefore you could for example provided it as a JVM system
property or as a OS environment setting. If you decide to do so then the
<tt>password</tt> option supports prefixes which dictates this.
<tt>sysenv:</tt> means to lookup the OS system environment with the given key.
<tt>sys:</tt> means to lookup a JVM system property.</p>
+<p>The master password used by <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> must be provided, so that it's capable of decrypting
the values. However having this master password out in the open may not be an
ideal solution. Therefore you could for example provide it as a JVM system
property or as a OS environment setting. If you decide to do so then the
<tt>password</tt> option supports prefixes which dictates this.
<tt>sysenv:</tt> means to lookup the OS system environment with the given key.
<tt>sys:</tt> means to lookup a JVM system property.</p>
<p>For example you could provided the password before you start the
application</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -239,7 +239,7 @@ cool.password=ENC(bsW9uV37gQ0QHFu7KO03Ww
<h3><a shape="rect" name="Jasypt-ExamplewithSpringXML"></a>Example with Spring
XML</h3>
-<p>In Spring XML you need to configure the <tt>JasyptPropertiesParser</tt>
which is shown below. Then the Camel <a shape="rect" href="properties.html"
title="Properties">Properties</a> component is told to use <tt>jasypt</tt> as
the properties parser, which means <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> have its chance to decrypt values looked up in the
properties. </p>
+<p>In Spring XML you need to configure the <tt>JasyptPropertiesParser</tt>
which is shown below. Then the Camel <a shape="rect" href="properties.html"
title="Properties">Properties</a> component is told to use <tt>jasypt</tt> as
the properties parser, which means <a shape="rect" href="jasypt.html"
title="Jasypt">Jasypt</a> has its chance to decrypt values looked up in the
properties. </p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
<!-- define the jasypt properties parser with the given password to be used
-->