Skip to content

Commit

Permalink
Update readme.fr with inner references to attack protection
Browse files Browse the repository at this point in the history
  • Loading branch information
michelc committed Mar 3, 2012
1 parent c6acabc commit 93b72b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.fr.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Les routes peuvent aussi comporter des paramètres optionnels :
# répond à "GET /posts" et aussi à "GET /posts.json", "GET /posts.xml" etc...
end

A ce propos, à moins d'avoir désactivé la protection contre les attaques par
"path transversal" (voir plus loin), l'URL demandée peut avoir été modifiée
avant d'être comparée à vos routes.

=== Conditions

Les routes peuvent définir toutes sortes de conditions, comme par exemple le
Expand Down Expand Up @@ -1404,7 +1408,7 @@ protection :
Désactivé par défaut.

[protection] défini s'il faut activer ou non la protection contre
les attaques web. Voir la section protection plus loin.
les attaques web. Voir la section protection précédente.

[public_folder] dossier duquel les fichiers publics sont servis

Expand Down

0 comments on commit 93b72b8

Please sign in to comment.