You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2017/02/05 21:15:42 UTC

[jira] [Closed] (WAGON-456) Unable to accept cookie (for authentication) with Wagon-HTTP-LightWeight implementation

     [ https://issues.apache.org/jira/browse/WAGON-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed WAGON-456.
--------------------------------
    Resolution: Incomplete

No reaction, false preconditions.

> Unable to accept cookie (for authentication) with Wagon-HTTP-LightWeight implementation
> ---------------------------------------------------------------------------------------
>
>                 Key: WAGON-456
>                 URL: https://issues.apache.org/jira/browse/WAGON-456
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-http-lightweight
>    Affects Versions: 2.10
>         Environment: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)
> Java version: 1.8.0_74, vendor: Oracle Corporation
> Default locale: fr_FR, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>            Reporter: jycr
>            Priority: Critical
>              Labels: close-pending
>
> Our private corporate Maven repository use cookie to manage authentication.
> I've configured Wagon:
> {code}
>     <settings>
>       <servers>
>         <server>
>           <id>my-corporate-maven-repo</id>
>           <configuration>
>             <httpConfiguration>
>               <all>
>                 <params>
>                   <param>
>                     <name>http.protocol.cookie-policy</name>
>                     <!-- Value from: https://docs.oracle.com/javase/8/docs/api/java/net/CookiePolicy.html -->
>                     <value>ACCEPT_ALL</value>
>                   </param>
>                 </params>
>               </all>
>             </httpConfiguration>
>           </configuration>
>         </server>
>       </servers>
>     </settings>
> {code}
> Unfortunally, is doesn't work



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)