Skip to content

Commit

Permalink
Merge pull request #2498 from MitrahSoft/LDEV-5259
Browse files Browse the repository at this point in the history
Updated and added the fix for LDEV-5259
  • Loading branch information
michaeloffner authored Feb 3, 2025
2 parents 2ea7d53 + b9cbdb9 commit 7833d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/cfml/context/admin/web.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<cfset ad = request.adminType>
<cfset request.self = (request.singleMode?"index": request.adminType )& ".cfm">
<cfscript>
if(structKeyExists(url, "reinit") && (url.action?:"") != "logout") {
if(structKeyExists(url, "reinit") && (url.action?:"") != "logout" && (url.action?:"") != "ext.applications") {
location url="#cgi.SCRIPT_NAME#?action=logout&full=true" addtoken="No";
}
</cfscript>
Expand Down

0 comments on commit 7833d33

Please sign in to comment.