0

i have a problem while session expired and i make GET request, instead page i see xml file. How i can colve this problem ?

screenshot

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
  • Answer depends on authentication framework and appserver you're using. It is re-executing the last security-blocked request as a synchronous request after successful login/rememberme. However, that fails for JSF ajax requests as you see. – BalusC Apr 25 '16 at 09:17
  • WildFly 9.0.1 with realm ldap authentication. – George Vassilev Apr 25 '16 at 09:23
  • Does this explain/solve your problem? http://stackoverflow.com/q/35841356 – BalusC Apr 25 '16 at 09:24

0 Answers0