summaryrefslogtreecommitdiffstats
path: root/mod_intercept_form_submit.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2016-03-29 15:56:29 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2016-05-06 14:04:23 +0200
commita2a7d80a6ad126877c372df59537ba6482f6b93a (patch)
treec177e214ea7c725c625b4b1c385ae91826716546 /mod_intercept_form_submit.spec
parent163256e21b1728195034f067913a33f0f09d86d8 (diff)
downloadmod_intercept_form_submit-a2a7d80a6ad126877c372df59537ba6482f6b93a.tar.gz
mod_intercept_form_submit-a2a7d80a6ad126877c372df59537ba6482f6b93a.tar.xz
mod_intercept_form_submit-a2a7d80a6ad126877c372df59537ba6482f6b93a.zip
Add InterceptGETOnSuccess on|off.mod_intercept_form_submit-1.0.1
When the authentication using the POST data passes, the method of the request is internally changed to GET. This stops applications and frameworks that insist on running their own authentication on POST irrespective of REMOTE_USER value to think that they process GET method.
Diffstat (limited to 'mod_intercept_form_submit.spec')
-rw-r--r--mod_intercept_form_submit.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index 8779510..0f123b4 100644
--- a/mod_intercept_form_submit.spec
+++ b/mod_intercept_form_submit.spec
@@ -7,7 +7,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication
Name: mod_intercept_form_submit
-Version: 1.0.0
+Version: 1.0.1
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -62,6 +62,9 @@ install -Dp -m 0644 intercept_form_submit.confx $RPM_BUILD_ROOT%{_httpd_confdir}
%{_httpd_moddir}/*.so
%changelog
+* Fri May 06 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.1-1
+- Add support for InterceptGETOnSuccess.
+
* Mon Mar 21 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-1
- 1319094 - the Requires(pre) httpd does not seem to be needed.