| 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: 'servizi/formazione.default'. |
| | StackTrace | | string | lucee.runtime.exp.CustomTypeException: Found a slash in the action: 'servizi/formazione.default'.
at lucee.runtime.tag.Throw._doStartTag(Throw.java:225)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:212)
at throw_cfm$cf.udfCall(/throw.cfm:15)
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.functions.system.CFFunction.call(CFFunction.java:109)
at org.corfield.framework_cfc$cf.udfCall8(/org/corfield/framework.cfc:1485)
at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc)
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:829)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2107)
at org.corfield.framework_cfc$cf.udfCall9(/org/corfield/framework.cfc:1756)
at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc)
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.type.scope.UndefinedImpl.call(UndefinedImpl.java:811)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at org.corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:746)
at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc)
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:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:718)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
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:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 1483: <br>
1484: private void function raiseException( string type, string message, string detail ) {<br>
<b>1485: throw( type = type, message = message, detail = detail );</b><br>
1486: }<br>
1487: <br>
|
| | codePrintPlain | | string | 1483:
1484: private void function raiseException( string type, string message, string detail ) {
1485: throw( type = type, message = message, detail = detail );
1486: }
1487:
|
| | column | | | id | | | line | | | Raw_Trace | | string | org.corfield.framework_cfc$cf.udfCall8(/org/corfield/framework.cfc:1485) |
| | template | | string | /var/www/org/corfield/framework.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 1754: if ( findOneOf( chr(47) & chr(92), action ) > 0 ) {<br>
1755: raiseException( type="FW1.actionContainsSlash", message="Found a slash in the action: '#action#'.",<br>
<b>1756: detail="Actions are not allowed to embed sub-directory paths.");</b><br>
1757: }<br>
1758: return action;<br>
|
| | codePrintPlain | | string | 1754: if ( findOneOf( chr(47) & chr(92), action ) > 0 ) {
1755: raiseException( type="FW1.actionContainsSlash", message="Found a slash in the action: '#action#'.",
1756: detail="Actions are not allowed to embed sub-directory paths.");
1757: }
1758: return action;
|
| | column | | | id | | | line | | | Raw_Trace | | string | org.corfield.framework_cfc$cf.udfCall9(/org/corfield/framework.cfc:1756) |
| | template | | string | /var/www/org/corfield/framework.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 744: request.action = validateAction( request.context[variables.framework.action] );<br>
745: } else {<br>
<b>746: request.action = validateAction( lCase(request.context[variables.framework.action]) );</b><br>
747: }<br>
748: <br>
|
| | codePrintPlain | | string | 744: request.action = validateAction( request.context[variables.framework.action] );
745: } else {
746: request.action = validateAction( lCase(request.context[variables.framework.action]) );
747: }
748:
|
| | column | | | id | | | line | | | Raw_Trace | | string | org.corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:746) |
| | template | | string | /var/www/org/corfield/framework.cfc |
| | type | |
|
| | type | | string | FW1.actionContainsSlash |
|
|