Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play 2.5 take 2 + csrf fixes #15367

Merged
merged 2 commits into from
Dec 16, 2016
Merged

Play 2.5 take 2 + csrf fixes #15367

merged 2 commits into from
Dec 16, 2016

Conversation

TBonnin
Copy link
Contributor

@TBonnin TBonnin commented Dec 16, 2016

What does this change?

  • Bringing back Play 2.5 changes
  • CSRF fix 3e7d00f

The csrf related commit 3e7d00f is the only changed not yet reviewed

What is the value of this and can you measure success?

Play 2.5 🎉

@markjamesbutler @jfsoul @DiegoVazquezNanini

We were checking csrf token instead of setting it and vice versa
@TBonnin TBonnin merged commit 33d9447 into master Dec 16, 2016
@TBonnin TBonnin deleted the tbonnin-play2.5-take-2 branch December 16, 2016 13:16

def wsClient: WSClient
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets make this implicit and remove the "implicit val ws = wsClient" in loginAction and overrideRedirectUrl

@@ -16,7 +16,7 @@ import scala.concurrent.Future
with ScalaFutures
with ConfiguredTestSuite
with BeforeAndAfterAll
with WithTestWsClient {
with WithMaterializer with WithTestWsClient {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants