Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 16605 xss 5.1.6 #16644

Merged
merged 5 commits into from
May 31, 2019
Merged

Issue 16605 xss 5.1.6 #16644

merged 5 commits into from
May 31, 2019

Conversation

wezell
Copy link
Contributor

@wezell wezell commented May 30, 2019

No description provided.

@CLAassistant
Copy link

CLAassistant commented May 30, 2019

CLA assistant check
All committers have signed the CLA.

@jgambarios jgambarios mentioned this pull request May 31, 2019
@jgambarios jgambarios merged commit ce5c3e8 into release-5.1.6 May 31, 2019
@jgambarios jgambarios deleted the issue-16605-xss-5.1.6 branch May 31, 2019 15:10
*/
public static void delayRequest(long seed, final DelayStrategy delayStrategy) {
seed = Math.abs(seed);
if (delayStrategy.equals(DelayStrategy.TIME_MIN)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably the exception can wrap all if sentences once, instead of each of them separated

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't part of the change - just got reformatted

@@ -39,6 +41,9 @@ private void addDefaultInterceptors(final FilterConfig config) {


delegate.add(new DefaultBackEndLoginRequiredWebInterceptor());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we were not going to remove the DefaultBackEndLoginRequiredWebInterceptor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants