Bug #3894
Support request returns 200 even if not logged in CentOS 6.5
Status: | Closed | Start date: | 07/28/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 4.14 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | Development |
Description
The first time you log in Sunstone, the support section appears as logged in but if you try to perform an action it triggers an exception.
It works for CentOS 6.6
$ ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
$ cat /etc/redhat-release
CentOS release 6.5 (Final)
Associated revisions
Bug #3894: Support returns an error message with ruby 1.8
History
#1 Updated by Ignacio M. Llorente almost 6 years ago
- Assignee set to Carlos Martín
#2 Updated by Carlos Martín almost 6 years ago
- Status changed from New to Closed
- Resolution set to fixed
Now sunstone returns an error message informing that ruby >= 1.9 is required for the support integration.