Changes

Summary

  1. Force accept header & redirections for external stylesheets. (details)
  2. Test for ePoetics (external handle-published stylesheet) (details)
Commit 4e78e942937eaf454728a639caa206717a85adf0 by Thorsten Vitt
Force accept header & redirections for external stylesheets.
HttpUrlConnection by default sets an Accept header that includes HTML
which causes the TextGridRep frontend to display a landing page instead
of delivering the data. We now explicitely request XSLT there.
Fixes #24099
The file was modified src/main/java/info/textgrid/services/aggregator/util/StylesheetManager.java (diff)
Commit 1fab07f0d1784173d243806241612bf2510c3785 by Thorsten Vitt
Test for ePoetics (external handle-published stylesheet)
Cf. #24099
The file was addedsrc/test/resources/2shhm.0.html (diff)
The file was modified src/test/java/info/textgrid/services/aggregator/html/HtmlRegressionTest.java (diff)