Hi, It seems WicketStuff-Gmap3 generates its callback listeners' urls "manually". I.e. it doesn't use Wicket's #urlFor() method and that's why the url is not encrypted. Look in this direction.
On Sun, Jul 7, 2013 at 9:19 PM, Paul Borș <[email protected]> wrote: > QuickStart, Jira ticket, attaché the fix (unit test too). > > Have a great day, > Paul Bors > > On Jul 7, 2013, at 10:47 AM, Nemat Rakhmatov <[email protected]> > wrote: > > > Tried 6.9.0 release, got the same error. > > > > Regards, > > Nemat > > > > > > Nemat Rakhmatov wrote > >> Will try the 6.9.0 version as soon as I'll get to my devel machine. > >> > >> Regards, > >> Nemat > >> Paul Bors wrote > >>> Btw, Martin released wicket-stuff 6.9.0 last Friday. > >>> Did you try that version? > >>> > >>> Have a great day, > >>> Paul Bors > >>> > >>> On Jul 7, 2013, at 12:25 AM, "Paul Borș" < > > > >>> paul@ > > > >>> > wrote: > >>> > >>>> First search for a Jira ticket in Wicket's queue that's related to > your > >>>> problem at: > >>>> https://issues.apache.org/jira/browse/WICKET > >>>> > >>>> If one doesn't exist (I remember seeming a few ones about the > >>>> CryptoMapper recently), then create a quick start that reproduces the > >>>> bug in the fewest steps possible and attach it to a new ticket. Add a > >>>> code patch or a pull request with the fix too if you won't mind. > >>>> > >>>> Have a great day, > >>>> Paul Bors > >>>> > >>>> On Jul 6, 2013, at 12:41 PM, Nemat Rakhmatov < > > > >>> nemat.rakhmatov@ > > > >>> > wrote: > >>>> > >>>>> Hello all, > >>>>> > >>>>> I was playing with newly released wicketstuff-gmap3 to explore the > >>>>> possibility of integrating google maps into > >>>>> my application. Quickly added the map and marker listener, it was a > >>>>> cake. > >>>>> But got a problem with marker listener. Find out "Not found" ajax > >>>>> response > >>>>> error in the Wicket Ajax debug console, went to chrome developer > tools > >>>>> console and found out the error http 404. > >>>>> > >>>>> Turns out it is related to CryptoMapper, when I switched off the > >>>>> CryptoMapper it start working. > >>>>> > >>>>> I'm using the latest wicket release - 6.9.0, and the 6.8.0 for > >>>>> wicketstuff-gmap3 > >>>>> > >>>>> Regards, > >>>>> Nemat > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> View this message in context: > >>>>> > http://apache-wicket.1842946.n4.nabble.com/wicketstuff-gmap3-and-CryptoMapper-tp4660109.html > >>>>> Sent from the Users forum mailing list archive at Nabble.com. > >>>>> > >>>>> --------------------------------------------------------------------- > >>>>> To unsubscribe, e-mail: > > > >>> [email protected] > > > >>>>> For additional commands, e-mail: > > > >>> [email protected] > > > > > > > > > > > > > > -- > > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wicketstuff-gmap3-and-CryptoMapper-tp4660109p4660114.html > > Sent from the Users forum mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
