Recent Safari update breaks some SPs ?

Andrew Morgan morgan at orst.edu
Wed Oct 26 12:05:17 EDT 2016


On Wed, 26 Oct 2016, Cantor, Scott wrote:

>> We are experiencing this problem with Safari/ServiceNow as well.
>
> It can't be just Service-Now though. Are we sure SN is properly encoding 
> its query strings?

Note: We do not use Service-Now.

I searched our Apache logs using this:

   cat access.log.* | grep SAMLRequest= | grep RelayState= | perl -e 'while(<STDIN>) { if (/RelayState=(.+) HTTP/) { $t = $1; if ($t =~ /[:\/]/) { print "$t\n"; } } }'

The only hits were a few per day from some Android browser.

If this was a global Safari problem, I feel like we would be seeing it.

 	Andy


More information about the users mailing list