[Modsnake-cvs] (jick) mod_snake/testsuite/tests mod_echo.py
Status: Alpha
Brought to you by:
jick
|
From: Mod S. C. L. <mod...@so...> - 2002-01-10 18:50:38
|
Mod Snake CVS committal
Author : jick
Project : mod_snake
Module : testsuite
Dir : mod_snake/testsuite/tests
Modified Files:
mod_echo.py
Log Message:
Disable mod_echo, since there is no input filtering, and the connection
is not directly accessable by the module.
===================================================================
RCS file: /cvsroot/modsnake/mod_snake/testsuite/tests/mod_echo.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- mod_echo.py 2001/01/31 02:35:16 1.1
+++ mod_echo.py 2002/01/10 18:50:15 1.2
@@ -1,7 +1,7 @@
import server_config, StringIO, gzip, socket
from testutil import *
-compat = "2.0"
+compat = "disabled"
def test():
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|