From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38d1fe109cd56c87 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: GNAT, LINUX, KDE Date: 1999/11/25 Message-ID: <8Z2%3.740$jR6.45535@typhoon-sf.snfc21.pbi.net>#1/1 X-Deja-AN: 552798379 References: <383B79BB.2A171F6B@research.canon.com.au> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 943504324 206.170.24.126 (Wed, 24 Nov 1999 20:32:04 PST) Organization: SBC Internet Services NNTP-Posting-Date: Wed, 24 Nov 1999 20:32:04 PST Newsgroups: comp.lang.ada Date: 1999-11-25T00:00:00+00:00 List-Id: > http://developer.java.sun.com/developer/technicalArticles/Networking/Webserver/index.html > > "The following code implements a simple, multithreaded HTTP server in a > few hundred lines of Java code." The same (simple) functionality using Ada with CLAW is 3/4 as big. The only significant changes are that I don't show a directory list if given the name of a directory with no index.html file (that does not seem to be usually done, and seems like a security problem), and I reject file names containing "..", "*", or "?".