You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Andreas Sahlbach (JIRA)" <ji...@apache.org> on 2006/12/03 20:47:20 UTC

[jira] Created: (IVY-348) too much output while using basic authentication to access the repository

too much output while using basic authentication to access the repository
-------------------------------------------------------------------------

                 Key: IVY-348
                 URL: http://issues.apache.org/jira/browse/IVY-348
             Project: Ivy
          Issue Type: Bug
          Components: Ant
    Affects Versions: 1.4.1
         Environment: ant 1.6.5 / commons-httpclient-3.0
            Reporter: Andreas Sahlbach
            Priority: Minor


If I access a repository using https and basic authentication, I get somthing like this for every single access to the repository. 
 
[ivy:resolve] Dec 3, 2006 9:36:50 PM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
[ivy:resolve] INFO: Basic authentication scheme selected

Everything works fine but the output is messed up totally. Maybe we can change the output to the verbose level, so we see it only when doing an ant -v or ant -d ?

Thanks,

Andreas

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (IVY-348) too much output while using basic authentication to access the repository

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

Xavier Hanin updated IVY-348:
-----------------------------

    Issue Type: Improvement  (was: Bug)

> too much output while using basic authentication to access the repository
> -------------------------------------------------------------------------
>
>                 Key: IVY-348
>                 URL: https://issues.apache.org/jira/browse/IVY-348
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Ant
>    Affects Versions: 1.4.1
>         Environment: ant 1.6.5 / commons-httpclient-3.0
>            Reporter: Andreas Sahlbach
>            Priority: Minor
>
> If I access a repository using https and basic authentication, I get somthing like this for every single access to the repository. 
>  
> [ivy:resolve] Dec 3, 2006 9:36:50 PM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
> [ivy:resolve] INFO: Basic authentication scheme selected
> Everything works fine but the output is messed up totally. Maybe we can change the output to the verbose level, so we see it only when doing an ant -v or ant -d ?
> Thanks,
> Andreas

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.