Fabien Potencier
|
e3421a0b1d
[DoctrineBridge] fixed some CS
|
13 years ago |
Fabien Potencier
|
286ce0ea40
merged branch pulzarraider/proxy_ip_fix (PR #2695)
|
13 years ago |
Andrej Hudec
|
a931e21284
get correct client IP from X-forwarded-for header
|
13 years ago |
Fabien Potencier
|
60f8525ae5
merged branch lsmith77/forward_compat (PR #2526)
|
13 years ago |
Lukas Kahwe Smith
|
b6bf0182e9
tweaked error handling for the forward compatibility
|
13 years ago |
Lukas Kahwe Smith
|
c1426baee1
added locale handling forward compatibility
|
13 years ago |
Lukas Kahwe Smith
|
d3f137b9c1
cosmetic tweak
|
13 years ago |
Lukas Kahwe Smith
|
28778834c7
anything in front of ;q= is part of the mime type, anything after may be ignored
|
13 years ago |
Fabien Potencier
|
a74ae9d325
[HttpFoundation] made X_REWRITE_URL only available on Windows platforms
|
14 years ago |
stealth35
|
b12ce94c38
[HttpFoundation] fix #2142 PathInfo parsing/checking
|
14 years ago |
Drak
|
d375b6d00e
Corrected docblock, quoted types were incorrect.
|
14 years ago |
Fabien Potencier
|
17f115104d
merged branch chx/2.0 (PR #2141)
|
14 years ago |
Karoly Negyesi
|
24b80aedf3
Removed a leftover use.
|
14 years ago |
Jordan Alliot
|
ae5230344c
[HttpFoundation] Fixed duplicate of request
|
14 years ago |
Johannes Schmitt
|
b6ee1a67a7
fixes a bug when overriding method via the X-HTTP-METHOD-OVERRIDE header
|
14 years ago |
Fabien Potencier
|
8700cd6154
fixed CS
|
14 years ago |
Fabien Potencier
|
7dcbcbe69d
[HttpFoundation] tagged public @api
|
14 years ago |
Martin Eckhardt
|
95011ce4b7
[HttpFoundation] Fixed creation of requests without a path.
|
14 years ago |
Fabien Potencier
|
932cd10477
made HTTP headers coming from proxies non-trusted by default
|
14 years ago |
Daniel Londero
|
7dd8dd7699
Fixed @Return comment for getAcceptableContentTypes() method.
|
14 years ago |
Fabien Potencier
|
ea0f327122
merged branch Seldaek/req_time (PR #1432)
|
14 years ago |
Jordi Boggiano
|
e80ce57935
[HttpFoundation] Add REQUEST_TIME by default
|
14 years ago |
Fabien Potencier
|
f57e1d3e10
fixed CS
|
14 years ago |
Fabien Potencier
|
5b142d581b
fixed CS
|
14 years ago |
Sasa Stamenkovic
|
cbd1dfd3bd
Minor doc fixes in Request.
|
14 years ago |
Fabien Potencier
|
62e4342a86
fixed CS
|
14 years ago |
Fabien Potencier
|
0af4743583
[HttpFoundation] fixed Request::getFormat() when the mime-type has some optional parameter (closes #1235)
|
14 years ago |
Fabien Potencier
|
f16e206cd7
[HttpFoundation] added missing CONTENT_TYPE and CONTENT_LENGTH to the Request headers (these two headers are not prefixes with HTTP_ -- as per the CGI/1.1 spec, closes #1234)
|
14 years ago |
Fabien Potencier
|
9118fcee14
[HttpFoundation] fixed CS
|
14 years ago |
Fabien Potencier
|
c561f4f0c0
[Routing] changed HTTP method to always be uppercased (to be consistent with HttpFoundation/Request)
|
14 years ago |