[ https://issues.apache.org/jira/browse/VELTOOLS-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claude Brisson resolved VELTOOLS-158. ------------------------------------- Resolution: Fixed Assignee: Claude Brisson Fix Version/s: 3.0 The corresponding code has disappeared from VelocityViewServlet 3.0 > org.apache.velocity.tools.view.servlet.VelocityViewServlet line 55 > super.getClass().getName() > --------------------------------------------------------------------------------------------- > > Key: VELTOOLS-158 > URL: https://issues.apache.org/jira/browse/VELTOOLS-158 > Project: Velocity Tools > Issue Type: Bug > Components: VelocityView > Affects Versions: 2.0 > Reporter: zhangchao > Assignee: Claude Brisson > Priority: Major > Fix For: 3.0 > > > super.getClass().getName() should be replaced by > getClass().getSuperClass().getName(). -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org