Author: ilgrosso
Date: Tue Jan 28 08:17:34 2014
New Revision: 1561986

URL: http://svn.apache.org/r1561986
Log:
[SYNCOPE-405] Now that LOG4J2-344 and LOG4J2-359 are fixed, everything is back 
working

Modified:
    syncope/trunk/core/src/test/resources/weblogic/conninstance-reload.jsp

Modified: syncope/trunk/core/src/test/resources/weblogic/conninstance-reload.jsp
URL: 
http://svn.apache.org/viewvc/syncope/trunk/core/src/test/resources/weblogic/conninstance-reload.jsp?rev=1561986&r1=1561985&r2=1561986&view=diff
==============================================================================
--- syncope/trunk/core/src/test/resources/weblogic/conninstance-reload.jsp 
(original)
+++ syncope/trunk/core/src/test/resources/weblogic/conninstance-reload.jsp Tue 
Jan 28 08:17:34 2014
@@ -27,7 +27,7 @@ under the License.
 <%
     String encodedAuth = new 
sun.misc.BASE64Encoder().encode("admin:password".getBytes());
 
-    URL url = new 
URL("http://localhost:9080/syncope/rest/connector/reload.json";);
+    URL url = new 
URL("http://localhost:9080/syncope/rest/connectors/reload.json";);
 
     HttpURLConnection conn = (HttpURLConnection) url.openConnection();
     conn.setRequestMethod("POST");


Reply via email to