You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/10/04 01:46:34 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14158721#comment-14158721 ] 

ASF subversion and git services commented on TAP5-2392:
-------------------------------------------------------

Commit a4cc2fb6907b2b36a555103d74b89469b5971815 in tapestry-5's branch refs/heads/master from [~hlship]
[ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=a4cc2fb ]

TAP5-2392: ExceptionReporterImpl makes use of org.apache.commons.io, even though not a compile dependency


> 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)