Hi, On Wed, Jan 23, 2013 at 11:49 AM, Dimuthu Leelarathne <[email protected]>wrote:
> Hi Suresh, > > Have we renamed SAMLSSOProviderConstants.ASSERTION_STR with > SAMLSSOProviderConstants.REQ_MSG_STR? Will replacing just work? > Yes. Just replace it. Thanks, -Suresh > > thanks, > dimuthu > > > > On Wed, Jan 2, 2013 at 2:17 PM, <[email protected]> wrote: > >> Author: suresh >> Date: Wed Jan 2 14:17:40 2013 >> New Revision: 152650 >> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=152650 >> >> Log: >> commiting refactoring >> >> Modified: >> >> >> carbon/platform/branches/4.0.0/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.0.6/src/main/resources/web/stratos-is/login_ajaxprocessor.jsp >> >> Modified: >> carbon/platform/branches/4.0.0/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.0.6/src/main/resources/web/stratos-is/login_ajaxprocessor.jsp >> URL: >> http://wso2.org/svn/browse/wso2/carbon/platform/branches/4.0.0/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.0.6/src/main/resources/web/stratos-is/login_ajaxprocessor.jsp?rev=152650&r1=152649&r2=152650&view=diff >> >> ============================================================================== >> --- >> carbon/platform/branches/4.0.0/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.0.6/src/main/resources/web/stratos-is/login_ajaxprocessor.jsp >> (original) >> +++ >> carbon/platform/branches/4.0.0/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.0.6/src/main/resources/web/stratos-is/login_ajaxprocessor.jsp >> Wed Jan 2 14:17:40 2013 >> @@ -154,8 +154,6 @@ >> >> <input type="hidden" name="<%= >> SAMLSSOProviderConstants.ASSRTN_CONSUMER_URL %>" >> >> value="<%= >> request.getAttribute(SAMLSSOProviderConstants.ASSRTN_CONSUMER_URL) %>"/> >> >> <input type="hidden" name="<%= SAMLSSOProviderConstants.ISSUER %>" >> - >> - >> >> value="<%= request.getAttribute(SAMLSSOProviderConstants.ISSUER) %>"/> >> >> <input type="hidden" name="<%= SAMLSSOProviderConstants.REQ_ID %>" >> >> value="<%= request.getAttribute(SAMLSSOProviderConstants.REQ_ID) %>"/> >> @@ -163,8 +161,8 @@ >> >> value="<%= request.getAttribute(SAMLSSOProviderConstants.SUBJECT) %>"/> >> >> <input type="hidden" name="<%= SAMLSSOProviderConstants.RP_SESSION_ID %>" >> >> value="<%= request.getAttribute(SAMLSSOProviderConstants.RP_SESSION_ID) >> %>"/> >> - >> <input type="hidden" name="<%= SAMLSSOProviderConstants.ASSERTION_STR %>" >> - >> value="<%= request.getAttribute(SAMLSSOProviderConstants.ASSERTION_STR) >> %>"/> >> + >> <input type="hidden" name="<%= SAMLSSOProviderConstants.REQ_MSG_STR %>" >> + >> value="<%= request.getAttribute(SAMLSSOProviderConstants.REQ_MSG_STR) >> %>"/> >> >> <input type="hidden" name="<%= SAMLSSOProviderConstants.RELAY_STATE %>" >> >> value="<%= request.getAttribute(SAMLSSOProviderConstants.RELAY_STATE) >> %>"/> >> >> </tr> >> _______________________________________________ >> Commits mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/commits >> > > -- Suresh Attanayake Software Engineer; WSO2 Inc. http://wso2.com/ Blog : http://sureshatt.blogspot.com/ Twitter : https://twitter.com/sureshatt LinkedIn : http://lk.linkedin.com/in/sureshatt Mobile : +94755012060,+94770419136,+94710467976
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
