Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public class ProxyEndpoint extends SyncZuulFilterAdapter<HttpRequestMessage, Htt
private static final DynamicIntegerSetProperty RETRIABLE_STATUSES_FOR_IDEMPOTENT_METHODS =
new DynamicIntegerSetProperty("zuul.retry.allowed.statuses.idempotent", "500");
private static final DynamicBooleanProperty ENABLE_MODERN_QUERY_PARSING =
new DynamicBooleanProperty("zuul.feature.enabled.modern.query.parsing", true);
new DynamicBooleanProperty("zuul.modern.query.parsing.enabled", true);

/**
* Indicates how long Zuul should remember throttle events for an origin. As of this writing, throttling is used
Expand Down