Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
merged branch vicb/patch-1 (PR #483)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Commits
-------

214e3cf implement feedback
8363f4d Update UPGRADE-2.2.md

Discussion
----------

Update UPGRADE-2.2.md

---------------------------------------------------------------------------

by vicb at 2013-01-25T12:32:51Z

I did not mention rendering a controller specifically as I wanted to keep this simple. What do you think ?

---------------------------------------------------------------------------

by vicb at 2013-01-25T12:51:30Z

done
  • Loading branch information
fabpot committed Jan 25, 2013
2 parents 6c817e8 + 214e3cf commit f141763
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions UPGRADE-2.2.md
@@ -1,6 +1,19 @@
UPGRADE FROM 2.1 to 2.2
=======================

* The ``_internal`` route is not used any more. It should then be removed from
both your routing and security configurations. A ``router_proxy`` key has
been added to the framework configuration and must be specified when ESI or
Hinclude are in use. No security configuration is required for this path as
by default ESI access is only permitted for trusted hosts and Hinclude access
uses an URL signing mechanism.

```
framework:
# ...
router_proxy: { path: /_proxy }
```

Functional Tests
----------------

Expand Down

0 comments on commit f141763

Please sign in to comment.