Fixed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Brad Wood
Brad WoodLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 3 August 2022 at 20:33
Updated 18 July 2024 at 14:51
Resolved 8 February 2024 at 05:30
Per adobe’s docs, these are basically the same thing. I see code in lucee’s CGIImpl class for remote_user, but there is nothing populating auth_user other than the default empty string.
https://helpx.adobe.com/coldfusion/cfml-reference/reserved-words-and-variables/cgi-environment-cgi-scope-variables/cgi-server-variables.html
I assume we just need this line added in:
if (key.equals(KeyConstants._auth_user)) return store(key, toString(req.getRemoteUser()));
https://stackoverflow.com/questions/853006/difference-between-auth-user-and-remote-user-cgi-variables