Hide Forgot
When adding a db: -------- MySQL 5.1 database added. Please make note of these credentials: Root User: adminBpclg5V Root Password: Qyrs7zmRAMjt Database Name: phps Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ You can manage your new MySQL database by also embedding phpmyadmin-3. The phpmyadmin username and password will be the same as the MySQL credentials above. --------- It should be: -------- MySQL 5.1 database added. Please make note of these credentials: Root User: adminBpclg5V Root Password: Qyrs7zmRAMjt Database Name: phps Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ You can manage your new MySQL database by also embedding phpmyadmin-3. The phpmyadmin username and password will be the same as the MySQL credentials above. -------- The REST API should be returning the individual newlines, and the clients should respect them (at least doubled newlines). We can potentially trim >2 sequential. We should trim trailing and leading newlines. CLI and Website need to be showing the same thing.
Fixed in https://github.com/openshift/origin-server/pull/3527/files and in https://github.com/openshift/rhc/pull/452 It was displaying incorrectly in both rhc and in the console.
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/fa36295b482e162a1e39d14f3a5f25999740e657 Bug 1002269 - empty client messages are dropped, should be new line
Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/5479b61536ba922802e6edee716d40eb2b69a5a4 Bug 1002269 - trim leading newlines and trailing whitespace in client messages
Tested on devenv_3734 from website and rhc client, the empty client messages have been correctted, so verify this bug, thanks.