You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2012/06/08 14:18:24 UTC

[jira] [Created] (SYNCOPE-94) When upgrading to HttpComponents Client 4.2, an Integration Tes fails

Francesco Chicchiriccò created SYNCOPE-94:
---------------------------------------------

             Summary: When upgrading to HttpComponents Client 4.2, an Integration Tes fails
                 Key: SYNCOPE-94
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-94
             Project: Syncope
          Issue Type: Bug
          Components: core
    Affects Versions: 1.0.0-incubating
            Reporter: Francesco Chicchiriccò


Setting 

    <httpcomponents.version>4.2</httpcomponents.version>

in parent/pom.xml results in

Failed tests:   checkFailedLogins(org.apache.syncope.core.rest.AuthenticationTestITCase): expected:<2> but was:<3>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (SYNCOPE-94) When upgrading to HttpComponents Client 4.2, an Integration Tes fails

Posted by "fabio martelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fabio martelli closed SYNCOPE-94.
---------------------------------


Bulk close for 1.0.0-RC2-incubating
                
> When upgrading to HttpComponents Client 4.2, an Integration Tes fails
> ---------------------------------------------------------------------
>
>                 Key: SYNCOPE-94
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-94
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Francesco Chicchiriccò
>            Assignee: fabio martelli
>             Fix For: 1.0.0-incubating
>
>
> Setting 
>     <httpcomponents.version>4.2</httpcomponents.version>
> in parent/pom.xml results in
> Failed tests:   checkFailedLogins(org.apache.syncope.core.rest.AuthenticationTestITCase): expected:<2> but was:<3>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-94) When upgrading to HttpComponents Client 4.2, an Integration Tes fails

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406965#comment-13406965 ] 

Hudson commented on SYNCOPE-94:
-------------------------------

Integrated in Syncope-linux #196 (See [https://builds.apache.org/job/Syncope-linux/196/])
    SYNCOPE-94 #comment strange behavior from HttpClient: request is sent twice in case of BadCredentialExceptions (Revision 1349384)

     Result = FAILURE
fmartelli : 
Files : 
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java
* /incubator/syncope/trunk/parent/pom.xml

                
> When upgrading to HttpComponents Client 4.2, an Integration Tes fails
> ---------------------------------------------------------------------
>
>                 Key: SYNCOPE-94
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-94
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Francesco Chicchiriccò
>            Assignee: fabio martelli
>             Fix For: 1.0.0-incubating
>
>
> Setting 
>     <httpcomponents.version>4.2</httpcomponents.version>
> in parent/pom.xml results in
> Failed tests:   checkFailedLogins(org.apache.syncope.core.rest.AuthenticationTestITCase): expected:<2> but was:<3>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (SYNCOPE-94) When upgrading to HttpComponents Client 4.2, an Integration Tes fails

Posted by "fabio martelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fabio martelli reassigned SYNCOPE-94:
-------------------------------------

    Assignee: fabio martelli
    
> When upgrading to HttpComponents Client 4.2, an Integration Tes fails
> ---------------------------------------------------------------------
>
>                 Key: SYNCOPE-94
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-94
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Francesco Chicchiriccò
>            Assignee: fabio martelli
>
> Setting 
>     <httpcomponents.version>4.2</httpcomponents.version>
> in parent/pom.xml results in
> Failed tests:   checkFailedLogins(org.apache.syncope.core.rest.AuthenticationTestITCase): expected:<2> but was:<3>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-94) When upgrading to HttpComponents Client 4.2, an Integration Tes fails

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406990#comment-13406990 ] 

Hudson commented on SYNCOPE-94:
-------------------------------

Integrated in Syncope-linux #197 (See [https://builds.apache.org/job/Syncope-linux/197/])
    SYNCOPE-94 #comment strange behavior from HttpClient: request is sent twice in case of BadCredentialExceptions (Revision 1349384)

     Result = SUCCESS
fmartelli : 
Files : 
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java
* /incubator/syncope/trunk/parent/pom.xml

                
> When upgrading to HttpComponents Client 4.2, an Integration Tes fails
> ---------------------------------------------------------------------
>
>                 Key: SYNCOPE-94
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-94
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Francesco Chicchiriccò
>            Assignee: fabio martelli
>             Fix For: 1.0.0-incubating
>
>
> Setting 
>     <httpcomponents.version>4.2</httpcomponents.version>
> in parent/pom.xml results in
> Failed tests:   checkFailedLogins(org.apache.syncope.core.rest.AuthenticationTestITCase): expected:<2> but was:<3>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-94) When upgrading to HttpComponents Client 4.2, an Integration Tes fails

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406732#comment-13406732 ] 

Hudson commented on SYNCOPE-94:
-------------------------------

Integrated in Syncope-linux #195 (See [https://builds.apache.org/job/Syncope-linux/195/])
    SYNCOPE-94 #comment strange behavior from HttpClient: request is sent twice in case of BadCredentialExceptions (Revision 1349384)

     Result = FAILURE
fmartelli : 
Files : 
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java
* /incubator/syncope/trunk/parent/pom.xml

                
> When upgrading to HttpComponents Client 4.2, an Integration Tes fails
> ---------------------------------------------------------------------
>
>                 Key: SYNCOPE-94
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-94
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Francesco Chicchiriccò
>            Assignee: fabio martelli
>             Fix For: 1.0.0-incubating
>
>
> Setting 
>     <httpcomponents.version>4.2</httpcomponents.version>
> in parent/pom.xml results in
> Failed tests:   checkFailedLogins(org.apache.syncope.core.rest.AuthenticationTestITCase): expected:<2> but was:<3>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (SYNCOPE-94) When upgrading to HttpComponents Client 4.2, an Integration Tes fails

Posted by "fabio martelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fabio martelli resolved SYNCOPE-94.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0-incubating
    
> When upgrading to HttpComponents Client 4.2, an Integration Tes fails
> ---------------------------------------------------------------------
>
>                 Key: SYNCOPE-94
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-94
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Francesco Chicchiriccò
>            Assignee: fabio martelli
>             Fix For: 1.0.0-incubating
>
>
> Setting 
>     <httpcomponents.version>4.2</httpcomponents.version>
> in parent/pom.xml results in
> Failed tests:   checkFailedLogins(org.apache.syncope.core.rest.AuthenticationTestITCase): expected:<2> but was:<3>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira