Modified: websites/production/struts/content/docs/exception-handling.html ============================================================================== --- websites/production/struts/content/docs/exception-handling.html (original) +++ websites/production/struts/content/docs/exception-handling.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="tutorials.html">Tutorials</a> > <a href="getting-started.html">Getting Started</a> > <a href="exception-handling.html">Exception Handling</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/exception-interceptor.html ============================================================================== --- websites/production/struts/content/docs/exception-interceptor.html (original) +++ websites/production/struts/content/docs/exception-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="guides.html">Guides</a> > <a href="core-developers-guide.html">Core Developers Guide</a> > <a href="interceptors.html">Interceptors</a> > <a href="exception-interceptor.html">Exception 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/exclude-parameters.html ============================================================================== --- websites/production/struts/content/docs/exclude-parameters.html (original) +++ websites/production/struts/content/docs/exclude-parameters.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="tutorials.html">Tutorials</a> > <a href="getting-started.html">Getting Started</a> > <a href="exclude-parameters.html">Exclude Parameters</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/execute-action.html ============================================================================== --- websites/production/struts/content/docs/execute-action.html (original) +++ websites/production/struts/content/docs/execute-action.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="contributors-guide.html">Contributors Guide</a> > <a href="requirements.html">Requirements</a> > <a href="use-cases.html">Use Cases</a> > <a href="execute-action.html">Execute Action</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/execute-and-wait-interceptor.html ============================================================================== --- websites/production/struts/content/docs/execute-and-wait-interceptor.html (original) +++ websites/production/struts/content/docs/execute-and-wait-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="guides.html">Guides</a> > <a href="core-developers-guide.html">Core Developers Guide</a> > <a href="interceptors.html">Interceptors</a> > <a href="execute-and-wait-interceptor.html">Execute and Wait 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/exposing-framework-objects-to-jstl-with-a-jstl-and-displaytag-example.html ============================================================================== --- websites/production/struts/content/docs/exposing-framework-objects-to-jstl-with-a-jstl-and-displaytag-example.html (original) +++ websites/production/struts/content/docs/exposing-framework-objects-to-jstl-with-a-jstl-and-displaytag-example.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="exposing-framework-objects-to-jstl-with-a-jstl-and-displaytag-example.html">Exposing framework objects to JSTL, with a JSTL and DisplayTag Example</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/expression-validator.html ============================================================================== --- websites/production/struts/content/docs/expression-validator.html (original) +++ websites/production/struts/content/docs/expression-validator.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="validation.html">Validation</a> > <a href="expression-validator.html">expression validator</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/expressionvalidator-annotation.html ============================================================================== --- websites/production/struts/content/docs/expressionvalidator-annotation.html (original) +++ websites/production/struts/content/docs/expressionvalidator-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="expressionvalidator-annotation.html">ExpressionValidator 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/extending-an-application-with-custom-plugins.html ============================================================================== --- websites/production/struts/content/docs/extending-an-application-with-custom-plugins.html (original) +++ websites/production/struts/content/docs/extending-an-application-with-custom-plugins.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="tutorials.html">Tutorials</a> > <a href="extending-an-application-with-custom-plugins.html">Extending an Application with Custom Plugins</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/extending-themes.html ============================================================================== --- websites/production/struts/content/docs/extending-themes.html (original) +++ websites/production/struts/content/docs/extending-themes.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="ui-tags.html">UI Tags</a> > <a href="themes-and-templates.html">Themes and Templates</a> > <a href="extending-themes.html">Extending Themes</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/faqs.html ============================================================================== --- websites/production/struts/content/docs/faqs.html (original) +++ websites/production/struts/content/docs/faqs.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> </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/fielderror.html ============================================================================== --- websites/production/struts/content/docs/fielderror.html (original) +++ websites/production/struts/content/docs/fielderror.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="fielderror.html">fielderror</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/fieldexpression-validator.html ============================================================================== --- websites/production/struts/content/docs/fieldexpression-validator.html (original) +++ websites/production/struts/content/docs/fieldexpression-validator.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="validation.html">Validation</a> > <a href="fieldexpression-validator.html">fieldexpression validator</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/fieldexpressionvalidator-annotation.html ============================================================================== --- websites/production/struts/content/docs/fieldexpressionvalidator-annotation.html (original) +++ websites/production/struts/content/docs/fieldexpressionvalidator-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="fieldexpressionvalidator-annotation.html">FieldExpressionValidator 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/file-upload-interceptor.html ============================================================================== --- websites/production/struts/content/docs/file-upload-interceptor.html (original) +++ websites/production/struts/content/docs/file-upload-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="guides.html">Guides</a> > <a href="core-developers-guide.html">Core Developers Guide</a> > <a href="interceptors.html">Interceptors</a> > <a href="file-upload-interceptor.html">File Upload 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/file-upload.html ============================================================================== --- websites/production/struts/content/docs/file-upload.html (original) +++ websites/production/struts/content/docs/file-upload.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="interceptors.html">Interceptors</a> > <a href="file-upload.html">File Upload</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"><p>The Struts 2 framework provides built-in support for processing file uploads that conform to <a shape="rect" class="external-link" href="http://www.ietf.org/rfc/rfc1867.txt" rel="nofollow">RFC 1867</a>, "Form-based File Upload in HTML". When correctly configured the framework will pass uploaded file(s) into your Action class. Support for individual and multiple file uploads are provided. When a file is uploaded it will typically be stored in a temporary directory. Uploaded files should be processed or moved by your Action class to ensure the data is not lost. Be aware that servers may have a security policy in place that prohibits you from writing to directories other than the temporary directory and the directories that belong to your web application.</p><p><style type="text/css">/*<![CDATA[*/ -div.rbtoc1422601152118 {padding: 0px;} -div.rbtoc1422601152118 ul {list-style: disc;margin-left: 0px;} -div.rbtoc1422601152118 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1422602378371 {padding: 0px;} +div.rbtoc1422602378371 ul {list-style: disc;margin-left: 0px;} +div.rbtoc1422602378371 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</style></p><div class="toc-macro rbtoc1422601152118"> +/*]]>*/</style></p><div class="toc-macro rbtoc1422602378371"> <ul class="toc-indentation"><li><a shape="rect" href="#FileUpload-Dependencies">Dependencies</a></li><li><a shape="rect" href="#FileUpload-BasicUsage">Basic Usage</a></li><li><a shape="rect" href="#FileUpload-UploadingMultipleFiles">Uploading Multiple Files</a> <ul class="toc-indentation"><li><a shape="rect" href="#FileUpload-UploadingMultipleFilesusingArrays">Uploading Multiple Files using Arrays</a></li><li><a shape="rect" href="#FileUpload-UploadingMultipleFilesusingLists">Uploading Multiple Files using Lists</a></li></ul> </li><li><a shape="rect" href="#FileUpload-AdvancedConfiguration">Advanced Configuration</a> Modified: websites/production/struts/content/docs/file.html ============================================================================== --- websites/production/struts/content/docs/file.html (original) +++ websites/production/struts/content/docs/file.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="file.html">file</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/flying-solo.html ============================================================================== --- websites/production/struts/content/docs/flying-solo.html (original) +++ websites/production/struts/content/docs/flying-solo.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> > <a href="flying-solo.html">Flying Solo</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/form-tags.html ============================================================================== --- websites/production/struts/content/docs/form-tags.html (original) +++ websites/production/struts/content/docs/form-tags.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="ui-tags.html">UI Tags</a> > <a href="form-tags.html">Form Tags</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/form-validation-using-xml.html ============================================================================== --- websites/production/struts/content/docs/form-validation-using-xml.html (original) +++ websites/production/struts/content/docs/form-validation-using-xml.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="tutorials.html">Tutorials</a> > <a href="getting-started.html">Getting Started</a> > <a href="form-validation-using-xml.html">Form Validation Using XML</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/form-validation.html ============================================================================== --- websites/production/struts/content/docs/form-validation.html (original) +++ websites/production/struts/content/docs/form-validation.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="tutorials.html">Tutorials</a> > <a href="getting-started.html">Getting Started</a> > <a href="how-to-create-a-struts-2-web-application.html">How To Create A Struts 2 Web Application</a> > <a href="create-struts-2-web-application-with-artifacts-in-web-inf-lib-and-use-ant-to-build-the-application.html">Create Struts 2 Web Application With Artifacts In WEB-INF lib and Use Ant To Build The Application</a> > <a href="hello-world-using-struts-2.html">Hello World Using Struts 2</a> > <a href="using-struts-2-tags.html">Using Struts 2 Tags</a> > <a href="coding-struts-2-actions.html">Coding Struts 2 Actions</a> > <a href="processing-forms.html">Processing Forms</a> > <a href="form-validation.html">Form Validation</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/form.html ============================================================================== --- websites/production/struts/content/docs/form.html (original) +++ websites/production/struts/content/docs/form.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="form.html">form</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/formatting-dates-and-numbers.html ============================================================================== --- websites/production/struts/content/docs/formatting-dates-and-numbers.html (original) +++ websites/production/struts/content/docs/formatting-dates-and-numbers.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="formatting-dates-and-numbers.html">Formatting Dates and Numbers</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/freemarker-result.html ============================================================================== --- websites/production/struts/content/docs/freemarker-result.html (original) +++ websites/production/struts/content/docs/freemarker-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="guides.html">Guides</a> > <a href="core-developers-guide.html">Core Developers Guide</a> > <a href="result-types.html">Result Types</a> > <a href="freemarker-result.html">FreeMarker 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/freemarker-support.html ============================================================================== --- websites/production/struts/content/docs/freemarker-support.html (original) +++ websites/production/struts/content/docs/freemarker-support.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="result-types.html">Result Types</a> > <a href="freemarker-result.html">FreeMarker Result</a> > <a href="freemarker-support.html">Freemarker Support</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/freemarker-tags.html ============================================================================== --- websites/production/struts/content/docs/freemarker-tags.html (original) +++ websites/production/struts/content/docs/freemarker-tags.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="freemarker-tags.html">FreeMarker Tags</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="" />
