hm, seems like you dont have a "transparent proxy", intstead your
backend may be breaking the output, please post the doFilter() method
of your proxy filter from the backend which actually handles the
request

br,

On 20 Jul., 18:16, "kiss_...@yahoo.com" <praveenshett...@gmail.com>
wrote:
> Hi,
>
> Actually our application deals with monitoring the websites.
>
> when we make the request through our application we start storing all
> the resources required by the site (like jpeg,png,hlp,html,js etc)
> sent the by the webiste in the DB. and then subsequently store all the
> responses until the request is completed. just like recording all the
> steps required to access the url that can be played back..
>
> Note : Requesting site comprises of GWT,JSON,Ajax,JSNI scripts.
> And our Application environment : Eclipse 3.2.2 & jdk 1.4.2 ( we may
> not support higher version of JDK)
>
> Now the issue is
> 1. Normal browser opens the site without any problem
> 2. through our application the same browser is experiencing "Technical
> Error".
>
> Our investigation through firebug(Mozilla) reveals that when opening
> to the normal browser its giving error while loading the "a".
>
> a = Type Error: null has no properties { message="null has no
> properties", more...}
>
> after that its is resolving "a" object is a="haf([object Object]"
> XXXXXXXXXXXXXXXXXXXXXX.
>
> But when the browser opened through our application its giving
>
> a =TypeError: null has no properties { message="null has no
> properties", more...}
>
> after that it is continuously giving exception like.
>
> a=com.google.gwt.user.client.rpc.Invocation Exception
>
> at the end its throwing "Technical exception".
>
> Thanks in advance. :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to