[midPoint-git] [Evolveum/midpoint] 4a0f51: Fix remote access to reports (MID-6079)

mederly noreply at github.com
Thu Mar 19 18:37:57 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 4a0f512685eb92167761eabb04f6614ac2d139e2
      https://github.com/Evolveum/midpoint/commit/4a0f512685eb92167761eabb04f6614ac2d139e2
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ClusterCacheListener.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/ClusterwideUserSessionManagerImpl.java
    M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/ReportManagerImpl.java
    M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/ClusterExecutionHelper.java
    M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/ClusterExecutionOptions.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/ClusterExecutionHelperImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/remote/RestConnector.java

  Log Message:
  -----------
  Fix remote access to reports (MID-6079)

Report outputs on remote nodes were not accessible because the REST
method ClusterRestService.getReportFile did not match the request.
(The reason was a mismatch in @Produces vs. Accept header.) This is now
fixed.

Moreover we added the functionality to query all cluster nodes for
report output file in situations when the file cannot be found on the
node where it is expected. This helps in situations when nodes get
renamed but the file remains stored on one of them. (MID-6079)


  Commit: 8c1b0b553c656986874d43d08f12f210a890506c
      https://github.com/Evolveum/midpoint/commit/8c1b0b553c656986874d43d08f12f210a890506c
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/PrismPropertyValueWrapper.java
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/TestWrapperDelta.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/Evolveum/midpoint/compare/1e19652dd897...8c1b0b553c65


More information about the midPoint-svn mailing list