[cpp-sp COMMIT] /branches/REL_2/shibsp/ServiceProvider.cpp

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 1 00:18:00 GMT 2012


Author: scantor
Date: Thu Mar  1 00:18:00 2012
New Revision: 3585

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3585&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-417

Modified:
    branches/REL_2/shibsp/ServiceProvider.cpp

Modified: branches/REL_2/shibsp/ServiceProvider.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/ServiceProvider.cpp?rev=3585&r1=3584&r2=3585&view=diff
==============================================================================
--- branches/REL_2/shibsp/ServiceProvider.cpp (original)
+++ branches/REL_2/shibsp/ServiceProvider.cpp Thu Mar  1 00:18:00 2012
@@ -95,6 +95,7 @@
                 redirectErrors = props->getString("redirectErrors");
             if (redirectErrors.first) {
                 string loc(redirectErrors.second);
+                request.absolutize(loc);
                 loc = loc + '?' + tp.toQueryString();
                 return request.sendRedirect(loc.c_str());
             }



More information about the commits mailing list