----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11676/ -----------------------------------------------------------
Review request for wave. Description ------- The configuration file has an empty default welcome_wave_id. The source code, however, uses "UNDEFINED" to check if the welcome wave functionality should be ignored. This patch uses an empty string for all checks and default values. Diffs ----- src/org/waveprotocol/box/server/CoreSettings.java 31cb4ea src/org/waveprotocol/box/server/robots/agent/welcome/WelcomeRobot.java 07cb78d Diff: https://reviews.apache.org/r/11676/diff/ Testing ------- Remove any welcome_wave_id from your server.config file, start wiab server, and check this message does NOT appear on the logs anymore: "Problem parsing welcome wave id: " Thanks, Bruno Gonzalez