Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applied Security patch from Magento: PATCH_SUPEE-5344_CE #9

Merged
merged 1 commit into from
Feb 10, 2015

Conversation

manish172
Copy link

No description provided.

@@ -69,13 +73,14 @@ public function actionPreDispatchAdmin($observer)
$session->login($username, $password, $request);
$request->setPost('login', null);
}
if (!$request->getParam('forwarded')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record I'd like to point out that adding this getInternallyForwarded/setInternallyForwarded is silly as the request object supports parameters that are set via code only. When you call setParam you are seting 'userland' parameters. If you want to get a parameter and be sure it was set via code and not the inbound requests you use getUserParam and NOT getParam like the original code had.

LeeSaferite added a commit that referenced this pull request Feb 10, 2015
Applied Security patch from Magento: PATCH_SUPEE-5344_CE
@LeeSaferite LeeSaferite merged commit 4e071c3 into OpenMage:magento-1.9 Feb 10, 2015
@sreichel sreichel added the patch label Jan 11, 2018
justinbeaty added a commit to justinbeaty/magento-lts that referenced this pull request Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants