Modified: websites/production/struts/content/docs/using-freemarker-templates.html ============================================================================== --- websites/production/struts/content/docs/using-freemarker-templates.html (original) +++ websites/production/struts/content/docs/using-freemarker-templates.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -141,11 +141,11 @@ under the License. <div id="ConfluenceContent"><p><a shape="rect" class="external-link" href="http://freemarker.sourceforge.net/" rel="nofollow">FreeMarker</a> is a Java-based template engine that is a great alternative to <a shape="rect" href="jsp.html">JSP</a>. FreeMarker is ideal for situations where your action results can possibly be loaded from outside a Servlet container. For example, if you wished to support plugins in your application, you might wish to use FreeMarker so that the plugins could provide the entire action class and view in a single jar that is loaded from the classloader.</p> <style type="text/css">/*<![CDATA[*/ -div.rbtoc1420032866820 {padding: 0px;} -div.rbtoc1420032866820 ul {list-style: disc;margin-left: 0px;} -div.rbtoc1420032866820 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1422601104370 {padding: 0px;} +div.rbtoc1422601104370 ul {list-style: disc;margin-left: 0px;} +div.rbtoc1422601104370 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</style><div class="toc-macro rbtoc1420032866820"> +/*]]>*/</style><div class="toc-macro rbtoc1422601104370"> <ul class="toc-indentation"><li><a shape="rect" href="#UsingFreemarkerTemplates-Configureyouractiontousethe"freemarker"resulttype">Configure your action to use the "freemarker" result type</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-Usingproperties">Using properties</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-Servlet/JSPScopedObjects">Servlet / JSP Scoped Objects</a> <ul class="toc-indentation"><li><a shape="rect" href="#UsingFreemarkerTemplates-ApplicationScopeAttribute">Application Scope Attribute</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-SessionScopeAttribute">Session Scope Attribute</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-RequestScopeAttribute">Request Scope Attribute</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-RequestParameter">Request Parameter</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-Contextparameter">Context parameter</a></li></ul> </li><li><a shape="rect" href="#UsingFreemarkerTemplates-TemplateLoading">Template Loading</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-VariableResolution">Variable Resolution</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-FreeMarkerconfiguration">FreeMarker configuration</a></li><li><a shape="rect" href="#UsingFreemarkerTemplates-Tags">Tags</a> @@ -454,4 +454,4 @@ struts.freemarker.manager.classname = co Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html>
Modified: websites/production/struts/content/docs/using-maven-to-setup-an-eclipse-project-for-your-application.html ============================================================================== --- websites/production/struts/content/docs/using-maven-to-setup-an-eclipse-project-for-your-application.html (original) +++ websites/production/struts/content/docs/using-maven-to-setup-an-eclipse-project-for-your-application.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -156,4 +156,4 @@ mvn install:install-file -DartifactId=pl Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/using-non-field-validators.html ============================================================================== --- websites/production/struts/content/docs/using-non-field-validators.html (original) +++ websites/production/struts/content/docs/using-non-field-validators.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -213,4 +213,4 @@ public class NonFieldValidatorsExampleAc Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/using-struts-2-tags.html ============================================================================== --- websites/production/struts/content/docs/using-struts-2-tags.html (original) +++ websites/production/struts/content/docs/using-struts-2-tags.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -295,4 +295,4 @@ public void setHelloCount(int helloCount Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/using-struts-and-xwork-with-jsp-20-and-jstl-11.html ============================================================================== --- websites/production/struts/content/docs/using-struts-and-xwork-with-jsp-20-and-jstl-11.html (original) +++ websites/production/struts/content/docs/using-struts-and-xwork-with-jsp-20-and-jstl-11.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -333,4 +333,4 @@ public class User { Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/using-tags.html ============================================================================== --- websites/production/struts/content/docs/using-tags.html (original) +++ websites/production/struts/content/docs/using-tags.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -362,4 +362,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/using-visitor-field-validator.html ============================================================================== --- websites/production/struts/content/docs/using-visitor-field-validator.html (original) +++ websites/production/struts/content/docs/using-visitor-field-validator.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -199,4 +199,4 @@ public class VisitorValidatorsExampleAct Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/validating-input.html ============================================================================== --- websites/production/struts/content/docs/validating-input.html (original) +++ websites/production/struts/content/docs/validating-input.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -210,4 +210,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/validation-annotation.html ============================================================================== --- websites/production/struts/content/docs/validation-annotation.html (original) +++ websites/production/struts/content/docs/validation-annotation.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -244,4 +244,4 @@ public class SimpleAnnotationAction exte Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/validation-interceptor.html ============================================================================== --- websites/production/struts/content/docs/validation-interceptor.html (original) +++ websites/production/struts/content/docs/validation-interceptor.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -223,4 +223,4 @@ and any method that starts with "validat Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/validation.html ============================================================================== --- websites/production/struts/content/docs/validation.html (original) +++ websites/production/struts/content/docs/validation.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -139,11 +139,11 @@ under the License. <div class="pagecontent"> <div class="wiki-content"> <div id="ConfluenceContent"><p>Struts 2 validation is configured via XML or annotations. Manual validation in the action is also possible, and may be combined with XML and annotation-driven validation.</p><p>Validation also depends on both the <code>validation</code> and <code>workflow</code> interceptors (both are included in the default interceptor stack). The <code>validation</code> interceptor does the validation itself and creates a list of field-specific errors. The <code>workflow</code> interceptor checks for the presence of validation errors: if any are found, it returns the "input" result (by default), taking the user back to the form which contained the validation errors.</p><p>If we're using the default settings <em>and</em> our action doesn't have an "input" result defined <em>and</em> there are validation (or, incidentally, type conversion) errors, we'll get an error message back telling us there's no "input" result defined for the action.</p><p><strong>CONT ENTS</strong></p><p><style type="text/css">/*<![CDATA[*/ -div.rbtoc1420032767580 {padding: 0px;} -div.rbtoc1420032767580 ul {list-style: none;margin-left: 0px;} -div.rbtoc1420032767580 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1422601017567 {padding: 0px;} +div.rbtoc1422601017567 ul {list-style: none;margin-left: 0px;} +div.rbtoc1422601017567 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</style></p><div class="toc-macro rbtoc1420032767580"> +/*]]>*/</style></p><div class="toc-macro rbtoc1422601017567"> <ul class="toc-indentation"><li><span class="TOCOutline">1</span> <a shape="rect" href="#Validation-UsingAnnotations">Using Annotations</a></li><li><span class="TOCOutline">2</span> <a shape="rect" href="#Validation-Examples">Examples</a></li><li><span class="TOCOutline">3</span> <a shape="rect" href="#Validation-BundledValidators">Bundled Validators</a></li><li><span class="TOCOutline">4</span> <a shape="rect" href="#Validation-RegisteringValidators">Registering Validators</a></li><li><span class="TOCOutline">5</span> <a shape="rect" href="#Validation-TurningonValidation">Turning on Validation</a></li><li><span class="TOCOutline">6</span> <a shape="rect" href="#Validation-ValidatorScopes">Validator Scopes</a> <ul class="toc-indentation"><li><span class="TOCOutline">6.1</span> <a shape="rect" href="#Validation-Notes">Notes</a></li></ul> </li><li><span class="TOCOutline">7</span> <a shape="rect" href="#Validation-DefiningValidationRules">Defining Validation Rules</a></li><li><span class="TOCOutline">8</span> <a shape="rect" href="#Validation-LocalizingandParameterizingMessages">Localizing and Parameterizing Messages</a></li><li><span class="TOCOutline">9</span> <a shape="rect" href="#Validation-ValidatorFlavor">Validator Flavor</a></li><li><span class="TOCOutline">10</span> <a shape="rect" href="#Validation-Non-FieldValidatorVsField-Validatorvalidatortypes">Non-Field Validator Vs Field-Validator</a></li><li><span class="TOCOutline">11</span> <a shape="rect" href="#Validation-Short-CircuitingValidator">Short-Circuiting Validator</a></li><li><span class="TOCOutline">12</span> <a shape="rect" href="#Validation-HowValidatorsofanActionareFound">How Validators of an Action are Found</a></li><li><span class="TOCOutline">13</span> <a shape="rect" href="#Validation-Writingcustomvalidators">Writing custom validators</a></li>< li><span class="TOCOutline">14</span> <a shape="rect" href="#Validation-Resources">Resources</a></li><li><span class="TOCOutline">15</span> <a shape="rect" href="#Validation-Next:">Next: Localization</a></li></ul> @@ -592,4 +592,4 @@ in <actionClass>-<actionAlias&g Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/validationparameter-annotation.html ============================================================================== --- websites/production/struts/content/docs/validationparameter-annotation.html (original) +++ websites/production/struts/content/docs/validationparameter-annotation.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -172,4 +172,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/validations-annotation.html ============================================================================== --- websites/production/struts/content/docs/validations-annotation.html (original) +++ websites/production/struts/content/docs/validations-annotation.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -251,4 +251,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/validatortypes.html ============================================================================== --- websites/production/struts/content/docs/validatortypes.html (original) +++ websites/production/struts/content/docs/validatortypes.html Fri Jan 30 07:05:22 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; @@ -135,4 +135,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/value-stack-internals.html ============================================================================== --- websites/production/struts/content/docs/value-stack-internals.html (original) +++ websites/production/struts/content/docs/value-stack-internals.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -230,4 +230,4 @@ WebWork2 contains the following items by Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/velocity-result.html ============================================================================== --- websites/production/struts/content/docs/velocity-result.html (original) +++ websites/production/struts/content/docs/velocity-result.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -173,4 +173,4 @@ This result follows the same rules from Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/velocity-tags.html ============================================================================== --- websites/production/struts/content/docs/velocity-tags.html (original) +++ websites/production/struts/content/docs/velocity-tags.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -173,4 +173,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/velocity.html ============================================================================== --- websites/production/struts/content/docs/velocity.html (original) +++ websites/production/struts/content/docs/velocity.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -237,4 +237,4 @@ Click <a href="${url}">h Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/velocityproperties.html ============================================================================== --- websites/production/struts/content/docs/velocityproperties.html (original) +++ websites/production/struts/content/docs/velocityproperties.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -156,4 +156,4 @@ velocimacro.library = action-default.vm, Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-210.html ============================================================================== --- websites/production/struts/content/docs/version-notes-210.html (original) +++ websites/production/struts/content/docs/version-notes-210.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -202,4 +202,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-211.html ============================================================================== --- websites/production/struts/content/docs/version-notes-211.html (original) +++ websites/production/struts/content/docs/version-notes-211.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -203,4 +203,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-212.html ============================================================================== --- websites/production/struts/content/docs/version-notes-212.html (original) +++ websites/production/struts/content/docs/version-notes-212.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -203,4 +203,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-213.html ============================================================================== --- websites/production/struts/content/docs/version-notes-213.html (original) +++ websites/production/struts/content/docs/version-notes-213.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -214,4 +214,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-214.html ============================================================================== --- websites/production/struts/content/docs/version-notes-214.html (original) +++ websites/production/struts/content/docs/version-notes-214.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -214,4 +214,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-215.html ============================================================================== --- websites/production/struts/content/docs/version-notes-215.html (original) +++ websites/production/struts/content/docs/version-notes-215.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -212,4 +212,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-216.html ============================================================================== --- websites/production/struts/content/docs/version-notes-216.html (original) +++ websites/production/struts/content/docs/version-notes-216.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -212,4 +212,4 @@ See <a shape="rect" href="converting-app Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-217.html ============================================================================== --- websites/production/struts/content/docs/version-notes-217.html (original) +++ websites/production/struts/content/docs/version-notes-217.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -204,4 +204,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-218.html ============================================================================== --- websites/production/struts/content/docs/version-notes-218.html (original) +++ websites/production/struts/content/docs/version-notes-218.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -196,4 +196,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/struts/content/docs/version-notes-2181.html ============================================================================== --- websites/production/struts/content/docs/version-notes-2181.html (original) +++ websites/production/struts/content/docs/version-notes-2181.html Fri Jan 30 07:05:22 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='http://struts.apache.org/highlighter/style/shCoreStruts.css' rel='stylesheet' type='text/css' /> - <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' rel='stylesheet' type='text/css' /> - <script src='http://struts.apache.org/highlighter/js/shCore.js' type='text/javascript'></script> - <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script> - <script src="http://struts.apache.org/highlighter/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//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> <script type="text/javascript"> SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); @@ -191,4 +191,4 @@ under the License. Generated by CXF SiteExporter </div> </body> -</html> \ No newline at end of file +</html>
