OpenSearch/src
Njal Karevoll f33e353259 The index of the next RestFilter must be incremented before the current filter starts processing.
Otherwise, synchronous filters will not work. For example, the following filter would cause a StackOverflowError:

public class SimpleRestFilter extends RestFilter {
    @Override
    public void process(RestRequest request, RestChannel channel, RestFilterChain filterChain) {
        filterChain.continueProcessing(request, channel);
    }
}
2012-11-09 22:04:09 +01:00
..
deb expose the max direct memory allowed in jvm info, and guess better then receive buffer size predictor size based on it 2012-07-31 15:06:21 +02:00
main The index of the next RestFilter must be incremented before the current filter starts processing. 2012-11-09 22:04:09 +01:00
test Adding a type with _source or _all enabled fails, when these are disabled in index 2012-11-09 17:21:25 +01:00