Changes between Version 10 and Version 11 of MapGuideRfc20
- Timestamp:
- 05/30/07 10:07:20 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc20
v10 v11 35 35 36 36 {{{ 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 ) 40 40 }}} 41 41 … … 46 46 == Implications == 47 47 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.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. 49 49 50 50 == Test Plan ==