Hi,I have a Struts 2 application with Tomcat 7 that runs on a proxy network. In 
one partcular case while browsing the applicationit was observed that simply 
navigating one particular screen multiple times raised a NoSuchMethodException 
exception once.This was observed in IE-10 browser running on Windows 8. It was 
occuring on a single system only and could not be reproduced on other 
systems..The request as obatined in Tomcat catalina logs is as 
follows:192.168.103.105 - - [14/Jul/2016:15:41:54 +0000] "POST 
/application/framework/SessionAction.action HTTP/1.1" 200 
105192.168.103.105 - - [14/Jul/2016:15:41:54 +0000] "POST 
/application/framework/SessionAction.action HTTP/1.1" 200 
105192.168.103.105 - - [14/Jul/2016:15:41:55 +0000] "CHEDFLAG=TRUEPOST 
/application/framework/SessionAction.action HTTP/1.1" 200 58209Also when 
used Internet Explorer to debug the request we get the following details for 
the problem scenario:Request HeadersKey    Valu
 eRequest    POST 
http://192.168.133.120/Myapp/application/rpc_SessionAction.action 
HTTP/1.1Referer   
 http://192.168.133.120/application/Content-Type   
 application/x-www-form-urlencodedX-Requested-With   
 XMLHttpRequestAccept    application/json, text/javascript, 
*/*Accept-Language   
 en-IN,en;q=0.8,ja;q=0.6,zh-Hans-CN;q=0.4,zh-Hans;q=0.2Accept-Encoding  
  gzip, deflateUser-Agent    Mozilla/5.0 (compatible; MSIE 
10.0; Windows NT 6.2; WOW64; Trident/6.0)Host   
 192.168.133.120:8585Content-Length    26DNT   
 1Proxy-Connection    Keep-AlivePragma   
 no-cacheCookie   
 JSESSIONID=7FE4DE04F3558B46B7D8252645ABFB5A; 
JSESSIONID=D4FD5A0D120AD35414A4E16C406DD06FRequest 
Bodymethod=fetch&names=tmpValResponse HeadersKey   
 ValueResponse    HTTP/1.0 200 OKS
 erver    Apache-Coyote/1.1Content-Type   
 text/html;charset=utf-8Date    Thu, 14 Jul 2016 15:41:55 
GMTX-Cache    MISS from gateway1X-Cache-Lookup   
 MISS from gateway1Via    1.0 gateway1This request in the 
Struts filter gives null entry set. Why does the POST request get changed in 
this case and also entry set bencomes null?Thanks

Reply via email to