We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd12a3c commit 64fb847Copy full SHA for 64fb847
system/web/context/RequestContext.cfc
@@ -1436,12 +1436,6 @@ component serializable="false" accessors="true" {
1436
arguments.baseURL = trim( arguments.baseURL );
1437
arguments.queryString = trim( arguments.queryString );
1438
1439
- // Front Controller Base
1440
- var frontController = "index.cfm";
1441
- if ( len( arguments.baseURL ) neq 0 ) {
1442
- frontController = arguments.baseURL;
1443
- }
1444
-
1445
// SSL ON OR TURN IT ON
1446
if ( isSSL() OR ( !isNull( arguments.ssl ) and arguments.ssl ) ) {
1447
variables.SESBaseURL = replaceNoCase( variables.SESBaseURL, "http:", "https:" );
0 commit comments