mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-01 12:20:57 +00:00
Rename Rrc2617Credential to HttpAuthenticationCredential
* (multiple)
use more-familiar name for HTTP authentication
This commit is contained in:
@@ -111,7 +111,7 @@ public class HttpAuthSelfTest
|
||||
" <property name=\"credentials\">\n" +
|
||||
" <map>\n" +
|
||||
" <entry key=\"test\">\n" +
|
||||
" <bean class=\"org.archive.modules.credential.Rfc2617Credential\">\n" +
|
||||
" <bean class=\"org.archive.modules.credential.HttpAuthenticationCredential\">\n" +
|
||||
" <property name=\"domain\" value=\"127.0.0.1:7777\"/>\n" +
|
||||
" <property name=\"realm\" value=\"Hyrule\"/>\n" +
|
||||
" <property name=\"login\" value=\"Mr. Happy Pants\"/>\n" +
|
||||
|
||||
Reference in New Issue
Block a user