Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
10.2.1.6
-
None
-
None
-
Applies to all environments
Description
org.apache.derby.impl.drda.DRDAConnThread uses an internal method called agentError() when it detects some sort of fatal internal error. The agentError() method takes a message string and includes that string verbatim in the DRDAProtocolException which it prepares and throws.
As Kathey Marsden observed: Even though the agent errors are essentially assertions, it might be good to file a JIRA entry to localize them, since we do not put them in SanityManager.DEBUG blocks and they could be returned to the user.
This is that JIRA entry: agentError messages need to be localizable.