This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module['exports'] = function echoHttp (hook) { | |
hook.debug("Debug messages are sent to the debug console"); | |
hook.debug(hook.params); | |
hook.debug(hook.req.path); | |
hook.debug(hook.req.method); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function (user, context, callback) { | |
if (context.connection === 'facebook'){ | |
delete user.context; | |
delete user.favorite_teams; | |
delete user.inspirational_people; | |
delete user.bio; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remote Address:74.125.28.141:443 | |
Request URL:https://clothprod.appspot.com/_ah/api/userprofile/v2/public/checkuserexists | |
Request Method:POST | |
Status Code:400 Bad Request | |
Request Headers | |
:host:clothprod.appspot.com | |
:method:POST | |
:path:/_ah/api/userprofile/v2/public/checkuserexists | |
:scheme:https | |
:version:HTTP/1.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] ----------- | |
[INFO] Please visit https://developers.google.com/appengine/downloads for the latest SDK. | |
[INFO] ******************************************************** | |
[INFO] Aug 08, 2014 3:56:40 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml | |
[INFO] INFO: Successfully processed /home/bradford/proj/alt/clothapp-core/target/clothdevapp-1.0-SNAPSHOT/WEB-INF/appengine-web.xml | |
[INFO] Aug 08, 2014 3:56:40 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml | |
[INFO] INFO: Successfully processed /home/bradford/proj/alt/clothapp-core/target/clothdevapp-1.0-SNAPSHOT/WEB-INF/web.xml | |
[INFO] Aug 08, 2014 3:56:40 PM com.google.appengine.tools.development.SystemPropertiesManager setSystemProperties | |
[INFO] INFO: Overwriting system property key 'java.util.logging.config.file', value '/home/bradford/.m2/repository/com/google/appengine/appengine-java-sdk/1.9.6/appengine-java-sdk/appengine-java-sdk-1.9.6/config/sdk/logging.properties' with value 'WEB-INF/logging.propert |
NewerOlder