Skip to content

Commit 1d6ddde

Browse files
authored
Merge pull request #4708 from evolvedbinary/hotfix/xsl-pi
Ensure that XSLT stylesheets are only compiled once when used from an xsl-pi in the REST Server
2 parents df7d9ee + 0eedd66 commit 1d6ddde

File tree

11 files changed

+1143
-1007
lines changed

11 files changed

+1143
-1007
lines changed

.idea/runConfigurations/Java_Admin_Client.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Jetty_Server.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Local_Jetty_Server.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exist-core/src/main/java/org/exist/http/RESTServer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,6 @@ private void writeResourceAs(final DocumentImpl resource, final DBBroker broker,
17791779
serializer.setStylesheet(resource, stylesheet);
17801780
}
17811781
serializer.setProperties(outputProperties);
1782-
serializer.prepareStylesheets(resource);
17831782

17841783
if (asMimeType != null) { // was a mime-type specified?
17851784
response.setContentType(asMimeType + "; charset=" + encoding);

0 commit comments

Comments
 (0)