<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -79,11 +79,11 @@
 		if ([self requestRequiringAuthentication]) {
 			[[self requestRequiringAuthentication] setUsername:[[alertView textFieldAtIndex:0] text]];
 			[[self requestRequiringAuthentication] setPassword:[[alertView textFieldAtIndex:1] text]];
-			[[self requestRequiringAuthentication] retryWithAuthentication];
+			[[self requestRequiringAuthentication] retryUsingSuppliedCredentials];
 		} else if ([self requestRequiringProxyAuthentication]) {
 			[[self requestRequiringProxyAuthentication] setProxyUsername:[[alertView textFieldAtIndex:0] text]];
 			[[self requestRequiringProxyAuthentication] setProxyPassword:[[alertView textFieldAtIndex:1] text]];
-			[[self requestRequiringProxyAuthentication] retryWithAuthentication];
+			[[self requestRequiringProxyAuthentication] retryUsingSuppliedCredentials];
 		}
 	} else {
 		[[self requestRequiringAuthentication] cancelAuthentication];</diff>
      <filename>iPhone Sample/AuthenticationViewController.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7a20b032aeecf31507ad18a6bd8e3e6942e7bc23</id>
    </parent>
  </parents>
  <author>
    <name>Ben Copsey</name>
    <email>ben@allseeing-i.com</email>
  </author>
  <url>http://github.com/pokeb/asi-http-request/commit/efaa61deeddb031b8642c517d92e3e80e03177c6</url>
  <id>efaa61deeddb031b8642c517d92e3e80e03177c6</id>
  <committed-date>2009-08-24T04:48:30-07:00</committed-date>
  <authored-date>2009-08-24T04:48:30-07:00</authored-date>
  <message>Update iPhone sample to use new delegate auth api</message>
  <tree>d3ec02493d18233a58b5a17cde3dd89798d09d3e</tree>
  <committer>
    <name>Ben Copsey</name>
    <email>ben@allseeing-i.com</email>
  </committer>
</commit>
