-
Notifications
You must be signed in to change notification settings - Fork 415
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
Improve class management and bug fixes #3284
Conversation
sebr72
commented
May 10, 2024
•
edited
Loading
edited
- Fix Post commands in the test CLI
- Autoclose timers
- Reorganise configurations for docs and acceptancetests
- Remove inner classes and reduce code duplication
- Remove deprecated classes
- Remove security threats (unsafe code)
- Fix small bugs
core/src/main/java/org/mapfish/print/servlet/HandleReportLoadResult.java
Fixed
Show fixed
Hide fixed
core/src/main/java/org/mapfish/print/servlet/HandleReportLoadResult.java
Fixed
Show fixed
Hide fixed
core/src/main/java/org/mapfish/print/servlet/HandleReportLoadResult.java
Fixed
Show fixed
Hide fixed
core/src/main/java/org/mapfish/print/servlet/HandleReportLoadResult.java
Fixed
Show fixed
Hide fixed
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.
Looks good, just the issue:
One commit cass: https://github.com/mapfish/mapfish-print/pull/3284/checks?check_run_id=25008836314
and for the CodeQL issue it can be done in another pull request (as you want :-) )
core/jettyRunExtraFiles/mapfish-spring-application-context-override.xml
Outdated
Show resolved
Hide resolved
...traConfigFor/acceptanceTests/mapfish-spring-application-context-override-acceptancetests.xml
Outdated
Show resolved
Hide resolved
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.
Thanks :-)