loopback/server/middleware
Pham Anh Tuan ca0208ddd9 Fix context middleware to preserve domains
When executing a request using a pooled connection, connectors
like MongoDB and/or MySQL rebind callbacks to the domain which
issued the request, as opposed to the domain which opened the pooled
connection.

This commit fixes the context middleware to play nicely with that
mechanism and preserve domain rebinds.
2015-01-07 10:56:10 +01:00
..
context.js Fix context middleware to preserve domains 2015-01-07 10:56:10 +01:00
favicon.js Update favicon.js 2014-11-24 15:08:21 -08:00
rest.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00
static.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00
status.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00
token.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00
url-not-found.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00