-
confirmed this with a packet sniffer (wireshark)... in these rare cases, Authoxy is not sending the Proxy-Authorization header in the request to the upstream proxy.
svn co http://rubygems.rubyforge.org/svn/
Here is the sniffed outgoing packet content (no proxy-auth):
PROPFIND http://rubygems.rubyforge.org/svn HTTP/1.1
Host: rubygems.rubyforge.org
User-Agent: SVN/1.5.2 (r32768...
2008-09-22 20:22:19 UTC in Authoxy authenticating proxy server
-
Try checking out a project through an authenticating proxy... the credentials are dropped.
svn: Server sent unexpected return value (407 Proxy Authentication Required) in response to PROPFIND request for '/svn/trunk'
fyi, you must setup your .subversion/servers file to point at authoxy. (first start with no login/pass defined to make it fail)
If you do set your proxy login/pass in the...
2008-08-14 17:57:00 UTC in Authoxy authenticating proxy server
-
Assert.assertEquals(new Object[]{null},new Object[]{null}); throws a NullPointerException @ 133
Assert.assertEquals(null,null) is successful
java.util.Arrays.equals(new Object[]{null},new Object[]{null}) returns true
Assert.assertEquals(Object[],Object[]) should support null checking.
2007-03-07 16:55:15 UTC in JUnit
-
That does fix the problem.
I do know our proxy will challenge you for the password if not specified (it does this in Firefox/IE)...
2007-02-28 20:56:05 UTC in soapUI
-
I just noticed there is a 'request properties' dialog in the lower-left of my Eclipse UI -- in there is a username/password/domain -- I filled in the username/password and it works. Perhaps the http proxy code is reading from the wrong fields in request_properties fields instead of those in prefs/soapui/proxy_settings ?.
2007-02-19 19:08:42 UTC in soapUI
-
I am behind a standard http proxy that requires authentication. I have filled in the proxy settings under prefs/soapui/proxy -- but I always get this for every test request:
407 Proxy Authentication Required
Proxy Authentication Required
Unable to complete request:
Access denied due to authentication failure.
...
2007-02-19 17:20:26 UTC in soapUI
-
Selecting unload the preloader forces it to close
Firefox in the process.
Would like to have an option to unload the preloader
the next time firefox is closed by the user.
2006-09-07 13:50:08 UTC in Firefox Preloader
-
Logged In: YES
user_id=877440
I am told that if you look for
\updates\0\update.status, it will read "pending" if
updates are being applied.
Do consider the case where someone shuts-down Windows with a
patch in the queue, and then it would be applied on next
startup.
2006-09-07 13:40:51 UTC in Firefox Preloader
-
If firefox has an auto-update patch to apply, the
preloader will try to load firefox during the patch and
cause it to fail. (files are locked by a running process)
I am on a nightly build with auto-updates, so this
happens daily. Not to mention this prevents users from
receiving security updates.
2006-09-07 13:32:02 UTC in Firefox Preloader