This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 74abc33 Fix unused code warnings
74abc33 is described below
commit 74abc3311b2dfc889a774419fff716d3c79aa324
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 1 09:03:42 2019 +0100
Fix unused code warnings
---
test/org/apache/catalina/authenticator/TestAuthInfoResponseHeaders.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/org/apache/catalina/authenticator/TestAuthInfoResponseHeaders.java
b/test/org/apache/catalina/authenticator/TestAuthInfoResponseHeaders.java
index 9c27410..302a140 100644
--- a/test/org/apache/catalina/authenticator/TestAuthInfoResponseHeaders.java
+++ b/test/org/apache/catalina/authenticator/TestAuthInfoResponseHeaders.java
@@ -101,7 +101,7 @@ public class TestAuthInfoResponseHeaders extends
TomcatBaseTest {
Map<String,List<String>> reqHeaders = new HashMap<>();
List<String> auth = new ArrayList<>();
- auth.add(new BasicCredentials("Basic", USER, PWD).getCredentials());
+ auth.add(new BasicCredentials("Basic", user, pwd).getCredentials());
reqHeaders.put(CLIENT_AUTH_HEADER, auth);
List<String> forwardedFor = new ArrayList<>();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]