Why does the session in playframework 1.2.5 change from the plugin and then when the session is finally saved. My plugin fails to work because of this.
thanks,
Dean
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
seems to be a bug in ActionInvoker.java
moving this code up a few lines fixes the issue(I hope it doesn’t break anything else though)..