Pascal Rigaux

Results 27 comments of 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: ![image](https://github.com/glpi-project/glpi/assets/1790460/8b5cda67-3be1-452c-99a8-1baa690dfd53) Suggested behavior: ![image](https://github.com/glpi-project/glpi/assets/1790460/9db22440-70bc-4b1c-ba2e-91ed98d08079) NB : unchanged behavior for non user change: ![image](https://github.com/glpi-project/glpi/assets/1790460/1ecb2243-957e-4d6a-a9a4-7caa254ad148)

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...