[jira] [Commented] (DERBY-6810) Add regression tests for XXE vulnerability

2015-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614040#comment-14614040 ] ASF subversion and git services commented on DERBY-6810: Commit 16

[jira] [Commented] (DERBY-6820) Improve error handling in XmlVTI

2015-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614041#comment-14614041 ] ASF subversion and git services commented on DERBY-6820: Commit 16

[jira] [Created] (DERBY-6823) Refactor uses of DB2_JCC_MAX_EXCEPTION_PARAM_LENGTH

2015-07-04 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6823: -- Summary: Refactor uses of DB2_JCC_MAX_EXCEPTION_PARAM_LENGTH Key: DERBY-6823 URL: https://issues.apache.org/jira/browse/DERBY-6823 Project: Derby Issue T

Ancient history: question about some mysterious code in MessageService.java

2015-07-04 Thread Bryan Pendleton
I've been digging into o.a.d.iapi.services.i18n.MessageService.java. Going all the way back to the original code import (revision 37083), MessageService.getLocalizedMessage() contains this bit of code: try { msg[0] = formatMessage(getBundleForLocale(local

DERBY-6801: Feedback on MessageUtils_2.diff

2015-07-04 Thread Bryan Pendleton
Hi Abhinav, I spent some time thinking about MessageUtils_2.diff. I'd like to see us refine this still further, because I think we want to avoid moving many of these other classes into the shared area wholesale. In most of these cases, I think we can refine things and make a smaller and more pr

[jira] [Commented] (DERBY-6801) Implement MessageUtils class so client and server can share message argument encoding/decoding

2015-07-04 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613967#comment-14613967 ] Bryan Pendleton commented on DERBY-6801: The MessageUtils_2.diff patch compiles on