ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterThread.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterThread.java (file contents):
Revision 1.33 by tdb, Wed Mar 20 13:05:49 2002 UTC vs.
Revision 1.34 by tdb, Fri Mar 22 16:42:54 2002 UTC

# Line 76 | Line 76 | public class FilterThread extends Thread{
76              if (xml.indexOf(0) != -1) {
77                  xml = xml.substring(0, xml.indexOf(0));
78              }
79            else {
80                xml = xml.substring(0, xml.length());
81            }
79              
80              // Bundle the XML all on one line (saves space and simplifies
81              // the protocol between clientinterface and client).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines