You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2013/04/23 20:56:55 UTC

svn commit: r1471094 - /juddi/trunk/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java

Author: alexoree
Date: Tue Apr 23 18:56:55 2013
New Revision: 1471094

URL: http://svn.apache.org/r1471094
Log:
Adding fix for JIRA JUDDI-597, typo correction

Modified:
    juddi/trunk/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java

Modified: juddi/trunk/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java?rev=1471094&r1=1471093&r2=1471094&view=diff
==============================================================================
--- juddi/trunk/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java (original)
+++ juddi/trunk/juddi-core/src/main/java/org/apache/juddi/subscription/notify/HTTPNotifier.java Tue Apr 23 18:56:55 2013
@@ -35,7 +35,7 @@ public class HTTPNotifier implements Not
 					" should start with 'http' or 'https'");
 		}
 		//fix for JIRA JUDDI-597
-		accessPointUrl = bindingTemplate.getAccessPointUrl().toLowerCase();
+		accessPointUrl = bindingTemplate.getAccessPointUrl();
 		if (AccessPointType.WSDL_DEPLOYMENT.toString().equalsIgnoreCase(bindingTemplate.getAccessPointType())) {
 			//WSDL deployment type
 			//TODO, let user override the SUBSCRIPTION_LISTENER_SERVICE setting



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org