[jira] [Commented] (CONNECTORS-1645) Identical login regex rules bug

2020-06-10 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130948#comment-17130948
 ] 

Karl Wright commented on CONNECTORS-1645:
-

Sorry, fixed again.

r1878719


> Identical login regex rules bug
> ---
>
> Key: CONNECTORS-1645
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1645
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Web connector
>Affects Versions: ManifoldCF 2.12
>Reporter: Julien Massiera
>Assignee: Karl Wright
>Priority: Critical
>
> If a login sequence implies the same URL for different login types (ex: form 
> and redirect), you can't configure the same regex for each of them otherwise 
> they will override each other and only the last configured one will be 
> considered by the login sequence. 
> Currently the only workaround is to make a different regex for each login 
> type that matches the same URL



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CONNECTORS-1645) Identical login regex rules bug

2020-06-10 Thread Julien Massiera (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130915#comment-17130915
 ] 

Julien Massiera commented on CONNECTORS-1645:
-

[~kwri...@metacarta.com] the method "findNextOne" in the LoginParameterIterator 
class has a problem, it always returns the same currentOne so the "hasNext" 
method always returns "true". It results in an endless loop and I suppose this 
explains why the Unit tests of this connector never end. 

> Identical login regex rules bug
> ---
>
> Key: CONNECTORS-1645
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1645
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Web connector
>Affects Versions: ManifoldCF 2.12
>Reporter: Julien Massiera
>Assignee: Karl Wright
>Priority: Critical
>
> If a login sequence implies the same URL for different login types (ex: form 
> and redirect), you can't configure the same regex for each of them otherwise 
> they will override each other and only the last configured one will be 
> considered by the login sequence. 
> Currently the only workaround is to make a different regex for each login 
> type that matches the same URL



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CONNECTORS-1645) Identical login regex rules bug

2020-06-02 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17124021#comment-17124021
 ] 

Karl Wright commented on CONNECTORS-1645:
-

r1878400


> Identical login regex rules bug
> ---
>
> Key: CONNECTORS-1645
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1645
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Web connector
>Affects Versions: ManifoldCF 2.12
>Reporter: Julien Massiera
>Assignee: Karl Wright
>Priority: Critical
>
> If a login sequence implies the same URL for different login types (ex: form 
> and redirect), you can't configure the same regex for each of them otherwise 
> they will override each other and only the last configured one will be 
> considered by the login sequence. 
> Currently the only workaround is to make a different regex for each login 
> type that matches the same URL



--
This message was sent by Atlassian Jira
(v8.3.4#803005)