Skip to content

Commit 64fb847

Browse files
committed
non ses removed
1 parent dd12a3c commit 64fb847

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

system/web/context/RequestContext.cfc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,12 +1436,6 @@ component serializable="false" accessors="true" {
14361436
arguments.baseURL = trim( arguments.baseURL );
14371437
arguments.queryString = trim( arguments.queryString );
14381438

1439-
// Front Controller Base
1440-
var frontController = "index.cfm";
1441-
if ( len( arguments.baseURL ) neq 0 ) {
1442-
frontController = arguments.baseURL;
1443-
}
1444-
14451439
// SSL ON OR TURN IT ON
14461440
if ( isSSL() OR ( !isNull( arguments.ssl ) and arguments.ssl ) ) {
14471441
variables.SESBaseURL = replaceNoCase( variables.SESBaseURL, "http:", "https:" );

0 commit comments

Comments
 (0)