|
From: Owen R. <exo...@gm...> - 2005-09-30 01:10:32
|
hi steve, i have a few more questions: - the urltrigger seems to return true indicating that the url has changed and that an integration should occur if there was some exception connecting to the url. is this really what we want to do? - in the httpwrapper, in the Execute method we iterate over the http headers to check for the existence of the "Last-Modified" header.=20 however, regardless of whether it exists or not we still return HttpWrapperStatus.ContentReturned which will cause an integration to be triggered. maybe we don't need to worry too much about this as the request.IfModifiedSince will cause an exception if the uri hasn't been modified. still, i'm finding it a bit confusing. - do we need to use request.IfModifiedSince? i personally don't like the fact that it throws an exception if the uri has not been modified since the specified time. could we just check the last modified header instead to see if the uri has been modified? cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com |