[jira] Commented: (FILEUPLOAD-169) FileItemStreamImpl closes underlying stream on LimitedInputStream exception

2009-01-19 Thread Phillip Webb (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665080#action_12665080 ] Phillip Webb commented on FILEUPLOAD-169: - I am actually not using FileUpload

[jira] Commented: (LANG-479) Document where in SVN trunk is.

2009-01-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665086#action_12665086 ] Henri Yandell commented on LANG-479: It was forked from Lang 2.3. When 2.4 came out, I

[jira] Updated: (LAUNCHER-10) Need to decode class.getResource() URL using url-encoded as opposed to x-www-form-urlencoded encoding

2009-01-19 Thread Haughton Mifflin Harcourt Publishing (JIRA)
[ https://issues.apache.org/jira/browse/LAUNCHER-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haughton Mifflin Harcourt Publishing updated LAUNCHER-10: - Description: Class.getResource returns a

[jira] Updated: (LAUNCHER-10) Need to decode class.getResource() URL using url-encoded as opposed to x-www-form-urlencoded encoding

2009-01-19 Thread Haughton Mifflin Harcourt Publishing (JIRA)
[ https://issues.apache.org/jira/browse/LAUNCHER-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haughton Mifflin Harcourt Publishing updated LAUNCHER-10: - Description: Class.getResource returns a

[jira] Updated: (LAUNCHER-10) Need to decode class.getResource() URL using url-encoded as opposed to x-www-form-urlencoded encoding

2009-01-19 Thread Haughton Mifflin Harcourt Publishing (JIRA)
[ https://issues.apache.org/jira/browse/LAUNCHER-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haughton Mifflin Harcourt Publishing updated LAUNCHER-10: - Attachment: LAUNCHER-10.patch Need to decode

[jira] Updated: (MATH-241) MathUtils.binomialCoefficient(n,k) fails for large results

2009-01-19 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated MATH-241: - Attachment: binomialPatch.txt First, thanks for reporting this. Due to log/exp rounding and double/long

[jira] Resolved: (MATH-240) MathUtils.factorial(n) fails for n = 17

2009-01-19 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved MATH-240. -- Resolution: Fixed Thanks for reporting this. Fixed in r735781. MathUtils.factorial(n) fails for n =

[jira] Commented: (MATH-241) MathUtils.binomialCoefficient(n,k) fails for large results

2009-01-19 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665253#action_12665253 ] Christian Semrau commented on MATH-241: --- I think the recursive computation of Pascal's

[jira] Resolved: (MATH-241) MathUtils.binomialCoefficient(n,k) fails for large results

2009-01-19 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved MATH-241. -- Resolution: Fixed Applied second patch along with changes to double, log versions from first patch in