Changeset 5367 for openmrs/trunk/src/web/org/openmrs/web/OpenmrsFilter.java
- Timestamp:
- 08/26/08 21:41:04 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/trunk/src/web/org/openmrs/web/OpenmrsFilter.java
r5173 r5367 90 90 91 91 // 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 92 94 userContext = (UserContext) httpSession.getAttribute(WebConstants.OPENMRS_USER_CONTEXT_HTTPSESSION_ATTR); 93 95