Skip to content

Commit

Permalink
Update documentation/manual/Highlights.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nraychaudhuri committed Jan 29, 2013
1 parent f42efea commit e8cd9ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions documentation/manual/Highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ As this example [[demonstrates it|https://github.com/guillaumebort/play20-spring

The new Scala JSON API provide great features such as transformation and validation of JSON tree.

http://mandubian.com/2012/09/08/unveiling-play-2-dot-1-json-api-part1-jspath-reads-combinators/

_(TODO: integrate into the main documentation)_

## New Filter API and CSRF protection

Play 2.1 provides a new and really powerful filter API allowing to intercept each part of the HTTP request or response, in a fully non-blocking way.
Expand All @@ -156,10 +152,6 @@ EssentialAction => EssentialAction

> __Note__: The old `Action[A]` type is still available for compatibility.
You can read further [[about this new action type|https://gist.github.com/3026886]].

_(TODO: Integrate this?)_

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 issue.

## RequireJS
Expand Down

0 comments on commit e8cd9ba

Please sign in to comment.