RSP

Controller::methodError() variable 'exception' misnamed

Bug #301089 reported by Michael Owens
2
Affects Status Importance Assigned to Milestone
RSP
New
Undecided
Unassigned

Bug Description

  # All derived classes should implement this function to handle this error.
  def methodError(method, e)
    # Get the VHost and run its page error handler
    vhost = @env['vhost']
    vhost.handlePageError(@req, exception, filename) <---
  end

The variable 'exception' should be just 'e'. Causes runtime error.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.