[java-shib-common COMMIT] /branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/SV...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Aug 4 20:26:56 EDT 2014
Author: scantor
Date: Mon Aug 4 20:26:56 2014
New Revision: 1093
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1093&view=rev
Log:
SC-190 - Proxy password not handled correctly for SVNResource
Modified:
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/SVNResourceBeanDefinitionParser.java
Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/SVNResourceBeanDefinitionParser.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/SVNResourceBeanDefinitionParser.java?rev=1093&r1=1092&r2=1093&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/SVNResourceBeanDefinitionParser.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/SVNResourceBeanDefinitionParser.java Mon Aug 4 20:26:56 2014
@@ -162,7 +162,7 @@
String proxyHost = getProxyHost(configElement);
int proxyPort = getProxyPort(configElement);
String proxyUser = getProxyUsername(configElement);
- String proxyPassword = getPassword(configElement);
+ String proxyPassword = getProxyPassword(configElement);
SVNBasicAuthenticationManager authnManager;
if (proxyHost == null) {
More information about the commits
mailing list