KomHttpServer Server Bug and Fix - with changeset

Torsten Bergmann astares at gmx.de
Wed Nov 10 11:24:20 UTC 2004


Sorry, attached is the changeset.

Thx
Torsten

-- 
Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD
++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++
-------------- next part --------------
'From Squeak3.8alpha of ''17 July 2004'' [latest update: #6326] on 10 November 2004 at 11:41:12 am'!
"Change Set:		ModDirFix
Date:			10 November 2004
Author:			Torsten Bergmann

Fixes a bug in KomHttpServer Version 7.0 -> KomHttpServer-gk.4.mcz when serving files with WAKom. 

ModDir>>processHttp send the message #fullFilePath to the class but this method was missing. This changeset adds the missing method"!


!ModDir class methodsFor: 'accessing' stamp: 'tbn 11/10/2004 11:38'!
fullFilePath
	^ModDoc fullFilePath! !


!ModDir class reorganize!
('tests' directoryExists:)
('bindings' serverDirectory serverDirectory:)
('accessing' fullFilePath)
!



More information about the Squeak-dev mailing list