diff --git a/system/exceptions/BugReport.cfm b/system/exceptions/BugReport.cfm index 09d762119..fa289b4aa 100644 --- a/system/exceptions/BugReport.cfm +++ b/system/exceptions/BugReport.cfm @@ -6,6 +6,8 @@ www.ortussolutions.com A reporting template about exceptions in your ColdBox Apps -----------------------------------------------------------------------> + // Max Top + local.maxTop = 10; // Detect Session Scope local.sessionScopeExists = true; try { structKeyExists( session ,'x' ); } @@ -247,37 +249,49 @@ A reporting template about exceptions in your ColdBox Apps - + + Form variables: - - - - - #encodeForHTML( key )#: - - #encodeForHTML( form[ key ] )# - - - - - - - + + + + + + #encodeForHTML( key )#: + + #encodeForHTML( form[ key ] )# + + + + + + + + + + Session Storage: - - - - #encodeForHTML( key )#: - #encodeForHTML( session[ key ] )##encodeForHTML( key )# - - - - - N/A - Session Scope Not Enabled - - + + + + + #encodeForHTML( key )#: + + + #encodeForHTML( session[ key ] )# + + #encodeForHTML( key )# + + + + + + + N/A + Session Scope Not Enabled + + Cookies: @@ -297,7 +311,11 @@ A reporting template about exceptions in your ColdBox Apps [N/A]#encodeForHTML( oException.getExtraInfo() )# - +