austin48
austin48
On a basic level, couldn't you do: `$client_ip = getenv("HTTP_CLIENT_IP")?: getenv("HTTP_X_FORWARDED_FOR")?: getenv("HTTP_X_FORWARDED")?: getenv("HTTP_FORWARDED_FOR")?: getenv("HTTP_FORWARDED")?: getenv("REMOTE_ADDR");` As far as the "Rebroadcast" if the request comes into a different node than the...
Hello @jfritschi I tried testing the code I mentioned in my last comment and that seems to work for getting the actual client_ip instead of the load balancer's IP. Should...
Here's another question... would it be possible for the CAS Single Logout POST request to add additional info about the 'canonical' hostname of the CAS server? e.g the main CAS...
@enyo, I'm still seeing this bug with v5.8.1. May I ask why this was closed? Can it be reopened? I suspect the problem happens because the thumbnail for .HEIC files...
the bug happens on https://www.dropzonejs.com/examples/simple.html (v5.7.2) but it does not happen on https://www.dropzonejs.com/ (v4.1.0)
Is there any estimate on when this bug will be fixed?
For Sakai 24 and 23, testing this PR depends on https://sakaiproject.atlassian.net/browse/SAK-48222 However, I think it would be ok to merge it before that issue is fixed. And this PR can...
**Note - this screen shot was taken from our 21.4 instance that includes the patch**