[jira] Commented: (FILEUPLOAD-164) gracefully handle SizeLimitExceededException caused by exceeding fileSizeMax

2008-08-28 Thread Olaf Freyer (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12626460#action_12626460 ] Olaf Freyer commented on FILEUPLOAD-164: I'm writing a grails app that enables

cargo maven2 plugin causing exceptions during build because of commons-logging

2008-08-28 Thread Fhomasp
Hey, I've been attempting to load a test environment in a Jetty container for JSFUnit through the cargo-maven2-plugin. Sadly every time the deployment to Jetty is attempted there is a huge list of exceptions caused by Commons-logging. When using no logger at all stderr is used for output,

[jira] Created: (FILEUPLOAD-165) Reading an uploaded file and returning that uploaded file in the exact same structure as the input file

2008-08-28 Thread Barry Barrios (JIRA)
Reading an uploaded file and returning that uploaded file in the exact same structure as the input file --- Key: FILEUPLOAD-165 URL:

[jira] Resolved: (FILEUPLOAD-165) Reading an uploaded file and returning that uploaded file in the exact same structure as the input file

2008-08-28 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-165. Resolution: Fixed Use response.getOutputStream(), and not

[jira] Reopened: (FILEUPLOAD-165) Reading an uploaded file and returning that uploaded file in the exact same structure as the input file

2008-08-28 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Kitching reopened FILEUPLOAD-165: --- Issue should be resolved as invalid, not as fixed. Issues marked as fixed will end

[jira] Closed: (FILEUPLOAD-165) Reading an uploaded file and returning that uploaded file in the exact same structure as the input file

2008-08-28 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Kitching closed FILEUPLOAD-165. - Resolution: Invalid Barry, please use the email list for user support. This is a

[jira] Reopened: (FILEUPLOAD-165) Reading an uploaded file and returning that uploaded file in the exact same structure as the input file

2008-08-28 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann reopened FILEUPLOAD-165: Assignee: Jochen Wiedmann Reading an uploaded file and returning that

[jira] Commented: (FILEUPLOAD-165) Reading an uploaded file and returning that uploaded file in the exact same structure as the input file

2008-08-28 Thread Barry Barrios (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12626557#action_12626557 ] Barry Barrios commented on FILEUPLOAD-165: -- Dear Jochen, Last question I

[jira] Commented: (BEANUTILS-291) Circular Reference on WeakHashMap

2008-08-28 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12626594#action_12626594 ] Niall Pemberton commented on BEANUTILS-291: --- Jörg Schaible found a problem

[jira] Commented: (BEANUTILS-291) Circular Reference on WeakHashMap

2008-08-28 Thread Clebert Rezende Suconic (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12626613#action_12626613 ] Clebert Rezende Suconic commented on BEANUTILS-291: --- even though in

[jira] Created: (FILEUPLOAD-166) Outputting a file problems to the Server

2008-08-28 Thread Barry Barrios (JIRA)
Outputting a file problems to the Server Key: FILEUPLOAD-166 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-166 Project: Commons FileUpload Issue Type: Task Affects Versions: 1.2

Re: cargo maven2 plugin causing exceptions during build because of commons-logging

2008-08-28 Thread Dennis Lundberg
The simplest thing to do is to put a commons-logging.properties into the classpath. The file should contain just one property to set the logging implementation to something other than log4j, like this: org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog Fhomasp wrote: Hey,

Re: cargo maven2 plugin causing exceptions during build because of commons-logging

2008-08-28 Thread simon
Yes, hopefully Dennis' suggestion will work. It does look like whatever environment this code is running in, it is using a rather old version of commons-logging. The reported exception only occurs in commons-logging 1.0.x. Version 1.1 of commons-logging was released in May 2006 and 1.1.1 was