+rapsys_pack_captcha:
+ path: '/captcha/{hash<[a-zA-Z0-9=_-]+>}/{updated<\d+>}/{equation<[a-zA-Z0-9=_-]+>}/{width<\d+>?120}/{height<\d+>?36}.{_format?jpeg}'
+ controller: Rapsys\PackBundle\Controller\ImageController::captcha
+ methods: GET
+
+rapsys_pack_thumb:
+ path: '/thumb/{hash<[a-zA-Z0-9=_-]+>}/{updated<\d+>}/{path<[a-zA-Z0-9=_-]+>}/{width<\d+>?640}/{height<\d+>?640}.{_format?jpeg}'
+ controller: Rapsys\PackBundle\Controller\ImageController::thumb
+ methods: GET
+