Closed GoogleCodeExporter closed 8 years ago
The error happen owing to parse payload error,
(payload parsing see
http://www.gdssecurity.com/l/b/2009/10/08/gwt-rpc-in-a-nutshell/)
I'd modify code about GwtUsernamePasswordAuthority.java,
thank you for your notification.
Original comment by kent.yeh...@gmail.com
on 19 Mar 2011 at 1:48
Hi
I have a small fix for this issue. I have attached svn diff with this comment.
I've replaced the code that parses the request payload with the method
RPC.decodeRequest(). This decodes payload into an RPCRequest, from which we can
get the parameters.
Regards
Amit Khanna
Original comment by techob...@gmail.com
on 19 Mar 2011 at 2:10
Attachments:
Hi,Amit Khanna
Thanks for your code modification,
I had added to the source code.
Best Regards
Kent Yeh
Original comment by kent.yeh...@gmail.com
on 20 Mar 2011 at 3:34
Original comment by steven.j...@gmail.com
on 9 Jun 2011 at 3:48
Original issue reported on code.google.com by
amitkhan...@gmail.com
on 18 Mar 2011 at 2:01