Modified: portals/site-live/applications/webcontent2/war-module.html URL: http://svn.apache.org/viewvc/portals/site-live/applications/webcontent2/war-module.html?rev=1649249&r1=1649248&r2=1649249&view=diff ============================================================================== --- portals/site-live/applications/webcontent2/war-module.html (original) +++ portals/site-live/applications/webcontent2/war-module.html Sat Jan 3 21:05:01 2015 @@ -47,7 +47,7 @@ <div class="xleft"> - Last Published: 24 December 2014 + Last Published: 3 January 2015 </div> <div class="xright"> <a href="http://portals.apache.org/" class="externalLink">Portals</a> | @@ -212,7 +212,7 @@ </p> <div class="section"><h3><a name="Installtion"></a>Installtion</h3> <p> - If you use <a class="externalLink" href="http://maven.apache.org/">Apache Maven</a> in your project, + If you use <a href="http://maven.apache.org/" class="externalLink">Apache Maven</a> in your project, then you can add the following dependency to use this module in your project. </p> <p><div class="source"><pre> @@ -243,6 +243,10 @@ /WEB-INF/rproxy-mappings.yaml </param-value> </init-param> + <init-param> + <param-name>ssl-hostname-verifier</param-name> + <param-value>ALLOW_ALL_HOSTNAME_VERIFIER</param-value> + </init-param> </servlet> <!-- Map /rproxy path to the Default Reverse Proxy Servlet --> @@ -308,7 +312,7 @@ contentRewriters: <p> The IFrame Portet 2 achieves this by embedding an HTML - <a class="externalLink" href="http://en.wikipedia.org/wiki/HTML_element#Frames">iframe</a> + <a href="http://en.wikipedia.org/wiki/HTML_element#Frames" class="externalLink">iframe</a> within a portlet. </p> <p> @@ -339,7 +343,7 @@ contentRewriters: If you are interested in secure versions of these portlets, see the Jetspeed-specific versions of the IFrame 2, ReverseProxyIFrame 2, or WebContent 2 portlets found at the - <a class="externalLink" href="http://portals.apache.org/jetspeed-2/applications/j2-admin.html">Jetspeed J2-Admin</a> + <a href="http://portals.apache.org/jetspeed-2/applications/j2-admin.html" class="externalLink">Jetspeed J2-Admin</a> website. The SSOIFrame, SSOReverseProxyIFrame and SSOWebContent portlets leverage the Jetspeed SSO Services, and are not portable to other portal servers. @@ -621,7 +625,7 @@ font.style=${style};font-family=${face}; separated by '|'. <br /> - For detail, see <a class="externalLink" href="http://htmlcleaner.sourceforge.net/parameters.php">http://htmlcleaner.sourceforge.net/parameters.php</a>. + For detail, see <a href="http://htmlcleaner.sourceforge.net/parameters.php" class="externalLink">http://htmlcleaner.sourceforge.net/parameters.php</a>. </td> </tr> </table> @@ -641,7 +645,7 @@ font.style=${style};font-family=${face}; </div> <div id="footer"> <div class="xright">© - 2004-2014 + 2004-2015 Apache Software Foundation
