| Summary: | [new relic] URI::InvalidURIError thrown if app page requested with bad app name | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Jessica Forrester <jforrest> |
| Component: | Management Console | Assignee: | Jordan Liggitt <jliggitt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | jliggitt, 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: | 2014-01-24 03:34:13 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: | |
|
Description
Jessica Forrester
2013-11-22 15:34:44 UTC
active resource overrides weren't url encoding path components for the model ids Wasn't affecting any legitimate urls for applications, lowering severity Will merge in https://github.com/openshift/origin-server/pull/4229 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/77768e802947efb9c3d0f3e942044e801e2ece89 Fix bug 1033682 - encode model ids when generating broker urls Tested on devenv_4067, tried to access url like the following: https://<server>/app/console/application/5292dce5f44c159db2000005]]]]]-phpscal https://<server>/app/console/domain/devenv54]]]] https://<server>/app/console/application/5292dce5f44c159db2000005]]]]-phpscal/aliases https://<server>/app/console/application/5292dce5f44c159db2000005%5D%5D%5D%5D-phpscal/alias/hhhh/edit https://<server>/app/console/application/5292dce5f44c159db2]][[[/cartridge_type/phpmyadmin-4?direct=true All the above urls will return "Application/Domain '' does not exist" page, but not technical error page, so verify this bug, thanks. |