-
Notifications
You must be signed in to change notification settings - Fork 2
degroff/file manager #79
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
Conversation
- Fix copyright dates, and update CSRFProvider interface javadoc to remove reference re: impl.
| } | ||
|
|
||
| private String buildResultCode(HTTPProcessingException exception) { | ||
| String name = exception.getClass().getSimpleName().replace("Exception", ""); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we have this code in a toolkit somewhere. This is how we map actions to URLs. Might want to reuse that code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-worked.
| } | ||
|
|
||
| @Test | ||
| public void get_url_rewrite() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably should document why this method exists and how we removed the handling for __a_ parameters since it was a large security risk. That way the next person in the code knows the history and doesn't delete this test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a comment.
java-httpand wire up the multipart configuration controls in the action mapper.