From: Berend de B. <be...@po...> - 2007-12-07 09:08:36
|
>>>>> "Colin" =3D=3D Colin Paul Adams <co...@co...> writes: Colin> In the HTTP URI resolver, I am passing {UT_URI}.path to Colin> {EPX_HTTP_10_CLIENT}.get. Colin> Who is wrong here? Is it the implementation of {UT_URI}.path, Colin> or should the HTTP resolver be checking for an empty path, Colin> and passing "/" in that case? Looks to me a job for the resolver. You could make it a convention, but I think the EPX_HTTP_10_CLIENT expects a path. Empty string isn't a path. You could go for convention in that case, but in the case of Eiffel I'm usually not fond of conventions, rather have explicit instructions. =2D-=20 Cheers, Berend de Boer |