[
https://issues.apache.org/jira/browse/OFBIZ-10573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17685332#comment-17685332
]
ASF subversion and git services commented on OFBIZ-10573:
---------------------------------------------------------
Commit ba219c02057f3b2485093797d9f02ba128bbc742 in ofbiz-framework's branch
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=ba219c0205 ]
Fixed: Can‘t run job when user changed password (OFBIZ-10573)
Assume an async job is created by an user. If this user changes h/is/er password
before the job is run, an Auth exception is thrown
Thanks: zhang.liang for report and Rohit Koushal for the fix suggested by Deepak
> can‘t run job when user changed password
> ----------------------------------------
>
> Key: OFBIZ-10573
> URL: https://issues.apache.org/jira/browse/OFBIZ-10573
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: Release Branch 13.07, Release Branch 16.11
> Reporter: zhang.liang
> Assignee: Jacques Le Roux
> Priority: Major
> Attachments: OFBIZ-10573.patch, OFBIZ-10573_v2.patch,
> OFBIZ-10573_v3.patch, image-2018-09-19-15-41-13-122.png,
> image-2018-09-19-15-43-25-388.png, image.png, issue.png
>
>
> dispatcher.runAsync() create a job. if user changed password befor run job,
> throw a exception
> !image-2018-09-19-15-41-13-122.png!
> ServiceDispatcher.chekAuth();
> !image-2018-09-19-15-43-25-388.png!
> if check old password not equals new password auth failed
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)