Disable auto redirect

2014-06-16 Thread koritoss
Using camel 2.12.1. I am using timer component to send head request to a server uri as below. RouteBuilder builder = new RouteBuilder() { @Override public void configure() { from("timer://" + serverUrl + "?fixedRate=true&delay=0&period=" + period).routeId(routeId) .o

Re: Disable auto redirect

2014-06-17 Thread koritoss
Thanks for the reply. I doubt the onException code is executed when 300~399 response code is returned since I do not see the log message below. .onException(HttpOperationFailedException.class) .process(new Processor() { public void process(Exchange exchange)