| Summary: | Newlines in client results between lines are reduced to a single newline | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Clayton Coleman <ccoleman> |
| Component: | Website | Assignee: | Jessica Forrester <jforrest> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | jforrest, yujzhang |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-19 16:46:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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. |
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.