You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
This test was specifically added to test a regression in the JSDK, so I could see an argument for removing it from the TCK entirely (it may be better suited for a JSDK IT). Thoughts @omgitstom or @edjiang?
Hello everyone,
I'm the Rails contractor that's working on the stormpath-rails integration.
The testNoRedirectionStickinessHtml test in LoginIT.groovy asserts escaped url path, which causes tests to fail in Rails.
Changing the %2F to an unescaped / solves the issue.
Do other frameworks need this character escaped and should we escape it in Rails, or are you going to unescape it?
The text was updated successfully, but these errors were encountered: