Re: Anybody is having problems with Wicket and Facebook Like button?

2012-07-22 Thread Ernesto Reinaldo Barreiro
I think I'm hitting the same. I have found this. https://developers.facebook.com/bugs/391962640871463 On Thu, Jul 12, 2012 at 6:48 PM, Alec Swan alecs...@gmail.com wrote: Is there a way to have a GET to /lrm/ms/oid/74989 to be redirected to /lrm/ms/oid/74989.0;jsessionid=xxx instead of

Re: Anybody is having problems with Wicket and Facebook Like button?

2012-07-12 Thread Alec Swan
I used Apache httpd.conf to rewrite our URLs to exclude jsessionids, but this did not fix the problem with Facebook Like button. Now I am wondering if the problem is related to Wicket inserting ../../ in the middle of the URL when Tomcat redirects sessionless user to the URL with jsessionid as in

Re: Anybody is having problems with Wicket and Facebook Like button?

2012-07-12 Thread Alec Swan
Is there a way to have a GET to /lrm/ms/oid/74989 to be redirected to /lrm/ms/oid/74989.0;jsessionid=xxx instead of /lrm/ms/oid/../../ms/oid/74989.0;jsessionid=xxx? Where is this ../../ coming from? I am on Wicket 1.4.17 and /lrm/ms is mounted to a Wicket page. Thanks On Thu, Jul 12, 2012 at

Re: Anybody is having problems with Wicket and Facebook Like button?

2012-07-05 Thread Alec Swan
Sorry for pushing this again, but this is a huge issue for us. Is anybody having problems with Facebook Like button? On Tue, Jul 3, 2012 at 3:34 PM, Alec Swan alecs...@gmail.com wrote: Hello, We started receiving complaints from users saying that Facebook Like buttons don't work on our web

RE: Anybody is having problems with Wicket and Facebook Like button?

2012-07-05 Thread Jeffrey Schneller
We have been using the Like button on one of our client's sites. I have not been told of or noticed any problems with it. I believe we are removing the JSESSIONID as well. -Original Message- From: Alec Swan [mailto:alecs...@gmail.com] Sent: Thursday, July 05, 2012 2:47 PM To:

RE: Anybody is having problems with Wicket and Facebook Like button?

2012-07-05 Thread Dale Ogilvie
Alec, If you are running in Tomcat 7 you can add this to your web.xml to turn off tomcat JSESSIONID in urls. Tomcat puts a jsessionid on all urls until it receives a session cookie from the client, to cope with cookieless clients. session-config tracking-modeCOOKIE/tracking-mode /session-config