Changes between Version 33 and Version 34 of MapGuideRfc49


Ignore:
Timestamp:
Jun 16, 2008, 5:34:25 PM (16 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc49

    v33 v34  
    140140are not very useful to end users.
    141141
     142Here are some sample exception messages generated from each call:
     143
     144GetDetails()
     145{{{
     146Session has expired or is invalid. Please log in again.
     147}}}
     148
     149GetMessage()
     150{{{
     151Session has expired or is invalid. Please log in again.
     152- MgSiteServiceHandler.ProcessOperation()
     153- MgOpAuthenticate.Execute()
     154- MgServerSiteService.Authenticate(Session=88d9658a-ffff-ffff-8000-005056c00008_en_7F0000020AFC0AFB0AFA,UserName=)
     155- MgSecurityManager.Authenticate()
     156- MgSessionCache.GetSessionInfo()
     157}}}
     158
     159GetStackTrace()
     160{{{
     161- MgSiteServiceHandler.ProcessOperation() line 83 file f:\mgdev1.2\os\server\src\services\site\SiteServiceHandler.cpp
     162- MgOpAuthenticate.Execute() line 113 file f:\mgdev1.2\os\server\src\services\site\OpAuthenticate.cpp
     163- MgServerSiteService.Authenticate(Session=88d9658a-ffff-ffff-8000-005056c00008_en_7F0000020AFC0AFB0AFA,UserName=) line 699 file f:\mgdev1.2\os\server\src\services\site\ServerSiteService.cpp
     164- MgSecurityManager.Authenticate() line 224 file f:\mgdev1.2\os\server\src\common\manager\SecurityManager.cpp
     165- MgSessionCache.GetSessionInfo() line 175 file f:\mgdev1.2\os\server\src\common\manager\SessionCache.cpp
     166}}}
     167
    142168== Implications ==
    143169