Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
796d7554
Commit
796d7554
authored
May 02, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log errors with error level.
parent
8fd932fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5Security/ERP5BearerExtractionPlugin.py
product/ERP5Security/ERP5BearerExtractionPlugin.py
+2
-2
No files found.
product/ERP5Security/ERP5BearerExtractionPlugin.py
View file @
796d7554
...
...
@@ -40,7 +40,7 @@ from AccessControl.SecurityManagement import getSecurityManager,\
setSecurityManager
,
newSecurityManager
from
DateTime
import
DateTime
from
Products.ZSQLCatalog.SQLCatalog
import
SimpleQuery
from
zLOG
import
LOG
,
INFO
from
zLOG
import
LOG
,
ERROR
#Form for new plugin in ZMI
manage_addERP5BearerExtractionPluginForm
=
PageTemplateFile
(
...
...
@@ -144,7 +144,7 @@ class ERP5BearerExtractionPlugin(BasePlugin):
result
=
getattr
(
token_document
,
self
.
token_validation_method
)()
except
Exception
:
LOG
(
'BearerExtractionPlugin'
,
INFO
,
'Problem while calling token '
LOG
(
'BearerExtractionPlugin'
,
ERROR
,
'Problem while calling token '
'validation method %r on %r:'
%
(
self
.
token_validation_method
,
token_document
.
getPath
()),
error
=
True
)
if
result
is
True
:
...
...
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