Revision: 763
          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=763&view=rev
Author:   jevonwright
Date:     2008-11-18 01:43:31 +0000 (Tue, 18 Nov 2008)

Log Message:
-----------
implementing patch fix for issue 2306967, thanks to r_monson

Modified Paths:
--------------
    
trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java
    trunk/src/changes/changes.xml

Modified: 
trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java
===================================================================
--- 
trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java
       2008-11-10 01:20:13 UTC (rev 762)
+++ 
trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java
       2008-11-18 01:43:31 UTC (rev 763)
@@ -756,7 +756,7 @@
         }
         if (getTestContext().hasProxyAuthorization()) {
             creds.addProxyCredentials(getTestContext().getProxyUser(),
-                    getTestContext().getPassword(), getTestContext()
+                    getTestContext().getProxyPasswd(), getTestContext()
                             .getProxyHost(), getTestContext().getProxyPort());
         }
         wc.setCredentialsProvider(creds);

Modified: trunk/src/changes/changes.xml
===================================================================
--- trunk/src/changes/changes.xml       2008-11-10 01:20:13 UTC (rev 762)
+++ trunk/src/changes/changes.xml       2008-11-18 01:43:31 UTC (rev 763)
@@ -27,6 +27,9 @@
                        navigator.userAgent is no longer null by default.
                        Test cases now use the Firefox 3.0 user agent as the 
default, rather than MSIE 4.0.
                </action>
+               <action type="fix" dev="jevonwright" issue="2306967" 
due-to="r_monson">
+                       Fixed proxy authentication bug in HtmlUnit 
implementation.
+               </action>
        </release>
         <release version="2.0" date="October 27, 2008">
             <action type="update" dev="henryju">


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to