Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/26/08 21:41:04 (3 months ago)
Author:
bwolfe
Message:

Hiding error stack traces from non-authenticated users

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/web/org/openmrs/web/OpenmrsFilter.java

    r5173 r5367  
    9090                         
    9191                        // User context is created if it doesn't already exist and added to the session 
     92                        // note: this usercontext storage logic is copied to webinf/view/uncaughtexception.jsp to  
     93                        //               prevent stack traces being shown to non-authenticated users 
    9294                        userContext = (UserContext) httpSession.getAttribute(WebConstants.OPENMRS_USER_CONTEXT_HTTPSESSION_ATTR); 
    9395