|  |  | @ -90,7 +90,7 @@ public class IdcController { | 
			
		
	
		
		
			
				
					
					|  |  |  |     public void downloadFile(HttpServletResponse response,@RequestParam String fileName) throws UnsupportedEncodingException { |  |  |  |     public void downloadFile(HttpServletResponse response,@RequestParam String fileName) throws UnsupportedEncodingException { | 
			
		
	
		
		
			
				
					
					|  |  |  |     	if (fileName != null) { |  |  |  |     	if (fileName != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |     	   response.setHeader("Content-disposition", "attachment; filename=" + URLEncoder.encode(fileName, "UTF-8")); |  |  |  |     	   response.setHeader("Content-disposition", "attachment; filename=" + URLEncoder.encode(fileName, "UTF-8")); | 
			
		
	
		
		
			
				
					
					|  |  |  |     	   response.setContentType("application/octet-stream"); |  |  |  |     	   response.setContentType("application/force-download"); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     	   idcService.downloadFile(fileName, response); |  |  |  |     	   idcService.downloadFile(fileName, response); | 
			
		
	
		
		
			
				
					
					|  |  |  |     	} |  |  |  |     	} | 
			
		
	
		
		
			
				
					
					|  |  |  |     	 |  |  |  |     	 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |