Skip to content

Commit

Permalink
Remove svg from page rendering default supported extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
maiconandsilva committed Mar 20, 2023
1 parent b6c1142 commit 84d5eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grailszk/src/main/groovy/zk/GrailszkGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Chanwit Kaewkasi <[email protected]>: Original author of ZKGrails (versions 2.5.
// e.g. ["*.zul", "/zkau/*"]
//
def filterUrls = supportExts.collect{ "*." + it } + ["/zkau/*"]
def urls = supportExts.collect { "*.$it" } + ["*.dsp", "*.zhtml", "*.svg", "*.xml2html"]
def urls = supportExts.collect { "*.$it" } + ["*.dsp", "*.zhtml", "*.xml2html"]

// Servlet
auEngine(ServletRegistrationBean, new DHtmlUpdateServlet(), "/zkau/*")
Expand Down

0 comments on commit 84d5eb3

Please sign in to comment.