I'll file the issue, but we've come across a problem where long passwords cause Sun's Base64 implementation to line-wrap the Authorization HTTP header.

I've done extensive testing on this in our internal code, and found that httpclient works perfectly on the same cases.

-john

Brett Porter wrote:

On 29/04/2009, at 12:09 AM, [email protected] wrote:

URL: http://svn.apache.org/viewvc?rev=769417&view=rev
Log:
update to use http wagon instead of lightweight http wagon, since httpclient is already present for use in the webdav wagon.

I'm not sure about this - couldn't this have some other side effects? Is there a reason, jira to use it other than because we can?

Modified: maven/components/branches/maven-2.1.x/maven-core/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-core/src/main/resources/META-INF/plexus/components.xml?rev=769417&r1=769416&r2=769417&view=diff ============================================================================== --- maven/components/branches/maven-2.1.x/maven-core/src/main/resources/META-INF/plexus/components.xml (original) +++ maven/components/branches/maven-2.1.x/maven-core/src/main/resources/META-INF/plexus/components.xml Tue Apr 28 14:09:19 2009
@@ -619,5 +619,7 @@
<_configuration-file>~/.m2/settings-security.xml</_configuration-file>
      </configuration>
    </component>
+<!--
+ -->
  </components>
</component-set>

Modified: maven/components/branches/maven-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/pom.xml?rev=769417&r1=769416&r2=769417&view=diff ==============================================================================
--- maven/components/branches/maven-2.1.x/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/pom.xml Tue Apr 28 14:09:19 2009
@@ -411,7 +411,7 @@
      <dependency>
        <groupId>commons-cli</groupId>
        <artifactId>commons-cli</artifactId>
-        <version>1.0</version>
+        <version>1.2</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven.doxia</groupId>
@@ -471,7 +471,7 @@
      </dependency>
      <dependency>

two stray changes got rolled in here too.

- Brett



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to