You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2014/12/20 04:20:52 UTC

svn commit: r933419 - in /websites/production/tapestry/content: cache/main.pageCache error-page-recipe.data/error404-screenshot.png error-page-recipe.html

Author: buildbot
Date: Sat Dec 20 03:20:52 2014
New Revision: 933419

Log:
Production update by buildbot for tapestry

Added:
    websites/production/tapestry/content/error-page-recipe.data/error404-screenshot.png   (with props)
Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/error-page-recipe.html

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Added: websites/production/tapestry/content/error-page-recipe.data/error404-screenshot.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/tapestry/content/error-page-recipe.data/error404-screenshot.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/production/tapestry/content/error-page-recipe.html
==============================================================================
--- websites/production/tapestry/content/error-page-recipe.html (original)
+++ websites/production/tapestry/content/error-page-recipe.html Sat Dec 20 03:20:52 2014
@@ -90,7 +90,7 @@ table.ScrollbarTable td.ScrollbarNextIco
                     <span class="icon icon-page" title="Page">Page:</span>            </div>
 
             <div class="details">
-                            <a shape="rect" href="error-page-recipe.html">Error Page Recipe</a>
+                            <a shape="rect" href="overriding-exception-reporting.html">Overriding Exception Reporting</a>
                     
                 
                             </div>
@@ -99,7 +99,7 @@ table.ScrollbarTable td.ScrollbarNextIco
                     <span class="icon icon-page" title="Page">Page:</span>            </div>
 
             <div class="details">
-                            <a shape="rect" href="overriding-exception-reporting.html">Overriding Exception Reporting</a>
+                            <a shape="rect" href="error-page-recipe.html">Error Page Recipe</a>
                     
                 
                             </div>
@@ -172,7 +172,7 @@ public class Error404
     private boolean productionMode;
 }
 ]]></script>
-</div></div><p>The end-result, in when <em>not</em> in production mode, looks like this:</p><p><img class="confluence-embedded-image" src="error-page-recipe.data/Snapz%20Pro%20XScreenSnapz002.png" data-image-src="/confluence/download/attachments/23336861/Snapz%20Pro%20XScreenSnapz002.png?version=1&amp;modificationDate=1283546257000&amp;api=v2"></p>    <div class="aui-message hint shadowed information-macro">
+</div></div><p>The end-result, in when <em>not</em> in production mode, looks like this:</p><p><img class="confluence-embedded-image" src="error-page-recipe.data/error404-screenshot.png" data-image-src="/confluence/download/attachments/23336861/error404-screenshot.png?version=1&amp;modificationDate=1419044898000&amp;api=v2"></p>    <div class="aui-message hint shadowed information-macro">
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
                             <p>An issue with an application that has a root Index page is that any invalid path, which would normally generate a 404 error, is instead routed to the Index page (because the invalid path looks like page's activation context). See <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/TAP5-2070">Issue TAP5-2070</a>.</p>