jycr created WAGON-456: -------------------------- Summary: 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
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.4#6332)