From 6689cc42fa28ac18cd29ecc3cc011801b276b0b3 Mon Sep 17 00:00:00 2001 From: Eran Hammer Date: Tue, 5 Feb 2013 10:09:04 -0800 Subject: [PATCH] Parse cookies before authentication --- lib/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request.js b/lib/request.js index 78d129ccb..5e72b09e4 100755 --- a/lib/request.js +++ b/lib/request.js @@ -280,10 +280,10 @@ internals.Request.prototype._execute = function (route) { var funcs = [ // 'onRequest' in Server + State.parseCookies, internals.authenticate, internals.processDebug, Validation.query, - State.parseCookies, Payload.read, Validation.payload, Validation.path,