tenant login can cause a problem with contactinating a delegaor
--------------------------------------------------------------- Key: OFBIZ-3578 URL: https://issues.apache.org/jira/browse/OFBIZ-3578 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: Release Candidate Branch 10.04, SVN trunk Environment: SINCE version 927271 using the Tenant login. Reporter: BJ Freeman Priority: Minor Fix For: Release Candidate Branch 10.04, SVN trunk if the tenantid has leading spaces line 373 String delegatorName = delegator.getDelegatorName() + "#" + tenantId; will have not be correct. ` -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-3578: ------------------------------ Attachment: loginwrktenant.patch > tenant login can cause a problem with contactinating a delegaor > --------------------------------------------------------------- > > Key: OFBIZ-3578 > URL: https://issues.apache.org/jira/browse/OFBIZ-3578 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Release Candidate Branch 10.04, SVN trunk > Environment: SINCE version 927271 using the Tenant login. > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Candidate Branch 10.04, SVN trunk > > Attachments: loginwrktenant.patch > > > if the tenantid has leading spaces > line 373 String delegatorName = delegator.getDelegatorName() + "#" + tenantId; > will have not be correct. > ` -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-3578: ------------------------------ Attachment: OFBIZ-3578loginwrktenant.patch forgot the jira number > tenant login can cause a problem with contactinating a delegaor > --------------------------------------------------------------- > > Key: OFBIZ-3578 > URL: https://issues.apache.org/jira/browse/OFBIZ-3578 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Release Candidate Branch 10.04, SVN trunk > Environment: SINCE version 927271 using the Tenant login. > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Candidate Branch 10.04, SVN trunk > > Attachments: OFBIZ-3578loginwrktenant.patch > > > if the tenantid has leading spaces > line 373 String delegatorName = delegator.getDelegatorName() + "#" + tenantId; > will have not be correct. > ` -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-3578: ------------------------------ Attachment: (was: loginwrktenant.patch) > tenant login can cause a problem with contactinating a delegaor > --------------------------------------------------------------- > > Key: OFBIZ-3578 > URL: https://issues.apache.org/jira/browse/OFBIZ-3578 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Release Candidate Branch 10.04, SVN trunk > Environment: SINCE version 927271 using the Tenant login. > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Candidate Branch 10.04, SVN trunk > > Attachments: OFBIZ-3578loginwrktenant.patch > > > if the tenantid has leading spaces > line 373 String delegatorName = delegator.getDelegatorName() + "#" + tenantId; > will have not be correct. > ` -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-3578: ------------------------------ Attachment: OFBIZ-3578loginwrktenant.patch update patch > tenant login can cause a problem with contactinating a delegaor > --------------------------------------------------------------- > > Key: OFBIZ-3578 > URL: https://issues.apache.org/jira/browse/OFBIZ-3578 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Release Candidate Branch 10.04, SVN trunk > Environment: SINCE version 927271 using the Tenant login. > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Candidate Branch 10.04, SVN trunk > > Attachments: OFBIZ-3578loginwrktenant.patch > > > if the tenantid has leading spaces > line 373 String delegatorName = delegator.getDelegatorName() + "#" + tenantId; > will have not be correct. > ` -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-3578: ------------------------------ Attachment: (was: OFBIZ-3578loginwrktenant.patch) > tenant login can cause a problem with contactinating a delegaor > --------------------------------------------------------------- > > Key: OFBIZ-3578 > URL: https://issues.apache.org/jira/browse/OFBIZ-3578 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Release Candidate Branch 10.04, SVN trunk > Environment: SINCE version 927271 using the Tenant login. > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Candidate Branch 10.04, SVN trunk > > Attachments: OFBIZ-3578loginwrktenant.patch > > > if the tenantid has leading spaces > line 373 String delegatorName = delegator.getDelegatorName() + "#" + tenantId; > will have not be correct. > ` -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3578. ---------------------------------- Resolution: Fixed Fix Version/s: (was: Release Candidate Branch 10.04) Assignee: Jacques Le Roux Thanks BJ, I commited your patch modified (I put a NPE check) in trunk at r930580. I wondered though if it was really useful. Because maybe it would be better to let know the user that there is a typo there. If someone feel like it this also, please revert. > tenant login can cause a problem with contactinating a delegaor > --------------------------------------------------------------- > > Key: OFBIZ-3578 > URL: https://issues.apache.org/jira/browse/OFBIZ-3578 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Release Candidate Branch 10.04, SVN trunk > Environment: SINCE version 927271 using the Tenant login. > Reporter: BJ Freeman > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3578loginwrktenant.patch > > > if the tenantid has leading spaces > line 373 String delegatorName = delegator.getDelegatorName() + "#" + tenantId; > will have not be correct. > ` -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |