no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@437 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 21 years ago
parent aafd0aca65
commit 7e78e0ff17

@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>
index.jsp
</welcome-file>
<welcome-file>
index.html
</welcome-file>
<welcome-file>
index.htm
</welcome-file>
</welcome-file-list>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<display-name>SIPRP WEB</display-name>
<description>SIPRP WEB</description>
<servlet>
<servlet-name>SIPRP WEB</servlet-name>
<servlet-class>siprp.pagina.siprpServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>SIPRP WEB</servlet-name>
<url-pattern>/index.html</url-pattern>
</servlet-mapping>
</web-app>

Loading…
Cancel
Save