git-svn-id: https://svn.coded.pt/svn/SIPRP@1672 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Diogo Neves 15 years ago
parent 94755fab8d
commit 6a2ad6479b

@ -111,7 +111,4 @@ public class JSFUtils {
return (String) parameters.get(parameter); return (String) parameters.get(parameter);
} }
} }

@ -118,6 +118,8 @@ public class Utils {
ServletContext paContext = session.getServletContext(); ServletContext paContext = session.getServletContext();
ServletContext aatContext = paContext.getContext( "/AnaliseAcidentesTrabalho" ); ServletContext aatContext = paContext.getContext( "/AnaliseAcidentesTrabalho" );
if ( aatContext != null && aatSessionID != null )
{
Map< String, Object > mapData = ( Map< String, Object > ) aatContext.getAttribute( aatSessionID ); Map< String, Object > mapData = ( Map< String, Object > ) aatContext.getAttribute( aatSessionID );
if ( mapData != null ) if ( mapData != null )
{ {
@ -133,5 +135,6 @@ public class Utils {
} }
} }
} }
}
} }

Loading…
Cancel
Save