Ticket #4760 defect closed fixed
HTTPPageGetter shouldn't make two requests with an afterFoundGet
| Reported by: | magcius | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | magcius | Branch: | branches/double-redirect-get-4760 |
| Author: | magcius | Launchpad Bug: |
Description
Currently, when afterFoundGet gets a 302 back, it will change the method to a GET and then accidentally make two requests.
Also, because the fix is so small (and partially related), I made HTTPDownloader accept afterFoundGet. This is required when using something like downloadPage where it doesn't let you get at the HTTPDownloader afterwards.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

