Pascal Rigaux
Pascal Rigaux
To help users, we added the following on our rev-proxy : ``` proxy_set_header Accept-Encoding ""; subs_filter "^Unknown error$" "Il semble que vous ayez un cookie étrange mal géré, veuillez aller...
My only issue with my patch is the mix of types for param `entity_transform`: it currently expects a function or None. I added the possibility to handle string "percent_encoded". If...
Current behavior:  Suggested behavior:  NB : unchanged behavior for non user change: 
Sure : https://github.com/glpi-project/glpi/pull/17337
I have pushed two cleanup commits that should help, can you try? - https://github.com/pixel/hexedit/commit/38423ce383eeb8071389202321a7096bd42b0e9b > chore: remove unused include (should help build on MINGW64) - https://github.com/pixel/hexedit/commit/f66a85e2fef408f71c69bbbef66f8f48a462f870 > chore: remove leftover...
I think the current behavior is ok... if used as explained on https://github.com/apereo/phpCAS/issues/93 : `renewAuthentication()` is meant to be used instead of `forceAuthentication()` when your application wants to have a...
For the record, a sample front channel SLO request submitted by CAS resembles the following format: ``` curl 'https://service.url?callback=jQuery112409319555380089843_1509437967792&logoutRequest=[BASE64 encoded request]&_=1509437967793' ``` Front-channel is especially nice since the user provides...