Edgewall Software

Changes between Version 1 and Version 2 of Ticket #12632, comment 10


Ignore:
Timestamp:
Feb 12, 2017, 9:53:05 AM (7 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12632, comment 10

    v1 v2  
    1313}}}
    1414
    15 It looks like incorrect encoding of `path_info` is raising an exception in `post_processing_request` of `BatchModule` and the exception is trapped and logged. Maybe we should just re-raise some or all errors that inherit from `HTTPException`, or at least for `HTTPNotFound`?
     15It looks like incorrect encoding of `path_info` is raising an exception in `post_processing_request` of `BatchModule` and the exception is trapped and logged. Maybe we should just re-raise some or all exceptions that inherit from `HTTPException`, or at least for `HTTPNotFound`?