David Lee

Results 30 comments of David Lee

I was able to build this but not run it -- ( hints about where to look in teamcity for the plugin would be useful -- I saw it in...

Forgot to mention: Workaround: use parameters instead of parameterList in calling code, still suffers from inconsistent 0 or 1 decoding but not from double decoding.

Yes I will try your test but in my cases it only breaks when using a bookmarked or manual history or a hard refresh where the URL comes through some...

I tried the following as a top level view. Enter a URL or string containing '/' into the text field and hit PUSH Result: (given "http://foo/bar" ) rawParams: http%3A%2F%2Ffoo%2Fbar params:...

Interesting wrt @PushStateNavigation --- nievely guessing that is due to the URL being (or not) processed by Tomcat (or jetty in my case) vs being 'data' in the push stream...

Maybe this can be moved to a "Feature Request" by adding support for typed parameters. Most of my code has ended up using the same boilerplate, rougthly ``` class myView()...

The only workaround that I have found that works perfectly and consistently in all cases I ran into is to encode the entire parameter list ( either 1 or multiple...

I have hit similar but not identical symptoms -- may or may not be the same. My case, the grid started behaving *very strangely* but didn't always crash -- I...

I belive it was a coincidence that GWT_HOME was set. The crash still occurs until I found the GWT SDK setting in the Google properties. At first the settings would...

This is the precise reason I abandoned this library, yet have not found a better one. The 'happy path' generally takes too long to an abandoned lock which leads to...