Skip to content

Fix Fortinet realm name extraction

Daniel Lenski requested to merge fix_and_test_Fortinet_realm_extraction into master
  1. We were inadvertently capturing 6 characters following the 'realm' parameter in the query string (e.g. '&lang='). Fix and include extra parameters in tests to verify.
  2. Add another comment about how the 'realm' field is saved in URL-escaped form, and test to verify.

Merge request reports