You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hello
I've been developing a GWT proyect for internal use in my company.
The web is accesed from inside and from outside the compan main
network, 'outsiders' access througth Internet to the web; which has
sensible information.
To add a extra security layer, the system team is deploying a JUNIPER
installation, which has a 'advanced parser and rewriter' (as an
internal advanced reverse-proxy) to acces ccc webs - like mine.
Now, with the JUNIPER CIE ( content internediation engine - the
'advanced parser and rewriter') GWT RPC doesn't work at all.
It responds 'Error 500' failures.
I don't know how to avoid this errors and make the app work again, if
possible
¿ Anyone knows ? Thanks !
PS. yes, i'm considering rewritting RPC's calls into JSON/HTTP calls;
but prefer to avoid it if possible
Thomas Broyer
unread,
Jun 24, 2011, 8:48:46 AM6/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Is your problem with GWT-RPC (causing the 500 error status) an issue with loading the "policy file"? If so, you can override a few methods in your RemoteServiceServlets to change the default behavior.
If you really have no choice but to abandon GWT-RPC, I'd highly recommend RequestFactory, rather than "hand-made" JSON/HTTP.
obesga
unread,
Jun 24, 2011, 9:09:38 AM6/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message