Author: prabath
Date: Thu Jan 10 02:56:42 2008
New Revision: 12109

Log:

OpenID integration

Modified:
   
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/filter/JSPFilter.java

Modified: 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/filter/JSPFilter.java
==============================================================================
--- 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/filter/JSPFilter.java
    (original)
+++ 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/filter/JSPFilter.java
    Thu Jan 10 02:56:42 2008
@@ -49,8 +49,8 @@
             OpenIDProvider provider = new OpenIDProvider();
 
             // TODO: remove hard-coded protocol and port number
-            provider.setAuthPage("http://"; + request.getServerName() + ":"
-                    + 12080 + "/OpenIDAuthentication.action");
+            provider.setAuthPage("https://"; + request.getServerName() + ":"
+                    + 12443 + "/OpenIDAuthentication.action");
             try {
                 
                 String response = null;

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to