DRDA agentError messages need to be localizable
-----------------------------------------------

         Key: DERBY-743
         URL: http://issues.apache.org/jira/browse/DERBY-743
     Project: Derby
        Type: Improvement
  Components: Network Server  
    Versions: 10.2.0.0    
 Environment: Applies to all environments
    Reporter: Bryan Pendleton
    Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to