if ( authentication == null ) {
fail( "No authentication configured under variable " + value );
}
LOG.debug( "applying request authentication {}", authentication );
authentication.apply( uri, headers );
}
else if ( StringUtils.equalsIgnoreCase( "content-type", name ) ) {
headers.setContentType( MediaType.valueOf( value ) );
}
else if ( StringUtils.equalsIgnoreCase( type, "data" ) ) {