On Mon, 03 Jun 2013 08:02:31 GMT Oleg Kalnichevski wrote: > I had something different in mind (see my pull request) but if that > works then it is certainly not wrong. > > https://github.com/marko-asplund/tech-protos/pull/1
Thanks a lot Oleg! I did some further testing and it turned out that my version of the code was actually trying to open a connection to the redirect target before the execute() method got a chance to run. This is a problem because the URLs refer to non-existent target in my case. Your solution on the other hand did not have this problem. marko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
