Changes between Version 8 and Version 9 of CachePoisonExample


Ignore:
Timestamp:
Nov 4, 2010 5:24:34 PM (13 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CachePoisonExample

    v8 v9  
    142142 * '''Logical topology:'''
    143143
    144   ''Objects:''
     144  '''Objects:'''
    145145
    146146      User extends Human
     
    152152      Public, Confidential extends String
    153153
    154   ''Cardinality:''
     154  '''Cardinality:'''
    155155
    156156    |User|,,1,,
     
    164164    |Confidential|,,1,,
    165165
    166   ''Relationships:''
     166  '''Relationships:'''
    167167
    168168    collocated(Page, Server)
     
    170170 * '''Timeline of events: '''
    171171
    172   ''Definitions:''
     172  '''Definitions:'''
    173173
    174174    User u, Server s, Public p, Confidential c, Page wp
     
    182182      e4 := {type = WEBREPLY, origin = s, destination = u, content = wp}
    183183
    184   ''Timeline:''
     184  '''Timeline:'''
    185185
    186186      e1 -> e2 -> e3 -> if (x == p and y == c) then e4