Details
Description
                    Currently the Servlet environment detection is executed every time a new session is created. The natural time when the detection should be done is when the web application starts up.
            
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] | 
| Fix Version/s | 1.7.2 [ 10130 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #17351 | Wed Aug 13 13:30:35 MDT 2008 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainSessionBoundServlet.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/TomcatPushServlet.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/core/src/com/icesoft/faces/async/render/GroupAsyncRenderer.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/ahs/src/com/icesoft/faces/async/servlet/AsyncHttpServlet.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/ahs/src/com/icesoft/faces/async/servlet/SessionBoundServlet.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/SessionDispatcher.java
            
             | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Fix Version/s | 1.7.2RC1 [ 10140 ] | |
| Fix Version/s | 1.7.2 [ 10130 ] | 
| Fix Version/s | 1.7.2 [ 10130 ] | |
| Fix Version/s | 1.7.2RC1 [ 10140 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 
| Assignee | Mircea Toma [ mircea.toma ] | 

Merge SessionDispatcher and EnvironmentAdaptingServlet to detect environment at application startup time.