Catch
Entries: 13
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Cause
Struct
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Detail
stringOnly the following keys are available [ charset, cookies, error, errordetail, http_version, mimetype, responseheader, status_code, status_text, statuscode, text ].
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe key [FILECONTENT] does not exist
StackTrace
stringlucee.runtime.exp.ExpressionException: The key [FILECONTENT] does not exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:68) at lucee.runtime.type.StructImpl.get(StructImpl.java:179) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:279) at lucee.runtime.PageContextImpl.us(PageContextImpl.java:1238) at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:54) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214) at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:800) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016) at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:31) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:672) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016) at application_cfc$cf.udfCall_000002(/Application.cfc:494) at application_cfc$cf.udfCall(/Application.cfc:476) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:671) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 53: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;structKeyExists(cfhttp,&nbsp;'StatusCode')&nbsp;AND&nbsp;cfhttp.StatusCode&nbsp;eq&nbsp;&quot;200&nbsp;OK&quot;&gt;<br> <b>54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;findnocase('#arguments.ipaddress#&nbsp;reported&nbsp;as&nbsp;spam',CFHTTP.FileContent)&gt;</b><br> 55: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;blockIP(ipaddress&nbsp;=&nbsp;arguments.ipaddress,&nbsp;userid&nbsp;=&nbsp;0)&gt;<br> 56: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;&nbsp;&nbsp;<br>
codePrintPlain
string52: 53: <cfif structKeyExists(cfhttp, 'StatusCode') AND cfhttp.StatusCode eq "200 OK"> 54: <cfif findnocase('#arguments.ipaddress# reported as spam',CFHTTP.FileContent)> 55: <cfset blockIP(ipaddress = arguments.ipaddress, userid = 0)> 56: </cfif>
column
number0
id
string??
line
number54
Raw_Trace
stringcfc.security_cfc$cf.udfCall(/cfc/security.cfc:54)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc
type
stringcfml
2
Struct
codePrintHTML
string29: <br> 30: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;qIsExempted.RecordCount&nbsp;EQ&nbsp;0&gt;<br> <b>31: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;checkIsIPAddressSpam(ipaddress&nbsp;=&nbsp;arguments.ipaddress)&gt;</b><br> 32: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 33: <br>
codePrintPlain
string29: 30: <cfif qIsExempted.RecordCount EQ 0> 31: <cfset checkIsIPAddressSpam(ipaddress = arguments.ipaddress)> 32: </cfif> 33:
column
number0
id
string??
line
number31
Raw_Trace
stringcfc.security_cfc$cf.udfCall(/cfc/security.cfc:31)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc
type
stringcfml
3
Struct
codePrintHTML
string492: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipaddress&nbsp;=&nbsp;cgi.remote_addr,<br> 493: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;userid&nbsp;=&nbsp;uid,<br> <b>494: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;page&nbsp;=&nbsp;cgi.script_name</b><br> 495: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)&gt;<br> 496: <br>
codePrintPlain
string492: ipaddress = cgi.remote_addr, 493: userid = uid, 494: page = cgi.script_name 495: )> 496:
column
number0
id
string??
line
number494
Raw_Trace
stringapplication_cfc$cf.udfCall_000002(/Application.cfc:494)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string474: <br> 475: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onRequest&quot;&gt;<br> <b>476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;targetPage&quot;&nbsp;type=&quot;String&quot;&nbsp;required=true/&gt;</b><br> 477: <br> 478: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;cgi.remote_addr&nbsp;NEQ&nbsp;'127.0.0.1'&gt;<br>
codePrintPlain
string474: 475: <cffunction name="onRequest"> 476: <cfargument name="targetPage" type="String" required=true/> 477: 478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
column
number0
id
string??
line
number476
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:476)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
type
stringexpression
Detail
stringOnly the following keys are available [ charset, cookies, error, errordetail, http_version, mimetype, responseheader, status_code, status_text, statuscode, text ].
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe key [FILECONTENT] does not exist
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Detail
stringOnly the following keys are available [ charset, cookies, error, errordetail, http_version, mimetype, responseheader, status_code, status_text, statuscode, text ].
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe key [FILECONTENT] does not exist
StackTrace
stringlucee.runtime.exp.ExpressionException: The key [FILECONTENT] does not exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:68) at lucee.runtime.type.StructImpl.get(StructImpl.java:179) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:279) at lucee.runtime.PageContextImpl.us(PageContextImpl.java:1238) at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:54) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214) at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:800) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016) at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:31) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:672) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016) at application_cfc$cf.udfCall_000002(/Application.cfc:494) at application_cfc$cf.udfCall(/Application.cfc:476) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:671) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 53: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;structKeyExists(cfhttp,&nbsp;'StatusCode')&nbsp;AND&nbsp;cfhttp.StatusCode&nbsp;eq&nbsp;&quot;200&nbsp;OK&quot;&gt;<br> <b>54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;findnocase('#arguments.ipaddress#&nbsp;reported&nbsp;as&nbsp;spam',CFHTTP.FileContent)&gt;</b><br> 55: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;blockIP(ipaddress&nbsp;=&nbsp;arguments.ipaddress,&nbsp;userid&nbsp;=&nbsp;0)&gt;<br> 56: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;&nbsp;&nbsp;<br>
codePrintPlain
string52: 53: <cfif structKeyExists(cfhttp, 'StatusCode') AND cfhttp.StatusCode eq "200 OK"> 54: <cfif findnocase('#arguments.ipaddress# reported as spam',CFHTTP.FileContent)> 55: <cfset blockIP(ipaddress = arguments.ipaddress, userid = 0)> 56: </cfif>
column
number0
id
string??
line
number54
Raw_Trace
stringcfc.security_cfc$cf.udfCall(/cfc/security.cfc:54)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc
type
stringcfml
2
Struct
codePrintHTML
string29: <br> 30: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;qIsExempted.RecordCount&nbsp;EQ&nbsp;0&gt;<br> <b>31: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;checkIsIPAddressSpam(ipaddress&nbsp;=&nbsp;arguments.ipaddress)&gt;</b><br> 32: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 33: <br>
codePrintPlain
string29: 30: <cfif qIsExempted.RecordCount EQ 0> 31: <cfset checkIsIPAddressSpam(ipaddress = arguments.ipaddress)> 32: </cfif> 33:
column
number0
id
string??
line
number31
Raw_Trace
stringcfc.security_cfc$cf.udfCall(/cfc/security.cfc:31)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc
type
stringcfml
3
Struct
codePrintHTML
string492: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipaddress&nbsp;=&nbsp;cgi.remote_addr,<br> 493: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;userid&nbsp;=&nbsp;uid,<br> <b>494: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;page&nbsp;=&nbsp;cgi.script_name</b><br> 495: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)&gt;<br> 496: <br>
codePrintPlain
string492: ipaddress = cgi.remote_addr, 493: userid = uid, 494: page = cgi.script_name 495: )> 496:
column
number0
id
string??
line
number494
Raw_Trace
stringapplication_cfc$cf.udfCall_000002(/Application.cfc:494)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string474: <br> 475: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onRequest&quot;&gt;<br> <b>476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;targetPage&quot;&nbsp;type=&quot;String&quot;&nbsp;required=true/&gt;</b><br> 477: <br> 478: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;cgi.remote_addr&nbsp;NEQ&nbsp;'127.0.0.1'&gt;<br>
codePrintPlain
string474: 475: <cffunction name="onRequest"> 476: <cfargument name="targetPage" type="String" required=true/> 477: 478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
column
number0
id
string??
line
number476
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:476)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.ExpressionException: The key [FILECONTENT] does not exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:68) at lucee.runtime.type.StructImpl.get(StructImpl.java:179) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:279) at lucee.runtime.PageContextImpl.us(PageContextImpl.java:1238) at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:54) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214) at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:800) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016) at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:31) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:672) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016) at application_cfc$cf.udfCall_000002(/Application.cfc:494) at application_cfc$cf.udfCall(/Application.cfc:476) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:671) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 53: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;structKeyExists(cfhttp,&nbsp;'StatusCode')&nbsp;AND&nbsp;cfhttp.StatusCode&nbsp;eq&nbsp;&quot;200&nbsp;OK&quot;&gt;<br> <b>54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;findnocase('#arguments.ipaddress#&nbsp;reported&nbsp;as&nbsp;spam',CFHTTP.FileContent)&gt;</b><br> 55: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;blockIP(ipaddress&nbsp;=&nbsp;arguments.ipaddress,&nbsp;userid&nbsp;=&nbsp;0)&gt;<br> 56: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;&nbsp;&nbsp;<br>
codePrintPlain
string52: 53: <cfif structKeyExists(cfhttp, 'StatusCode') AND cfhttp.StatusCode eq "200 OK"> 54: <cfif findnocase('#arguments.ipaddress# reported as spam',CFHTTP.FileContent)> 55: <cfset blockIP(ipaddress = arguments.ipaddress, userid = 0)> 56: </cfif>
column
number0
id
string??
line
number54
Raw_Trace
stringcfc.security_cfc$cf.udfCall(/cfc/security.cfc:54)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc
type
stringcfml
2
Struct
codePrintHTML
string29: <br> 30: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;qIsExempted.RecordCount&nbsp;EQ&nbsp;0&gt;<br> <b>31: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;checkIsIPAddressSpam(ipaddress&nbsp;=&nbsp;arguments.ipaddress)&gt;</b><br> 32: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 33: <br>
codePrintPlain
string29: 30: <cfif qIsExempted.RecordCount EQ 0> 31: <cfset checkIsIPAddressSpam(ipaddress = arguments.ipaddress)> 32: </cfif> 33:
column
number0
id
string??
line
number31
Raw_Trace
stringcfc.security_cfc$cf.udfCall(/cfc/security.cfc:31)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc
type
stringcfml
3
Struct
codePrintHTML
string492: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipaddress&nbsp;=&nbsp;cgi.remote_addr,<br> 493: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;userid&nbsp;=&nbsp;uid,<br> <b>494: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;page&nbsp;=&nbsp;cgi.script_name</b><br> 495: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)&gt;<br> 496: <br>
codePrintPlain
string492: ipaddress = cgi.remote_addr, 493: userid = uid, 494: page = cgi.script_name 495: )> 496:
column
number0
id
string??
line
number494
Raw_Trace
stringapplication_cfc$cf.udfCall_000002(/Application.cfc:494)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string474: <br> 475: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onRequest&quot;&gt;<br> <b>476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;targetPage&quot;&nbsp;type=&quot;String&quot;&nbsp;required=true/&gt;</b><br> 477: <br> 478: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;cgi.remote_addr&nbsp;NEQ&nbsp;'127.0.0.1'&gt;<br>
codePrintPlain
string474: 475: <cffunction name="onRequest"> 476: <cfargument name="targetPage" type="String" required=true/> 477: 478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
column
number0
id
string??
line
number476
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:476)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
type
stringexpression