Integrate an exception reporting service that will write exception report text files to the file system
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ce6e66ea Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ce6e66ea Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ce6e66ea Branch: refs/heads/master Commit: ce6e66ea388455fea5363b718d8323299a601854 Parents: 511813f Author: Howard M. Lewis Ship <[email protected]> Authored: Fri May 30 16:57:31 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Fri May 30 16:57:31 2014 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/tapestry5/SymbolConstants.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ce6e66ea/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java b/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java index 6ab3759..4208479 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java @@ -488,12 +488,12 @@ public class SymbolConstants * @see org.apache.tapestry5.services.exceptions.ExceptionReporter * @since 5.4 */ - + public static final String EXCEPTION_REPORTS_DIR = "tapestry.exception-reports-dir"; /** - * Defines whether {@link CSSURLRewriter} will throw an exception when a CSS file + * Defines whether {@link org.apache.tapestry5.internal.services.assets.CSSURLRewriter} will throw an exception when a CSS file * references an URL which doesn't exist. The default value is <code>false</code>. - * + * * @since 5.4 */ public static final String STRICT_CSS_URL_REWRITING = "tapestry.strict-css-url-rewriting";
