Fabien Potencier
|
5a38886b1d
[HttpFoundation] fixed Request::getHttpHost()
|
14 gadi atpakaļ |
Fabien Potencier
|
e81b88c576
[HttpFoundation] added HeaderBag::__toString()
|
14 gadi atpakaļ |
Fabien Potencier
|
dcb4ef6e23
[HttpFoundation] added Request::__toString()
|
14 gadi atpakaļ |
Fabien Potencier
|
62d09b8fb2
[HttpFoundation] ensures that path info always starts with a /
|
14 gadi atpakaļ |
Chekote
|
41ed194a98
Fixed content type for urlencoded forms being too specific. For example, this will now function will clients (such as Firefox) that append the charset to the content type header. Uses 0 === strpos() as per @kriswallsmith suggestion.
|
14 gadi atpakaļ |
Chekote
|
88d94dd59f
Fixed reference to $this, when not in object context
|
14 gadi atpakaļ |
Fabien Potencier
|
0848604ce1
[HttpFoundation] fixed typo
|
14 gadi atpakaļ |
Fabien Potencier
|
08846af9e2
[HttpFoundation] moved the PUT magic dance in createFromGlobals()
|
14 gadi atpakaļ |
Fabien Potencier
|
efd1f1358c
added support for PUT method
|
14 gadi atpakaļ |
Johannes Schmitt
|
411659bc07
[HttpFoundation] added $deep flag to Request::get()
|
14 gadi atpakaļ |
Johannes Schmitt
|
362b7264d1
[Security][HttpFoundation] splits Request::hasSession() into hasSession(), and hasPreviousSession()
|
14 gadi atpakaļ |
Kris Wallsmith
|
ae46150bc8
[HttpFoundation] added support for X-Forwarded-Port request header
|
14 gadi atpakaļ |
Fabien Potencier
|
c7fddca891
replaced some url..code by rawurl..code
|
14 gadi atpakaļ |
Victor Berchet
|
d350e01e33
File & UploadedFile tweaks
|
14 gadi atpakaļ |
Fabien Potencier
|
889c422d6e
Merge remote branch 'igorw/ipv6'
|
14 gadi atpakaļ |
Igor Wiedler
|
51d12758a0
minor adjustments suggested by vicb
|
14 gadi atpakaļ |
Igor Wiedler
|
82699c5a98
[HttpFoundation] add IPv6 support to Request
|
14 gadi atpakaļ |
Fabien Potencier
|
417839345f
Merge remote branch 'lsmith77/request_format_tweaks'
|
14 gadi atpakaļ |
Fabien Potencier
|
c5497c7c67
[HttpFoundation] fixed a potential security problem in Request
|
14 gadi atpakaļ |
Fabien Potencier
|
d993a9160a
[HttpFoundation] fixed getScheme() method
|
14 gadi atpakaļ |
Lukas Kahwe Smith
|
c2ac8304b0
added text/html to default format mapping
|
14 gadi atpakaļ |
Lukas Kahwe Smith
|
4c3c6cdabf
return "q" from splitHttpAcceptHeader() to enable more complex accept header negotiations
|
14 gadi atpakaļ |
Lukas Kahwe Smith
|
53c7bcf3aa
added support for setting a custom default format in Request::getRequestFormat()
|
14 gadi atpakaļ |
hidenorigoto
|
1e78ec395c
[HttpFoundation] fixed wrong method name
|
14 gadi atpakaļ |
ornicar
|
7440db7244
[HttpFoundation] Make sure Request::getLanguages always returns an array
|
14 gadi atpakaļ |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 gadi atpakaļ |
Pascal Borreli
|
fc42cc5066
[HttpFoundation] Removed useless else
|
14 gadi atpakaļ |
Sven Paulus
|
5d87d83a10
optimize duplication of Request objects
|
14 gadi atpakaļ |
Martijn Evers
|
1e3dc1479c
[Testing][HttpKernel] Added possibility to functional test raw body data
|
14 gadi atpakaļ |
Fabien Potencier
|
8dd0c5641a
[HttpFoundation] made small optimizations
|
14 gadi atpakaļ |