<span style='font-family:Verdana'><span style='font-size:12px'>Hello,<br /><br />thank you... solved....<br /><br />Hans-Joachim<p style="margin:0px; padding:0px;" > </p><blockquote style="border-left: 1px solid #CCC; padding-left: 5px; margin-left: 5px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px;" type="cite"><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">----- Original Message -----</span></span></p><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">From: Juan Hernandez</span></span></p><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">Sent: 08/01/13 12:58 PM</span></span></p><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">To: Hans-Joachim</span></span></p><p style="margin:0px; padding:0px;" ><span style="font-family:Verdana"><span style="font-size:12px">Subject: Re: [Users] 3.3 Nightly Built July 31st: Still problems with gwt.rpc</span></span></p> <div><div><pre style="white-space: pre-wrap; word-wrap: break-word; font-size:11;pre">On 08/01/2013 10:48 AM, Hans-Joachim wrote: 
&gt; Hello, 
&gt; 
&gt; I'm just installing 3.3 Nightly as of July 31st on my CentOS 6.4 server. 
&gt; 
&gt; When I try to login to the Web I got 'Error 500' 
&gt; 
&gt; Here the part of server.log 
&gt; 
&gt; ...... 
&gt; 2013-08-01 10:40:05,098 ERROR 
&gt; [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/webadmin]] 
&gt; (ajp--127.0.0.1-8702-6) Exception while dispatching incoming RPC call: 
&gt; java.lang.SecurityException: Blocked request without GWT base path 
&gt; header (XSRF attack?) 
&gt;          at 
&gt; com.google.gwt.rpc.server.RpcServlet.getClientOracle(RpcServlet.java:95) 
&gt; [gwt-servlet.jar:] 
&gt;          at 
&gt; com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:205) 
&gt; [gwt-servlet.jar:] 
&gt;          at 
&gt; com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) 
&gt; [gwt-servlet.jar:] 
&gt;          at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) 
&gt; [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final] 
&gt; ....... 
&gt; 
&gt; Hans-Joachim 
&gt; 

Actually this isn't a problem with GWT RPC, but with the redirection 
that is performed from / to /ovirt-engine in the web server. You 
probably ended up with the following URL: 

https://whatever/ovirt-engine/webadmin/webadmin/WebAdmin.html 

This adds an extra "ovirt-engine" path element to the request, that the 
server side doesn't expect, so it assumes that there is a XSFR attach 
going on. Type an URL like this manually in the browser and it should work: 

https://whatever/webadmin/webadmin/WebAdmin.html 

-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 
3ºD, 28016 Madrid, Spain 
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.</pre></div></div></blockquote><p style="margin:0px; padding:0px;" > </p></span></span>