[Seaside] Problem installing seaside

Avi Bryant avi.bryant at gmail.com
Fri Dec 3 20:12:46 CET 2004


Ok, I have no idea what's going on at a deeper level here, but this
hack seems to fix the problem:

In SocketStream>>upToAll:, after

   currentContents := searchBuffer contents.

add:
	
  index := currentContents indexOfSubCollection: delims.

Avi


More information about the Seaside mailing list