Skip Menu |

This queue is for tickets about the Plack-Middleware-Throttle CPAN distribution.

Report information
The Basics
Id: 122873
Status: new
Priority: 0/
Queue: Plack-Middleware-Throttle

People
Owner: Nobody in particular
Requestors: MMIMS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Rate limits should be checked first
Plack::Middleware::Throttle::call passes the request through to the application, then checks rate limits. It should check rate limits first and only pas the request through to the application if whitelisted or allowed to protect resources from abuse. If there is a public repository for this distribution, I'd be happy to submit a patch/pull-request.