projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
716c42a
)
Request nach fehlgeschlagener Authentifizierung wirklich abbrechen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 Nov 2012 15:33:21 +0000
(16:33 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 Nov 2012 15:33:39 +0000
(16:33 +0100)
Das Problem entstand durch Revision
3ab26ffc
.
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
35a3518
..
9adde75
100644
(file)
--- a/
SL/Dispatcher.pm
+++ b/
SL/Dispatcher.pm
@@
-231,6
+231,7
@@
sub handle_request {
} else {
if (SL::Auth::SESSION_EXPIRED == $session_result) {
print $::request->{cgi}->redirect('controller.pl?action=LoginScreen/user_login&error=session');
+ ::end_of_request();
}
my %auth_result = $self->{auth_handler}->handle(