Ticket #278 (closed defect: wontfix)

Opened 19 years ago

Last modified 19 years ago

Errors Thrown in modelGlue.onRequestEnd are not handled by model glue

Reported by: dhughes Owned by: joe.rinehart
Priority: high Milestone: 2.0
Version: 2.0.304 Severity: normal
Keywords: Cc:

Description

If you have any code in the modelGlue.onRequestEnd event handler which throws errors, the default error handler event is not invoked - the error is returned directly.

Change History

Changed 19 years ago by dhughes

Oops - turns out that this is the case in modelglue.onRequestStart, not request end!

Changed 19 years ago by joe.rinehart

  • owner changed from somebody to joe.rinehart
  • priority changed from highest to high
  • version set to 2.0
  • status changed from new to assigned
  • severity changed from blocker to normal

Changed 19 years ago by joe.rinehart

  • milestone changed from User Reported Issues (with full information) to Release Model-Glue 2.0

Changed 19 years ago by joe.rinehart

  • status changed from assigned to closed
  • resolution set to wontfix

This is going to have to stand as-is...I can't think of a good solution:

The exception event is a full-fledged event, so it runs onRequestStart. Which may have an exception. Which'll queue the exception event. Which'll run onRequestStart...

Note: See TracTickets for help on using tickets.