On 09/04/2018 08:46, Isuranga Perera wrote:
Hi Francesco,
I will take a scenario. Suppose a scenario where thread A & thread B
try to login user admin.
1. thread A checks if a token exist for the user admin (suppose
currently there is no token associated with the admin)
2. Then thread A
Hi Francesco,
I will take a scenario. Suppose a scenario where thread A & thread B try to
login user admin.
1. thread A checks if a token exist for the user admin (suppose
currently there is no token associated with the admin)
2. Then thread A execute following logic[1] to create and sav
[
https://issues.apache.org/jira/browse/SYNCOPE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430136#comment-16430136
]
ASF GitHub Bot commented on SYNCOPE-1296:
-
Github user ilgrosso commented on the
[
https://issues.apache.org/jira/browse/SYNCOPE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò resolved SYNCOPE-1296.
-
Resolution: Fixed
> Eclipse Plugin OSGI Dependency Issue
> -
[
https://issues.apache.org/jira/browse/SYNCOPE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò reassigned SYNCOPE-1296:
---
Assignee: Francesco Chicchiriccò
> Eclipse Plugin OSGI Dependency I
Github user ilgrosso commented on the issue:
https://github.com/apache/syncope/pull/69
Thanks @IsurangaPerera I have merged this PR
Did you already send your ICLA?
For your future contributions, please always include the referenced issue
in proper case, e.g. `SYNCOPE-1296`
[
https://issues.apache.org/jira/browse/SYNCOPE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430134#comment-16430134
]
ASF GitHub Bot commented on SYNCOPE-1296:
-
Github user asfgit closed the pull re
[
https://issues.apache.org/jira/browse/SYNCOPE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430133#comment-16430133
]
ASF subversion and git services commented on SYNCOPE-1296:
--
Com
Github user asfgit closed the pull request at:
https://github.com/apache/syncope/pull/69
---
On 09/04/2018 07:07, Isuranga Perera wrote:
Hi All,
Token create method in AccessTokenDataBinderImpl[1] is not thread safe.
Could you please explain why you're affirming this?
This could result in several problems including
* Exist 2 different access token for a particular user at a given
Hi All,
Token create method in AccessTokenDataBinderImpl[1] is not thread safe.
This could result in several problems including
- Exist 2 different access token for a particular user at a given time
which may result in an exception thrown by method call[2] since it expects
a single token
11 matches
Mail list logo