add changelog 0.4.0-1+20120106+5e43bc1

This commit is contained in:
Benjamin Dauvergne 2012-01-24 09:13:45 +01:00
parent b97cdd27ca
commit c36331620a
2 changed files with 15 additions and 2 deletions

View File

@ -2504,13 +2504,20 @@ static int am_send_authn_request(request_rec *r, const char *idp,
LASSO_PROFILE(login)->msg_relayState = g_strdup(return_to);
if (LASSO_SAMLP2_AUTHN_REQUEST(request)->AssertionConsumerServiceURL == NULL) {
char *relative_url = apr_psprintf(r->pool, "%s/postResponse", dir_cfg->endpoint_path);
char *absolute_url = ap_construct_url(r->pool, relative_url, r);
LASSO_SAMLP2_AUTHN_REQUEST(request)->AssertionConsumerServiceURL = g_strdup(absolute_url);
}
ret = lasso_login_build_authn_request_msg(login);
if(ret != 0) {
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
"Error building login request."
" Lasso error: [%i] %s", ret, lasso_strerror(ret));
lasso_login_destroy(login);
return HTTP_INTERNAL_SERVER_ERROR;
lasso_login_destroy(login);
return HTTP_INTERNAL_SERVER_ERROR;
}

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libapache2-mod-auth-mellon (0.4.0-1+20120106+5e43bc1) natty; urgency=low
* Test logging improvement
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Fri, 06 Jan 2012 15:40:52 +0100
libapache2-mod-auth-mellon (0.4.0-1) unstable; urgency=low
* Update version to 0.4.0.