aggiunto servlet dedicato per il download dei file

This commit is contained in:
2015-08-27 22:07:43 +02:00
parent 1ee629691d
commit 980a506dd2
5 changed files with 155 additions and 3 deletions

View File

@@ -11,7 +11,12 @@
<description>jpacrepo</description>
<!--<session-config>-->
<!--<tracking-mode>URL</tracking-mode>-->
<!--<tracking-mode>URL</tracking-mode>-->
<!--</session-config>-->
<error-page>
<error-code>404</error-code>
<location>404.xhtml</location>
</error-page>
</web-app>