|
Starting a fresh SP INIT session by going to a PL SP that includes a special character-
an anchor/hash # was the only thing tried
-will send you to the IDP as expected, but after login you will not wind back up at the original URL you requested.
For example: Going to http://dmtest.int-idp.dev.ext.devlab.redhat.com:8080/sales/abc/123.html after the login jump you end up at http://dmtest.int-idp.dev.ext.devlab.redhat.com:8080/sales/abc/123.html as expected.
However, going to http://dmtest.int-idp.dev.ext.devlab.redhat.com:8080/sales/abc/123.html#chapter4 after the login jump you end up at http://dmtest.int-idp.dev.ext.devlab.redhat.com:8080/sales/abc/123.html. The # and things after it are removed.
This is affecting an ajax application in a more spectacular way than this simple page anchor example.
|