You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Paul C. Bryan" <pb...@creatia.com> on 2001/11/15 22:49:33 UTC

[PATCH] Bug 4902

Summary:
Http Authentication with invalid credentials causes infinite loop

Description:
At HttpMethodBase(460), a break statement is executed only if 
log.isInfoEnabled(). The break statement needs to be moved outside of 
the if statement so that it breaks if realms already contains foo. Patch 
submitted on mailing list as per Apache site guidelines.

Patch:
attached as patchfile.txt