Skip to content

Commit cf9efc3

Browse files
Enabled AutoUnzipFilter for DDL exports
1 parent aeca156 commit cf9efc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<filter-mapping>
6363
<filter-name>autoUnzipFilterChain</filter-name>
6464
<url-pattern>/genofilt/tmpOutput/*</url-pattern>
65+
<url-pattern>/genofilt/ddl_tmpOutput/*</url-pattern>
6566
</filter-mapping>
6667

6768
<filter>

0 commit comments

Comments
 (0)