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 with multipart/form-data forms #1

Open
YegresOm opened this issue Dec 18, 2014 · 2 comments
Open

Issue with multipart/form-data forms #1

YegresOm opened this issue Dec 18, 2014 · 2 comments

Comments

@YegresOm
Copy link

In case of using form with multipart/form-data type originalRequest.getParameterMap() returns empty map therefore not sanitized multipart parameters are used.

@ricardoyague
Copy link

Have you find a solution to this issue?

@ricardoyague
Copy link

Well, I've find the solution, just change a line in XSSInterceptor.intercept():

        //stripesWrapper = StripesRequestWrapper.findStripesWrapper(context.getActionBeanContext().getRequest());
        stripesWrapper = new StripesRequestWrapper(context.getActionBeanContext().getRequest());

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

No branches or pull requests

2 participants