Notice
		                                        
										
                                    
                                        
                                    
                                        Recent Posts
                                        
                                    
                                        
                                    
                                        Recent Comments
                                        
                                    
                                        
                                    
                                        Link
                                        
                                    
                                | 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 | 
| 10 | 11 | 12 | 13 | 14 | 15 | 16 | 
| 17 | 18 | 19 | 20 | 21 | 22 | 23 | 
| 24 | 25 | 26 | 27 | 28 | 29 | 
                                        Tags
                                        
                                    
                                        
                                    - Content-Length
 - cookie
 - chunked
 - Session
 - Keep-Alive
 - singleton
 - InvocationHandler
 - object
 - urlclassloader
 - unmodifiableList
 - http
 - reflection
 - getRequestURI
 - Java
 - Transfer-Encoding
 - Reference
 - toString
 - clone
 - Proxy
 - http/1.1
 
                                        Archives
                                        
                                    
                                        
                                    - Today
 
- Total
 
목록2008/02/14 (1)
pungjoo
			
			
				Failed to invoke last-modified method - springframework
				
	
                
            
                
            
				
				
				
				
                
    				
                
            인지 Failed to invoke last-modified method 발생하며 StackOverFlow 발생. 일반적인 해결 방안 @Override public long getLastModified(HttpServletRequest request) { return -1; } 왜 그럴까? get 위와 같이 get이라는 method로 설정하게되면 내부적으로 'Recurrsive'가 발생하게 되어 종국에는 'Failed to invoke last-modified method'라는 메시지 발생. 분석 우선 org/springframework/web/servlet/mvc/multiaction/MultiActionController.java의 registerLastModifiedMethodIfExists pri..
				JAVA
				
				2008. 2. 14. 12:27
			
		
            