summaryrefslogtreecommitdiffstats
path: root/Http/HttpUtils.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.5' into 2.6v2.6.1Fabien Potencier2014-12-021-1/+1
|\
| * Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-021-1/+1
| |\
| | * Docblock fixesGraham Campbell2014-11-301-1/+1
* | | [DX] Moved constants to a final classIltar van der Berg2014-09-291-8/+7
|/ /
* | Merge branch '2.3' into 2.4Fabien Potencier2014-04-161-1/+1
|\ \ | |/
| * fixed types in phpdocsFabien Potencier2014-04-161-1/+1
* | Merge branch '2.3' into 2.4Fabien Potencier2014-04-161-1/+1
|\ \ | |/
| * made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-1/+1
* | Merge branch '2.3' into 2.4Fabien Potencier2013-12-281-2/+2
|\ \ | |/
| * fixed acronymsFabien Potencier2013-12-281-2/+2
* | feature#8957 [HttpFoundation] added a way to override the Request class (fabpot)Fabien Potencier2013-10-011-1/+1
|\ \ | |/ |/|
| * [HttpFoundation] added a way to override the Request classFabien Potencier2013-09-301-1/+1
* | [Security] fixed wrong phpdocFabien Potencier2013-09-271-3/+1
* | Added doc commentsPiotr Antosik2013-09-191-1/+6
* | Fix some annotatesbronze1man2013-09-191-0/+1
|/
* Merge branch '2.1' into 2.2Fabien Potencier2013-03-151-1/+1
|\
| * changed sub-requests creation to '::create()'Jean-François Simon2013-03-151-1/+1
* | fixed merge issueFabien Potencier2013-03-151-1/+1
* | Merge branch '2.1' into 2.2Fabien Potencier2013-03-151-2/+12
|\ \ | |/
| * sub-requests are now created with the same class as their parentJean-François Simon2013-03-141-1/+1
| * [Security] use current request attributes to generate redirect url?Jean-François Simon2013-03-131-3/+13
* | Fixed PHPDocPascal Borreli2013-01-111-1/+1
* | merged branch Tobion/relative-path (PR #3958)Fabien Potencier2013-01-091-8/+3
|\ \ | |/ |/|
| * [Routing] add support for path-relative and scheme-relative URL generationTobias Schultze2012-12-131-8/+3
* | use the right RequestMatcherInterfaceDavid Buchmann2013-01-041-1/+1
* | HttpUtils must handle RequestMatcher tooDavid Buchmann2012-12-231-4/+13
|/
* [Security] fixed path info encoding (closes #6040, closes #5695)Fabien Potencier2012-12-111-1/+1
* fixed phpdocFabien Potencier2012-06-261-1/+4
* [Security] simplified some codeFabien Potencier2012-06-261-16/+21
* [Security] changed the HttpUtils constructor to tak both a UrlGenerator and a...Fabien Potencier2012-06-261-9/+13
* changed priorities for kernel.request listenersFabien Potencier2011-11-171-19/+0
* Merge branch '2.0'Fabien Potencier2011-11-141-1/+5
|\
| * [Security] fixed HttpUtils::checkRequestPath() to not catch all exceptions (c...v2.0.6Fabien Potencier2011-11-141-1/+5
* | merged 2.0Fabien Potencier2011-11-081-1/+1
|\ \ | |/
| * [Security] Fix checkRequestPath doc; closes #2323Jeremy Mikola2011-11-071-1/+1
* | moved management of the locale from the Session class to the Request classFabien Potencier2011-10-081-5/+1
|/
* Fixed the creation of the subrequestsChristophe Coevoet2011-09-181-0/+3
* Using the $status parameter instead of fixed value when creating a RedirectRe...v2.0.0Henrik Westphal2011-07-241-1/+1
* fixes several bugsJohannes Schmitt2011-07-191-15/+42
* [Security] fixed redirection URLs when using {_locale} in the patternFabien Potencier2011-07-111-0/+13
* [Security] tweaked previous commitFabien Potencier2011-07-051-0/+1
* [Security] removed a hackFabien Potencier2011-07-051-9/+14
* [Security] added an HttpUtils class to manage logic related to Requests and R...Fabien Potencier2011-06-221-0/+99