Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 642e5ad

Browse files
committed
Fix servlet-mapping URL
1 parent c373e73 commit 642e5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netview/war/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<servlet-mapping>
4949
<servlet-name>CsvUploadServlet</servlet-name>
50-
<url-pattern>/upload</url-pattern>
50+
<url-pattern>/upload/*</url-pattern>
5151
</servlet-mapping>
5252

5353
</web-app>

0 commit comments

Comments
 (0)