[cpif] r67 - trunk/frontend-web
svn at argo.es
svn at argo.es
Tue May 22 00:07:09 CEST 2007
Author: jcea
Date: Tue May 22 00:07:07 2007
New Revision: 67
Log:
Errata en la gestion de URLs invalidas
Modified:
trunk/frontend-web/url_INVALIDA.py
Modified: trunk/frontend-web/url_INVALIDA.py
==============================================================================
--- trunk/frontend-web/url_INVALIDA.py (original)
+++ trunk/frontend-web/url_INVALIDA.py Tue May 22 00:07:07 2007
@@ -3,7 +3,7 @@
from globales import monitor
def gestiona_url(handler,path,usuario) :
- return (401,"text/html; charset=utf-8",
+ return (404,"text/html; charset=utf-8",
"""
<html><title>La URL introducida es incorrecta</title>
<body>
More information about the cpif
mailing list