You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2014/10/04 01:46:33 UTC

[jira] [Updated] (TAP5-2392) ExceptionReporterImpl makes use of org.apache.commons.io, even though not a compile dependency

     [ https://issues.apache.org/jira/browse/TAP5-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-2392:
---------------------------------------
    Priority: Major  (was: Minor)
    Assignee: Howard M. Lewis Ship
     Summary: ExceptionReporterImpl makes use of org.apache.commons.io, even though not a compile dependency  (was: Commons-IO scoped for test only, causes HTTP/500 - no stack trace)

> ExceptionReporterImpl makes use of org.apache.commons.io, even though not a compile dependency
> ----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-2392
>                 URL: https://issues.apache.org/jira/browse/TAP5-2392
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: Chris Mylonas
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.4
>
>         Attachments: TAP5-2392.zip
>
>
> Updating from 5.3.7 -> 5.4-beta-6 not so bad.  Going to 5.4-beta-22, a requirement for commons-io when an exception occurs happens and a HTTP 500 page is shown.
> No stack trace is shown on command line after adding to maven - so not sure if that is ideal too.
> Added to my pom.xml 
>         <dependency>
>             <groupId>commons-io</groupId>
>             <artifactId>commons-io</artifactId>
>             <version>2.4</version>
>         </dependency>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)