Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

[bug 879748] Secured the automatic /user/:userid path #14

Merged
merged 1 commit into from Jun 6, 2013

Conversation

sedge
Copy link
Contributor

@sedge sedge commented Jun 5, 2013

status: "okay",
user: user
var userid = req.param( 'userid' ),
personaUser = req.session.email || null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't need to do the OR here. undefined is a suitable value for what we are checking.

sedge added a commit that referenced this pull request Jun 6, 2013
[bug 879748] Secured the automatic /user/:userid path
@sedge sedge merged commit 2ade34b into mozilla:master Jun 6, 2013
@sedge sedge deleted the bug879748 branch June 6, 2013 20:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants