Correção.
parent
a7b794416a
commit
00f50ecdd6
4
pom.xml
4
pom.xml
|
@ -4,11 +4,11 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.77.2</version>
|
||||
<version>1.77.3</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.58.1</modelWeb.version>
|
||||
<modelWeb.version>1.58.2</modelWeb.version>
|
||||
<flyway.version>1.43.0</flyway.version>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
|
|
@ -180,10 +180,14 @@ public class MyAppInit implements org.zkoss.zk.ui.util.WebAppInit {
|
|||
|
||||
if (StringUtils.isNotBlank(ipConstanteExclusivo)){
|
||||
if (lsIps.contains(ipConstanteExclusivo)) {
|
||||
log.info(" IP Não bloqueado. Liberado exclusivamente. ");
|
||||
log.info(" IP Não bloqueado. Liberado exclusivamente. ");
|
||||
|
||||
return false;
|
||||
}
|
||||
}else{
|
||||
log.info(" IP bloqueado. Não é o ip exclusivamente liberado. ");
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
if (StringUtils.isNotBlank(ipConstanteExcepcion)){
|
||||
|
|
Loading…
Reference in New Issue