Reputation: 34998
How ca I access request variables (the remote username) in a GWT RPC implementation?
Upvotes: 3
Views: 664
Reputation: 34998
It is working with
this.getThreadLocalRequest().getRemoteUser()
in my RPC class that extends RemoteServiceServlet
.
Upvotes: 6