Modified: websites/production/struts/content/docs/before-annotation.html ============================================================================== --- websites/production/struts/content/docs/before-annotation.html (original) +++ websites/production/struts/content/docs/before-annotation.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="core-developers-guide.html">Core Developers Guide</a> > <a href="annotations.html">Annotations</a> > <a href="before-annotation.html">Before Annotation</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" />
Modified: websites/production/struts/content/docs/beforeresult-annotation.html ============================================================================== --- websites/production/struts/content/docs/beforeresult-annotation.html (original) +++ websites/production/struts/content/docs/beforeresult-annotation.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="core-developers-guide.html">Core Developers Guide</a> > <a href="annotations.html">Annotations</a> > <a href="beforeresult-annotation.html">BeforeResult Annotation</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/big-picture.html ============================================================================== --- websites/production/struts/content/docs/big-picture.html (original) +++ websites/production/struts/content/docs/big-picture.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -81,7 +81,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="core-developers-guide.html">Core Developers Guide</a> > <a href="big-picture.html">Big Picture</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/bind.html ============================================================================== --- websites/production/struts/content/docs/bind.html (original) +++ websites/production/struts/content/docs/bind.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="tag-developers-guide.html">Tag Developers Guide</a> > <a href="struts-tags.html">Struts Tags</a> > <a href="tag-reference.html">Tag Reference</a> > <a href="ui-tag-reference.html">UI Tag Reference</a> > <a href="bind.html">bind</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/bootstrap.html ============================================================================== --- websites/production/struts/content/docs/bootstrap.html (original) +++ websites/production/struts/content/docs/bootstrap.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -81,7 +81,7 @@ under the License. <a href="home.html">Home</a> > <a href="tutorials.html">Tutorials</a> > <a href="bootstrap.html">Bootstrap</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/building-struts-2-fast-track-release.html ============================================================================== --- websites/production/struts/content/docs/building-struts-2-fast-track-release.html (original) +++ websites/production/struts/content/docs/building-struts-2-fast-track-release.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="contributors-guide.html">Contributors Guide</a> > <a href="creating-and-signing-a-distribution.html">Creating and Signing a Distribution</a> > <a href="building-struts-2-fast-track-release.html">Building Struts 2 - Fast track release</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> @@ -145,11 +145,11 @@ under the License. </div> </div> <h1 id="BuildingStruts2-Fasttrackrelease-Content">Content</h1><p><style type="text/css">/*<![CDATA[*/ -div.rbtoc1422601240825 {padding: 0px;} -div.rbtoc1422601240825 ul {list-style: none;margin-left: 0px;} -div.rbtoc1422601240825 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1422602473494 {padding: 0px;} +div.rbtoc1422602473494 ul {list-style: none;margin-left: 0px;} +div.rbtoc1422602473494 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</style></p><div class="toc-macro rbtoc1422601240825"> +/*]]>*/</style></p><div class="toc-macro rbtoc1422602473494"> <ul class="toc-indentation"><li><span class="TOCOutline">1</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-BuildingSteps(Struts)">Building Steps (Struts)</a> <ul class="toc-indentation"><li><span class="TOCOutline">1.1</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Gettingready">Getting ready</a></li><li><span class="TOCOutline">1.2</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Updateversionofarchetypes">Update version of archetypes</a></li><li><span class="TOCOutline">1.3</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Applysecuritypatch">Apply security patch</a></li><li><span class="TOCOutline">1.4</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Preparerelease">Prepare release</a></li><li><span class="TOCOutline">1.5</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Performtherelease">Perform the release</a></li><li><span class="TOCOutline">1.6</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Movetheassembliestothe/www/people.apache.org/builds/struts/$VERSIONdir">Move the assemblies to the /www/people.apache.org/builds/struts/$VERSION dir</a></li> <li><span class="TOCOutline">1.7</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Jirastuff">Jira stuff</a></li><li><span class="TOCOutline">1.8</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Voteonit">Vote on it</a></li><li><span class="TOCOutline">1.9</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Copyfiles">Copy files</a></li><li><span class="TOCOutline">1.10</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Promoterelease">Promote release</a></li><li><span class="TOCOutline">1.11</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Cleanupoldreleases">Clean up old releases</a></li><li><span class="TOCOutline">1.12</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Waitforrsync">Wait for rsync</a></li><li><span class="TOCOutline">1.13</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-(Optional)-UpdateSecurityBulletins">(Optional) - Update Security Bulletins</a></li><li><span class="TOCOu tline">1.14</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Updatesite(Strutstoplevelsite)">Update site (Struts top level site)</a></li><li><span class="TOCOutline">1.15</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Updatesite(Struts2site)">Update site (Struts 2 site)</a></li><li><span class="TOCOutline">1.16</span> <a shape="rect" href="#BuildingStruts2-Fasttrackrelease-Postannouncements">Post announcements</a></li></ul> </li></ul> Modified: websites/production/struts/content/docs/building-struts-2-normal-release.html ============================================================================== --- websites/production/struts/content/docs/building-struts-2-normal-release.html (original) +++ websites/production/struts/content/docs/building-struts-2-normal-release.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="contributors-guide.html">Contributors Guide</a> > <a href="creating-and-signing-a-distribution.html">Creating and Signing a Distribution</a> > <a href="building-struts-2-normal-release.html">Building Struts 2 - Normal release</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> @@ -139,11 +139,11 @@ under the License. <div class="pagecontent"> <div class="wiki-content"> <div id="ConfluenceContent"><h1 id="BuildingStruts2-Normalrelease-Content">Content</h1><p><style type="text/css">/*<![CDATA[*/ -div.rbtoc1422601238485 {padding: 0px;} -div.rbtoc1422601238485 ul {list-style: none;margin-left: 0px;} -div.rbtoc1422601238485 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1422602474428 {padding: 0px;} +div.rbtoc1422602474428 ul {list-style: none;margin-left: 0px;} +div.rbtoc1422602474428 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</style></p><div class="toc-macro rbtoc1422601238485"> +/*]]>*/</style></p><div class="toc-macro rbtoc1422602474428"> <ul class="toc-indentation"><li><span class="TOCOutline">1</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Gettingready">Getting ready</a></li><li><span class="TOCOutline">2</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-UpdateDraftDocswhenneeded">Update Draft Docs when needed</a></li><li><span class="TOCOutline">3</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Besureyourlocalcopyisup-to-date">Be sure your local copy is up-to-date</a></li><li><span class="TOCOutline">4</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Createareleasebranch">Create a release branch</a></li><li><span class="TOCOutline">5</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Preparerelease">Prepare release</a></li><li><span class="TOCOutline">6</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Performtherelease">Perform the release</a></li><li><span class="TOCOutline">7</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Movetheasse mblies">Move the assemblies</a></li><li><span class="TOCOutline">8</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Announceavailability">Announce availability</a></li><li><span class="TOCOutline">9</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Cleanuprepository">Clean up repository</a></li><li><span class="TOCOutline">10</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Voteonit">Vote on it</a></li><li><span class="TOCOutline">11</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Copyfiles">Copy files</a></li><li><span class="TOCOutline">12</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Promoterelease">Promote release</a></li><li><span class="TOCOutline">13</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Cleanupoldreleases">Clean up old releases</a></li><li><span class="TOCOutline">14</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Waitforrsync">Wait for rsync</a></li><li><span class="TOCOutline">15</s pan> <a shape="rect" href="#BuildingStruts2-Normalrelease-Updatesite">Update site</a></li><li><span class="TOCOutline">16</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Redeploythedocs(Optional)">Redeploy the docs (Optional)</a></li><li><span class="TOCOutline">17</span> <a shape="rect" href="#BuildingStruts2-Normalrelease-Postannouncements">Post announcements</a></li></ul> </div><h2 id="BuildingStruts2-Normalrelease-BuildingSteps(Struts)">Building Steps (Struts)</h2><h3 id="BuildingStruts2-Normalrelease-Gettingready">Getting ready</h3><ol><li>Create an "Struts 2.x.y omnibus ticket" ticket in JIRA to refer to in upcoming release related commit comments and for general documentation purposes. Mark it with priority "Blocker".</li><li>Switch to branch <code>develop</code></li><li>Ensure that the master POM and Struts Annotations have current releases</li><li>Review JIRA for any issues without a fix version set, and for any issues that should be resolved for the pending release.</li><li>Ensure that there are no repositories or pluginRepositories listed in the poms.</li><li>If you have committed all changes regarding the release process, close the omnibus ticket as it is the last open ticket for the upcoming release</li><li>Release the upcoming version in JIRA (under Administration/Manage Releases) and tag the release date</li><li>Add next milestone ve rsion to the JIRA roadmap</li><li>Create DONE and TODO filters for the new version, share with all, and remove obsolete TODO filter</li><li>Create a new Version Notes page in Confluence, link from <a shape="rect" href="migration-guide.html">Migration Guide</a>, and link to prior release page and JIRA DONE filters of the version to release</li><li>Export wiki pages and put them under <code>/docs</code></li></ol><h3 id="BuildingStruts2-Normalrelease-UpdateDraftDocswhenneeded">Update Draft Docs when needed</h3><p>Checkout <code>struts-site</code> project (see details at the bottom of this page) and perform export:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[cd struts-site Modified: websites/production/struts/content/docs/building-struts-annotations.html ============================================================================== --- websites/production/struts/content/docs/building-struts-annotations.html (original) +++ websites/production/struts/content/docs/building-struts-annotations.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="contributors-guide.html">Contributors Guide</a> > <a href="creating-and-signing-a-distribution.html">Creating and Signing a Distribution</a> > <a href="building-struts-annotations.html">Building Struts Annotations</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> @@ -140,11 +140,11 @@ under the License. <div class="wiki-content"> <div id="ConfluenceContent"><h1 id="BuildingStrutsAnnotations-Content">Content</h1> <style type="text/css">/*<![CDATA[*/ -div.rbtoc1422601235952 {padding: 0px;} -div.rbtoc1422601235952 ul {list-style: none;margin-left: 0px;} -div.rbtoc1422601235952 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1422602469738 {padding: 0px;} +div.rbtoc1422602469738 ul {list-style: none;margin-left: 0px;} +div.rbtoc1422602469738 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</style><div class="toc-macro rbtoc1422601235952"> +/*]]>*/</style><div class="toc-macro rbtoc1422602469738"> <ul class="toc-indentation"><li><span class="TOCOutline">1</span> <a shape="rect" href="#BuildingStrutsAnnotations-Content">Content</a> <ul class="toc-indentation"><li><span class="TOCOutline">1.1</span> <a shape="rect" href="#BuildingStrutsAnnotations-BuildingSteps(StrutsAnnotations)">Building Steps (Struts Annotations)</a> <ul class="toc-indentation"><li><span class="TOCOutline">1.1.1</span> <a shape="rect" href="#BuildingStrutsAnnotations-Obtainafreshcheckoutofstrutsannotations">Obtain a fresh check out of struts annotations</a></li><li><span class="TOCOutline">1.1.2</span> <a shape="rect" href="#BuildingStrutsAnnotations-Preparerelease">Prepare release</a></li><li><span class="TOCOutline">1.1.3</span> <a shape="rect" href="#BuildingStrutsAnnotations-Performrelease">Perform release</a></li><li><span class="TOCOutline">1.1.4</span> <a shape="rect" href="#BuildingStrutsAnnotations-SendaVOTEemail">Send a VOTE email</a></li><li><span class="TOCOutline">1.1.5</span> <a shape="rect" href="#BuildingStrutsAnnotations-Promoterelease">Promote release</a></li></ul> Modified: websites/production/struts/content/docs/building-struts-master.html ============================================================================== --- websites/production/struts/content/docs/building-struts-master.html (original) +++ websites/production/struts/content/docs/building-struts-master.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="contributors-guide.html">Contributors Guide</a> > <a href="creating-and-signing-a-distribution.html">Creating and Signing a Distribution</a> > <a href="building-struts-master.html">Building Struts Master</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> @@ -140,11 +140,11 @@ under the License. <div class="wiki-content"> <div id="ConfluenceContent"><h1 id="BuildingStrutsMaster-Content">Content</h1> <style type="text/css">/*<![CDATA[*/ -div.rbtoc1422601246970 {padding: 0px;} -div.rbtoc1422601246970 ul {list-style: none;margin-left: 0px;} -div.rbtoc1422601246970 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1422602481190 {padding: 0px;} +div.rbtoc1422602481190 ul {list-style: none;margin-left: 0px;} +div.rbtoc1422602481190 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</style><div class="toc-macro rbtoc1422601246970"> +/*]]>*/</style><div class="toc-macro rbtoc1422602481190"> <ul class="toc-indentation"><li><span class="TOCOutline">1</span> <a shape="rect" href="#BuildingStrutsMaster-BuildingSteps(Struts)">Building Steps (Struts)</a> <ul class="toc-indentation"><li><span class="TOCOutline">1.1</span> <a shape="rect" href="#BuildingStrutsMaster-Obtainafreshcheckout.">Obtain a fresh checkout.</a></li><li><span class="TOCOutline">1.2</span> <a shape="rect" href="#BuildingStrutsMaster-Changesitetarget">Change site target</a></li><li><span class="TOCOutline">1.3</span> <a shape="rect" href="#BuildingStrutsMaster-Preparerelease">Prepare release</a></li><li><span class="TOCOutline">1.4</span> <a shape="rect" href="#BuildingStrutsMaster-Performtherelease">Perform the release</a></li><li><span class="TOCOutline">1.5</span> <a shape="rect" href="#BuildingStrutsMaster-Announceavailability">Announce availability</a></li><li><span class="TOCOutline">1.6</span> <a shape="rect" href="#BuildingStrutsMaster-Voteonit">Vote on it</a></li><li><span class="TOCOutline">1.7</span> <a shape="rect" href="#BuildingStrutsMaster-Promoterelease">Promote release</a></li><li><span class="TOCOutline">1.8</span> <a shape="rect" href="#BuildingS trutsMaster-Waitforrsync">Wait for rsync</a></li><li><span class="TOCOutline">1.9</span> <a shape="rect" href="#BuildingStrutsMaster-Postannouncements">Post announcements</a></li></ul> </li></ul> Modified: websites/production/struts/content/docs/building-the-framework-from-source.html ============================================================================== --- websites/production/struts/content/docs/building-the-framework-from-source.html (original) +++ websites/production/struts/content/docs/building-the-framework-from-source.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="contributors-guide.html">Contributors Guide</a> > <a href="building-the-framework-from-source.html">Building the Framework from Source</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/building-with-maven.html ============================================================================== --- websites/production/struts/content/docs/building-with-maven.html (original) +++ websites/production/struts/content/docs/building-with-maven.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="contributors-guide.html">Contributors Guide</a> > <a href="building-the-framework-from-source.html">Building the Framework from Source</a> > <a href="building-with-maven.html">Building with Maven</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/building-your-own-interceptor.html ============================================================================== --- websites/production/struts/content/docs/building-your-own-interceptor.html (original) +++ websites/production/struts/content/docs/building-your-own-interceptor.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="cookbook.html">Cookbook</a> > <a href="building-your-own-interceptor.html">Building Your Own Interceptor</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-an-action-tag-run-another-method-apart-from-the-default-execute-method.html ============================================================================== --- websites/production/struts/content/docs/can-an-action-tag-run-another-method-apart-from-the-default-execute-method.html (original) +++ websites/production/struts/content/docs/can-an-action-tag-run-another-method-apart-from-the-default-execute-method.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-an-action-tag-run-another-method-apart-from-the-default-execute-method.html">Can an action tag run another method apart from the default execute method</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-i-add-i18n-outside-the-actions-context.html ============================================================================== --- websites/production/struts/content/docs/can-i-add-i18n-outside-the-actions-context.html (original) +++ websites/production/struts/content/docs/can-i-add-i18n-outside-the-actions-context.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-i-add-i18n-outside-the-actions-context.html">Can I add I18N outside the Action's context</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-i-change-templatedir-on-a-per-page-basis.html ============================================================================== --- websites/production/struts/content/docs/can-i-change-templatedir-on-a-per-page-basis.html (original) +++ websites/production/struts/content/docs/can-i-change-templatedir-on-a-per-page-basis.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-i-change-templatedir-on-a-per-page-basis.html">Can I change templateDir on a per-page basis</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-i-change-templatesuffix-on-a-per-page-basis.html ============================================================================== --- websites/production/struts/content/docs/can-i-change-templatesuffix-on-a-per-page-basis.html (original) +++ websites/production/struts/content/docs/can-i-change-templatesuffix-on-a-per-page-basis.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-i-change-templatesuffix-on-a-per-page-basis.html">Can I change templateSuffix on a per-page basis</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-i-change-theme-on-a-per-page-basis.html ============================================================================== --- websites/production/struts/content/docs/can-i-change-theme-on-a-per-page-basis.html (original) +++ websites/production/struts/content/docs/can-i-change-theme-on-a-per-page-basis.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-i-change-theme-on-a-per-page-basis.html">Can I change theme on a per-page basis</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-we-access-an-actions-result.html ============================================================================== --- websites/production/struts/content/docs/can-we-access-an-actions-result.html (original) +++ websites/production/struts/content/docs/can-we-access-an-actions-result.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-we-access-an-actions-result.html">Can we access an Action's Result</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-we-break-up-a-large-strutsxml-file-into-smaller-pieces.html ============================================================================== --- websites/production/struts/content/docs/can-we-break-up-a-large-strutsxml-file-into-smaller-pieces.html (original) +++ websites/production/struts/content/docs/can-we-break-up-a-large-strutsxml-file-into-smaller-pieces.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -81,7 +81,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-we-break-up-a-large-strutsxml-file-into-smaller-pieces.html">Can we break up a large struts.xml file into smaller pieces</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-we-use-acegi-security-with-the-framework.html ============================================================================== --- websites/production/struts/content/docs/can-we-use-acegi-security-with-the-framework.html (original) +++ websites/production/struts/content/docs/can-we-use-acegi-security-with-the-framework.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-we-use-acegi-security-with-the-framework.html">Can we use Acegi Security with the framework</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-we-use-jstl-with-the-framework.html ============================================================================== --- websites/production/struts/content/docs/can-we-use-jstl-with-the-framework.html (original) +++ websites/production/struts/content/docs/can-we-use-jstl-with-the-framework.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-we-use-jstl-with-the-framework.html">Can we use JSTL with the framework</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-we-use-junit-with-the-framework.html ============================================================================== --- websites/production/struts/content/docs/can-we-use-junit-with-the-framework.html (original) +++ websites/production/struts/content/docs/can-we-use-junit-with-the-framework.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -81,7 +81,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-we-use-junit-with-the-framework.html">Can we use JUnit with the framework</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-we-use-testng-with-the-framework.html ============================================================================== --- websites/production/struts/content/docs/can-we-use-testng-with-the-framework.html (original) +++ websites/production/struts/content/docs/can-we-use-testng-with-the-framework.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -81,7 +81,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-we-use-testng-with-the-framework.html">Can we use TestNG with the framework</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/can-you-suggest-an-elevator-pitch.html ============================================================================== --- websites/production/struts/content/docs/can-you-suggest-an-elevator-pitch.html (original) +++ websites/production/struts/content/docs/can-you-suggest-an-elevator-pitch.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -81,7 +81,7 @@ under the License. <a href="home.html">Home</a> > <a href="faqs.html">FAQs</a> > <a href="can-you-suggest-an-elevator-pitch.html">Can you suggest an elevator pitch</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> Modified: websites/production/struts/content/docs/cdi-plugin.html ============================================================================== --- websites/production/struts/content/docs/cdi-plugin.html (original) +++ websites/production/struts/content/docs/cdi-plugin.html Fri Jan 30 07:25:25 2015 @@ -19,7 +19,7 @@ under the License. --> <html> <head> - <link type="text/css" rel="stylesheet" href="https://struts.apache.org//css/default.css"> + <link type="text/css" rel="stylesheet" href="https://struts.apache.org/css/default.css"> <style type="text/css"> .dp-highlighter { width:95% !important; @@ -34,15 +34,15 @@ under the License. color: #666; } </style> - <link href='https://struts.apache.org//highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='https://struts.apache.org//highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='https://struts.apache.org//js/shCore.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushPlain.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushXml.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJava.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushJScript.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushGroovy.js' type='text/javascript'></script> - <script src='https://struts.apache.org//js/shBrushBash.js' type='text/javascript'></script> + <link href='https://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> + <link href='https://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> + <script src='https://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushPlain.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushXml.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushJScript.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushGroovy.js' type='text/javascript'></script> + <script src='https://struts.apache.org/highlighter/js/shBrushBash.js' type='text/javascript'></script> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -94,7 +94,7 @@ under the License. <a href="home.html">Home</a> > <a href="guides.html">Guides</a> > <a href="plugin-developers-guide.html">Plugin Developers Guide</a> > <a href="cdi-plugin.html">CDI Plugin</a> </td> <td align="right" valign="middle" nowrap> - <form name="search" action="http://www.google.com/search" method="get"> + <form name="search" action="https://www.google.com/search" method="get"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="domains" value="" /> @@ -139,11 +139,11 @@ under the License. <div class="pagecontent"> <div class="wiki-content"> <div id="ConfluenceContent"><style type="text/css">/*<![CDATA[*/ -div.rbtoc1422601250925 {padding: 0px;} -div.rbtoc1422601250925 ul {list-style: disc;margin-left: 0px;} -div.rbtoc1422601250925 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1422602483390 {padding: 0px;} +div.rbtoc1422602483390 ul {list-style: disc;margin-left: 0px;} +div.rbtoc1422602483390 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</style><div class="toc-macro rbtoc1422601250925"> +/*]]>*/</style><div class="toc-macro rbtoc1422602483390"> <ul class="toc-indentation"><li><a shape="rect" href="#CDIPlugin-Overview">Overview</a></li><li><a shape="rect" href="#CDIPlugin-Setup">Setup</a> <ul class="toc-indentation"><li><a shape="rect" href="#CDIPlugin-MavenSetup">Maven Setup</a></li><li><a shape="rect" href="#CDIPlugin-ManualIntegration">Manual Integration</a></li><li><a shape="rect" href="#CDIPlugin-Configuration">Configuration</a></li></ul> </li><li><a shape="rect" href="#CDIPlugin-Usage">Usage</a>
