Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix form csrf tokens on kernel reload#47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
avalanche123 wants to merge19 commits intosymfony:masterfromopensky:fix_form_csrf_tokens_on_kernel_reload
Closed
Changes from1 commit
Commits
Show all changes
19 commits
Select commitHold shift + click to select a range
bdada47
[Translation] Added CsvFileLoader to support csv translation resources.
umpirskyJan 8, 2011
e85546e
[DependencyInjection] made some improvments to the container compiler
schmittjohJan 8, 2011
d1a2a65
[DependencyInjection] performance improvement, better analysis tools
schmittjohJan 9, 2011
f1e41a9
[DependencyInjection] made some improvments to the container compiler
schmittjohJan 9, 2011
99a5097
[HttpFoundation] Correcting the PHPDoc for the public $headers proper…
weaverryanJan 9, 2011
09a876b
[HttpFoundation] Adding a few internal notes to clarify the process o…
weaverryanJan 9, 2011
361a0dc
[Translation] Adding PHPDoc to the MessageSelector::choose() method.
weaverryanJan 9, 2011
98c787a
[CompatAssetsBundle] Add missing namespace
ornicarJan 10, 2011
dedf29f
[HttpKernel] No longer reformat {} "a la python"
igorwJan 9, 2011
3734c0e
updated bootstrap file
fabpotJan 10, 2011
d6b57bc
[HttpFoundation] fixed error casting broken in DomCrawler\Form::getPh…
avalanche123Jan 10, 2011
7cab551
[FrameworkBundle] removed public=false from security.encoder_factory
ruudkJan 11, 2011
c85b587
made security.acl.dbal.connection public for use in acl:init
Jan 10, 2011
18a34c5
[DoctrineBundle] Changed visibility of doctrine db connections to public
Jan 10, 2011
f41654f
[Console] added rendering previous exceptions
hasonJan 11, 2011
08c3a2b
method buildContainer divided into logical parts
hasonJan 10, 2011
9a2e053
[Event] Collected data is about listener (not event) calls
vicbJan 9, 2011
47b87e9
[TwigBundle] made global more powerful
fabpotJan 11, 2011
4beac30
[Form, FrameworkBundle] added csrf tokens reset on Kernel::shutdown()…
avalanche123Jan 11, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
[HttpFoundation] fixed error casting broken in DomCrawler\Form::getPh…
…pFiles()
  • Loading branch information
@avalanche123@fabpot
avalanche123 authored andfabpot committedJan 10, 2011
commitd6b57bce338f041adc2e2733298f6a6851b7c594
4 changes: 4 additions & 0 deletionssrc/Symfony/Component/HttpFoundation/Request.php
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -951,6 +951,10 @@ protected function convertFileInformation(array $files)
$keys = array_keys($data);
sort($keys);

if ($keys == $fileKeys) {
$data['error'] = (int) $data['error'];
}

if ($keys != $fileKeys) {
$fixedFiles[$key] = $this->convertFileInformation($data);
} else if ($data['error'] === UPLOAD_ERR_NO_FILE) {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp