]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ftp.cc
Bug 2395: FTP auth errors not displayed
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 12 Jun 2009 08:46:29 +0000 (20:46 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 12 Jun 2009 08:46:29 +0000 (20:46 +1200)
commitf381d699463a8428ce72038b028ad41185545de6
tree74405460331ad40bca66602570cd0b9efca1b282
parente4bf18c656351ed1d888464cab5a5c7f1da84315
Bug 2395: FTP auth errors not displayed

Round 2 for this bug. Now we handle missing auth as an expected result
rather than a failure. FTP operations are now well tested and this patch
does not affect code shared with other components.

Side-effect is that browser authentication popups now appear when the
FTP server needs authentication. This has been a long missed event.

The root cause of the issue is not found so other subsequent errors in
FTP sub-protocol still silently lost due to the same issue.
src/ftp.cc