https://bz.apache.org/bugzilla/show_bug.cgi?id=63141

            Bug ID: 63141
           Summary: Make sure that translations of script interface
                    preserve "OK -" prefix in response text
           Product: Tomcat 9
           Version: 9.0.14
          Hardware: PC
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Manager
          Assignee: dev@tomcat.apache.org
          Reporter: knst.koli...@gmail.com
  Target Milestone: -----

The Ant tasks that communicate with Manager and Host Manager web applications
expect that the first line of a successful response starts with "OK -"
literally.

See AbstractCatalinaTask.java

> if (!line.startsWith("OK -")) {

As I am looking at translations (at Russian translation, to be specific), I see
that some translations break this convention. E.g. I see that sometime it uses
"OK-" instead of "OK -".


Maybe the tool that is used to import translations into Tomcat source can check
that the "OK -" prefix is preserved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to