Update of /cvsroot/hcoop/domtool2/src
In directory sc8-pr-cvs17:/tmp/cvs-serv17208/src

Modified Files:
        domain.sml 
Log Message:
Adding Apache SetEnv

Index: domain.sml
===================================================================
RCS file: /cvsroot/hcoop/domtool2/src/domain.sml,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** domain.sml  20 Sep 2007 22:27:55 -0000      1.43
--- domain.sml  7 Oct 2007 11:01:23 -0000       1.44
***************
*** 115,122 ****
  val _ = Env.type_one "no_spaces"
                     Env.string
!                    (CharVector.all (fn ch => not (Char.isSpace ch)))
  val _ = Env.type_one "no_newlines"
                     Env.string
!                    (CharVector.all (fn ch => ch <> #"\n" andalso ch <> #"\r"))
  
  val _ = Env.type_one "ip"
--- 115,122 ----
  val _ = Env.type_one "no_spaces"
                     Env.string
!                    (CharVector.all (fn ch => not (Char.isSpace ch) andalso ch 
<> #"\"" andalso ch <> #"'"))
  val _ = Env.type_one "no_newlines"
                     Env.string
!                    (CharVector.all (fn ch => ch <> #"\n" andalso ch <> #"\r" 
andalso ch <> #"\"" andalso ch <> #"'"))
  
  val _ = Env.type_one "ip"


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to