はじめに Playframework2.1では新機能としてCSRF対策が追加されたそうです。そもそもCSRF対策の機能はPlayframework1.x系には存在した機能ですが、2.0では機能そのものが消えていました。当然といえば当然の復活です。 公式の新機能紹介( Highlights )にも New Filter API and CSRF protection と大きく取り上げています。 新機能紹介のページを読み進めていくと、 The filters project that is part of the standard Play distribution contain a set of standard filter, such as the CSRF providing automatic token management against the CSRF security i

