Richard Wallis

Results 19 comments of Richard Wallis

Haha no worries. Will blame this on GPE anyway :)

Oh good do you have an eta on release? Or should I update the gwtp templates to include the empty persistence.xml file?

Ok just checked and I added an empty persistence.xml file to the gwtp project template a while ago to fix the JPA problem. Might be causing issues now if that...

@branflake2267 is this being fixed already in the gwt plugin? I fixed a similar issue a few months ago by adding https://github.com/ArcBees/gwtp-eclipse-plugin/blob/master/gwtp.plugin.core/src/main/resources/templates/project/.settings/com.google.gwt.eclipse.core.prefs.template to the new project's settings directory. Obviously a...

Yes I think it's the same issue. The gwtp project creator is pretty stupid. It just creates a new project unzips the template project into the new projects folder and...

gwt-pushstate works with RouteTokenFormatter now It's a close to drop in replacement that I've had no issues with. The gwt-pushstate version in sonatype has some bugs, you can use my...

it works with tokens like this: /somePlace with pushstate you no longer need the crawler stuff because you can read the route on the server. On Mon, Aug 18, 2014...

In a day or so I'll be able to demo this privately for you with an app I have in development. This is a bit complicated but it is a...

I did a write up for this pattern at: https://groups.google.com/forum/#!topic/gwt-platform/-n94IPKWMHU And you can see the example project at: https://github.com/rdwallis/alice/

What does the attacker need to exploit the vulnerability at the moment? From what I understand: they must be able to sniff the cookie and the request they're spoofing must...