Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
3pia
VISPA
VISPA web
Commits
81fdf9d2
Commit
81fdf9d2
authored
May 02, 2018
by
Benjamin Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UserTool: raise correct error (HTTPError)
parent
b78e3703
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vispa/tools/user.py
vispa/tools/user.py
+1
-1
No files found.
vispa/tools/user.py
View file @
81fdf9d2
...
...
@@ -67,7 +67,7 @@ class UserTool(cherrypy.Tool):
logger
.
debug
(
"Redirect %s"
%
url
)
raise
cherrypy
.
HTTPRedirect
(
url
)
else
:
raise
AjaxException
(
401
)
raise
cherrypy
.
HTTPError
(
401
)
cherrypy
.
serving
.
request
.
handler
=
handler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment