ERROR!
An error occurred!
Action: unknown
Error: Found a slash in the action: '/.index'.
Type: FW1.actionContainsSlash
Details: Actions are not allowed to embed sub-directory paths.
Catch Entries: 13 |
| additional | |
| Cause | | Struct | | additional | | | code | | | Detail | | string | Actions are not allowed to embed sub-directory paths. |
| | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Found a slash in the action: '/.index'. |
| | StackTrace | | string | lucee.runtime.exp.CustomTypeException: Found a slash in the action: '/.index'.
at lucee.runtime.tag.Throw._doStartTag(Throw.java:212)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:201)
at throw_cfm$cf.udfCall(/throw.cfm:11)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.functions.system.CFFunction.call(CFFunction.java:109)
at one_cfc$cf.udfCallf(/framework/one.cfc:2979)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at one_cfc$cf.udfCalle(/framework/one.cfc:2889)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at one_cfc$cf.udfCall6(/framework/one.cfc:1000)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener.onSessionStart(ModernAppListener.java:345)
at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3201)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:122)
at lucee.runtime.listener.ModernAppListener.onRequest(ModernAppListener.java:107)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 2977: if ( findOneOf( chr(47) & chr(92), action ) > 0 ) {<br>
2978: throw( type='FW1.actionContainsSlash', message="Found a slash in the action: '#action#'.",<br>
<b>2979: detail='Actions are not allowed to embed sub-directory paths.');</b><br>
2980: }<br>
2981: return action;<br>
|
| | codePrintPlain | | string | 2977: if ( findOneOf( chr(47) & chr(92), action ) > 0 ) {
2978: throw( type='FW1.actionContainsSlash', message="Found a slash in the action: '#action#'.",
2979: detail='Actions are not allowed to embed sub-directory paths.');
2980: }
2981: return action;
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCallf(/framework/one.cfc:2979) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 2887: request.action = validateAction( request.context[ variables.framework.action ] );<br>
2888: } else {<br>
<b>2889: request.action = validateAction( lCase(request.context[ variables.framework.action ]) );</b><br>
2890: }<br>
2891: request._fw1.requestDefaultsInitialized = true;<br>
|
| | codePrintPlain | | string | 2887: request.action = validateAction( request.context[ variables.framework.action ] );
2888: } else {
2889: request.action = validateAction( lCase(request.context[ variables.framework.action ]) );
2890: }
2891: request._fw1.requestDefaultsInitialized = true;
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCalle(/framework/one.cfc:2889) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 998: */<br>
999: public any function onSessionStart() {<br>
<b>1000: setupRequestDefaults();</b><br>
1001: setupSessionWrapper();<br>
1002: }<br>
|
| | codePrintPlain | | string | 998: */
999: public any function onSessionStart() {
1000: setupRequestDefaults();
1001: setupSessionWrapper();
1002: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCall6(/framework/one.cfc:1000) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
|
| | type | | string | FW1.actionContainsSlash |
|
|
| code | |
| Detail | | string | Actions are not allowed to embed sub-directory paths. |
|
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | Found a slash in the action: '/.index'. |
|
| name | |
| rootCause | | Struct | | additional | | | code | | | Detail | | string | Actions are not allowed to embed sub-directory paths. |
| | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Found a slash in the action: '/.index'. |
| | StackTrace | | string | lucee.runtime.exp.CustomTypeException: Found a slash in the action: '/.index'.
at lucee.runtime.tag.Throw._doStartTag(Throw.java:212)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:201)
at throw_cfm$cf.udfCall(/throw.cfm:11)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.functions.system.CFFunction.call(CFFunction.java:109)
at one_cfc$cf.udfCallf(/framework/one.cfc:2979)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at one_cfc$cf.udfCalle(/framework/one.cfc:2889)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at one_cfc$cf.udfCall6(/framework/one.cfc:1000)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener.onSessionStart(ModernAppListener.java:345)
at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3201)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:122)
at lucee.runtime.listener.ModernAppListener.onRequest(ModernAppListener.java:107)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 2977: if ( findOneOf( chr(47) & chr(92), action ) > 0 ) {<br>
2978: throw( type='FW1.actionContainsSlash', message="Found a slash in the action: '#action#'.",<br>
<b>2979: detail='Actions are not allowed to embed sub-directory paths.');</b><br>
2980: }<br>
2981: return action;<br>
|
| | codePrintPlain | | string | 2977: if ( findOneOf( chr(47) & chr(92), action ) > 0 ) {
2978: throw( type='FW1.actionContainsSlash', message="Found a slash in the action: '#action#'.",
2979: detail='Actions are not allowed to embed sub-directory paths.');
2980: }
2981: return action;
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCallf(/framework/one.cfc:2979) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 2887: request.action = validateAction( request.context[ variables.framework.action ] );<br>
2888: } else {<br>
<b>2889: request.action = validateAction( lCase(request.context[ variables.framework.action ]) );</b><br>
2890: }<br>
2891: request._fw1.requestDefaultsInitialized = true;<br>
|
| | codePrintPlain | | string | 2887: request.action = validateAction( request.context[ variables.framework.action ] );
2888: } else {
2889: request.action = validateAction( lCase(request.context[ variables.framework.action ]) );
2890: }
2891: request._fw1.requestDefaultsInitialized = true;
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCalle(/framework/one.cfc:2889) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 998: */<br>
999: public any function onSessionStart() {<br>
<b>1000: setupRequestDefaults();</b><br>
1001: setupSessionWrapper();<br>
1002: }<br>
|
| | codePrintPlain | | string | 998: */
999: public any function onSessionStart() {
1000: setupRequestDefaults();
1001: setupSessionWrapper();
1002: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCall6(/framework/one.cfc:1000) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
|
| | type | | string | FW1.actionContainsSlash |
|
|
| StackTrace | | string | lucee.runtime.exp.CustomTypeException: Found a slash in the action: '/.index'.
at lucee.runtime.tag.Throw._doStartTag(Throw.java:212)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:201)
at throw_cfm$cf.udfCall(/throw.cfm:11)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.functions.system.CFFunction.call(CFFunction.java:109)
at one_cfc$cf.udfCallf(/framework/one.cfc:2979)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at one_cfc$cf.udfCalle(/framework/one.cfc:2889)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at one_cfc$cf.udfCall6(/framework/one.cfc:1000)
at one_cfc$cf.udfCall(/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener.onSessionStart(ModernAppListener.java:345)
at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3201)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:122)
at lucee.runtime.listener.ModernAppListener.onRequest(ModernAppListener.java:107)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
| TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 2977: if ( findOneOf( chr(47) & chr(92), action ) > 0 ) {<br>
2978: throw( type='FW1.actionContainsSlash', message="Found a slash in the action: '#action#'.",<br>
<b>2979: detail='Actions are not allowed to embed sub-directory paths.');</b><br>
2980: }<br>
2981: return action;<br>
|
| | codePrintPlain | | string | 2977: if ( findOneOf( chr(47) & chr(92), action ) > 0 ) {
2978: throw( type='FW1.actionContainsSlash', message="Found a slash in the action: '#action#'.",
2979: detail='Actions are not allowed to embed sub-directory paths.');
2980: }
2981: return action;
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCallf(/framework/one.cfc:2979) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 2887: request.action = validateAction( request.context[ variables.framework.action ] );<br>
2888: } else {<br>
<b>2889: request.action = validateAction( lCase(request.context[ variables.framework.action ]) );</b><br>
2890: }<br>
2891: request._fw1.requestDefaultsInitialized = true;<br>
|
| | codePrintPlain | | string | 2887: request.action = validateAction( request.context[ variables.framework.action ] );
2888: } else {
2889: request.action = validateAction( lCase(request.context[ variables.framework.action ]) );
2890: }
2891: request._fw1.requestDefaultsInitialized = true;
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCalle(/framework/one.cfc:2889) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 998: */<br>
999: public any function onSessionStart() {<br>
<b>1000: setupRequestDefaults();</b><br>
1001: setupSessionWrapper();<br>
1002: }<br>
|
| | codePrintPlain | | string | 998: */
999: public any function onSessionStart() {
1000: setupRequestDefaults();
1001: setupSessionWrapper();
1002: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | one_cfc$cf.udfCall6(/framework/one.cfc:1000) |
| | template | | string | /var/www/sites/frameworks/framework/one.cfc |
| | type | |
|
|
| type | | string | FW1.actionContainsSlash |
|
Sorry
Something is not right.
An error has occurred and we have been notified of the problem.