[MRG+1] Make RedirectMiddleware respect Spider.handle_httpstatus_list #1364
Conversation
is it really necessary to use network for this test ? You can create a |
Hm, but that is what I'm doing? |
Whoops but I just realized that I kept the |
…directs [MRG+1] Make RedirectMiddleware respect Spider.handle_httpstatus_list
Sorry I'm late to the party. But we missed request.meta [ |
Damnit. Proposed fix in #1447 |
Inspired by #1334
I have decided not to include the
HTTPERROR_ALLOWED_CODES
setting, as, unlike thehandle_httpstatus_list
Spider attribute, the name of that setting implies that it is directly tied to the HttpErrorMiddleware.