Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-6758

maxctrl2: `Error` capitalization is missing

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Not a Bug
    • None
    • N/A
    • maxctrl
    • None
    • MXS-SPRINT-277

    Description

      The red Error text in maxctrl is displayed in lowercase for maxctrl2. It should be capitalized.

      [vagrant@localhost ~]$ maxctrl show server nosuchserver
      Error: Server at http://127.0.0.1:8989 responded with 404 Not Found to `GET servers/nosuchserver`
      {
          "errors": [
              {
                  "detail": "nosuchserver is not a server"
              }
          ]
      }
      [vagrant@localhost ~]$ maxctrl2 show server nosuchserver
      2026-07-22 12:46:19   notice : URL: curl -X GET -u admin:mariadb http://127.0.0.1:8989/v1/servers/nosuchserver
      2026-07-22 12:46:19   notice : error: (404) Client error.: {\n    "errors": [\n        {\n            "detail": "nosuchserver is not a server"\n        }\n    ]\n}
      error: Server at http://127.0.0.1:8989 responded with 404 Not Found to 'GET servers/nosuchserver'
      {
          "errors": [
              {
                  "detail": "nosuchserver is not a server"
              }
          ]
      }
      

      Attachments

        Activity

          People

            johan.wikman Johan Wikman
            markus makela markus makela
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 0d
                0d
                Logged:
                Time Spent - 0.2h Time Not Required
                0.2h

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.