Changes between Version 10 and Version 11 of MapGuideRfc20


Ignore:
Timestamp:
May 30, 2007, 10:07:20 AM (17 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc20

    v10 v11  
    3535
    3636{{{
    37 STRING MgUserInformation::!GetUserName()
    38 !MgByteReader* MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role );
    39 !MgStringCollection* MgSite::!EnumerateRoles( CREFSTRING user, CREFSTRING group );
     37 STRING MgUserInformation::GetUserName()
     38 MgByteReader* MgSite::EnumerateGroups( CREFSTRING user, CREFSTRING role )
     39 MgStringCollection* MgSite::EnumerateRoles( CREFSTRING user, CREFSTRING group )
    4040}}}
    4141
     
    4646== Implications ==
    4747
    48 This RFC is strictly an API enhancement.  Having the userid contained in the session identifier makes MapGuide a little less secure.  However, stealing a session identifier will compromise the user so the damage has already been done.
     48This RFC is strictly an API enhancement.  Having the userid contained in the session identifier makes !MapGuide a little less secure.  However, stealing a session identifier will compromise the user so the damage has already been done.
    4949
    5050== Test Plan ==