Skip to content

Conversation

@robotdan
Copy link
Member

@robotdan robotdan commented Jun 25, 2025

  1. Pull in updates from java-http and wire up the multipart configuration controls in the action mapper.
  2. Add support for default result mappings.

@robotdan robotdan marked this pull request as ready for review July 7, 2025 15:44
}

private String buildResultCode(HTTPProcessingException exception) {
String name = exception.getClass().getSimpleName().replace("Exception", "");
Copy link
Member

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.

Copy link
Member Author

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() {
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added a comment.

@robotdan robotdan merged commit e729580 into 4.x_maintenance Jul 7, 2025
@robotdan robotdan deleted the degroff/file_manager branch July 7, 2025 21:37
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

Successfully merging this pull request may close these issues.

3 participants