Configurazioni Svil + gitignore

This commit is contained in:
vincenzofariello
2024-11-05 14:21:51 +01:00
parent 55cdcb1d89
commit 23aa4f9018
4 changed files with 29 additions and 5 deletions

21
.gitignore vendored
View File

@@ -1 +1,22 @@
/.idea /.idea
/gnpdev/build/building
/gnpdev/build/deploy_*
/gnpdev/dbcfxgo/build/deploy_*
/gnpdev/wsdbcfx/ccc/building
/gnpdev/wsdbcfx/crma/building
/gnpdev/wsdbcfx/crmws/building
/gnpdev/wsdbcfx/crmws/donor/building
/gnpdev/wsdbcfx/dbc/building
/gnpdev/wsdbcfx/dbss/building
/gnpdev/wsdbcfx/fenp/building
/gnpdev/wsdbcfx/now/building
/gnpdev/wsdbcfx/pitagora/building
/gnpdev/wsdbcfx/pitagora/donor/building
/gnpdev/wsdbcfx/retail/building
/gnpdev/wsdbcfx/wscrmbvoip/building
/gnpdev/wsdbcfx/wsdl/dbss/CheckNPMgmtDBSS/building
/gnpdev/wsdbcfx/wsdl/now/building
/gnpdev/wsdbcfx/wsdl/retail/CheckNP_DBCFX/building
/gnpdev/wsdbcfx/wsdl/retail/EsitoVerificaCS/building

View File

@@ -7,7 +7,7 @@ IF %1==COLL goto coll
echo SINTASSI: dbcfxgoSwitch COLL o SVIL switcha i files per creare l'ear collaudo o sviluppo echo SINTASSI: dbcfxgoSwitch COLL o SVIL switcha i files per creare l'ear collaudo o sviluppo
goto end goto end
:svil :svil
echo Switch alla versione di SVILUPPO! echo Switch alla versione di SVILUPPO!
copy /Y ..\src\it\valueteam\gnpgo\web\filter\SecurityFilter.java.svil ..\src\it\valueteam\gnpgo\web\filter\SecurityFilter.java copy /Y ..\src\it\valueteam\gnpgo\web\filter\SecurityFilter.java.svil ..\src\it\valueteam\gnpgo\web\filter\SecurityFilter.java
copy /Y ..\web\res\WEB-INF\web.xml.svil ..\web\res\WEB-INF\web.xml copy /Y ..\web\res\WEB-INF\web.xml.svil ..\web\res\WEB-INF\web.xml
goto end goto end

View File

@@ -8,6 +8,4 @@
<view-id>/getInfo.jsp</view-id> <view-id>/getInfo.jsp</view-id>
<action>#{user.login}</action> <action>#{user.login}</action>
</navigation-rule> </navigation-rule>
</onload-config> </onload-config>

View File

@@ -281,7 +281,7 @@
<servlet-name>SourceCodeServlet</servlet-name> <servlet-name>SourceCodeServlet</servlet-name>
<url-pattern>*.source</url-pattern> <url-pattern>*.source</url-pattern>
</servlet-mapping> </servlet-mapping>
<security-constraint> <!-- <security-constraint>
<web-resource-collection> <web-resource-collection>
<web-resource-name>security</web-resource-name> <web-resource-name>security</web-resource-name>
<url-pattern>/content/*</url-pattern> <url-pattern>/content/*</url-pattern>
@@ -300,10 +300,15 @@
<url-pattern>/logout.jsp</url-pattern> <url-pattern>/logout.jsp</url-pattern>
<url-pattern>/logout.jsf</url-pattern> <url-pattern>/logout.jsf</url-pattern>
</web-resource-collection> </web-resource-collection>
<auth-constraint>
<description>Utenti sicuri</description>
<role-name>UtenteDBCFXGO</role-name>
<role-name>ADMIN</role-name>
</auth-constraint>
<user-data-constraint> <user-data-constraint>
<transport-guarantee>NONE</transport-guarantee> <transport-guarantee>NONE</transport-guarantee>
</user-data-constraint> </user-data-constraint>
</security-constraint> </security-constraint> -->
<security-role> <security-role>
<description>Utente Admin per i test</description> <description>Utente Admin per i test</description>
<role-name>ADMIN</role-name> <role-name>ADMIN</role-name>