Exceptions thrown from an UploadAction#executeAction method are actually
swallowed. This block in the UploadAction#doPost method:
} catch (Exception e) {
logger.info("Exception " + e);
error = e.getMessage();
}
doesn't problery log the problem. Log4j and java.util.logging both have log
methods that take a Throwable parameter, and these properly log the full stack
trace.
Original issue reported on code.google.com by hhcofc...@gmail.com on 22 Jun 2011 at 3:19
Original issue reported on code.google.com by
hhcofc...@gmail.com
on 22 Jun 2011 at 3:19