>Tell me if i have to re-send the updated files, or if i can try to >commit to the trunk ...
Please don't commit until you remove any code that might close the stream. Thanks. >>>> Why not have it return a Query.Method? >>>The RFC say that i have to encode the HTTP Method name, like "GET". >> >> Query.Method#toString()? >ops, just after sending the mail i had a little think on it ... but i >have a problem, i have to make this call from DigestAuthentication, >and from there it's not visible, so i think i have to keep the method. I'm not suggesting that you eliminate the method - just asking you to change its return type to Query.Method: public abstract Method getMethod(); Thanks.
