|
Revision 17794, 488 bytes
(checked in by fabien, 4 years ago)
|
[1.3] removed the common filter - first time you need to execute the project:upgrade1.3 task to upgrade your existing 1.3 projects
|
| Line | |
|---|
| 1 |
# rendering filter must be the first registered filter |
|---|
| 2 |
rendering: |
|---|
| 3 |
class: sfRenderingFilter |
|---|
| 4 |
param: |
|---|
| 5 |
type: rendering |
|---|
| 6 |
|
|---|
| 7 |
# security filter must have a type of security |
|---|
| 8 |
security: |
|---|
| 9 |
class: sfBasicSecurityFilter |
|---|
| 10 |
param: |
|---|
| 11 |
type: security |
|---|
| 12 |
|
|---|
| 13 |
# generally, you will want to insert your own filters here |
|---|
| 14 |
|
|---|
| 15 |
cache: |
|---|
| 16 |
class: sfCacheFilter |
|---|
| 17 |
param: |
|---|
| 18 |
condition: %SF_CACHE% |
|---|
| 19 |
|
|---|
| 20 |
# execution filter must be the last registered filter |
|---|
| 21 |
execution: |
|---|
| 22 |
class: sfExecutionFilter |
|---|
| 23 |
param: |
|---|
| 24 |
type: execution |
|---|