Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wicket-fullcalendar 1.3-SNAPSHOT doesn't work when encoding urls on app with CryptoMapper. #6

Open
mr-l-e-t opened this issue Dec 29, 2011 · 1 comment

Comments

@mr-l-e-t
Copy link

Hi there,
I have tried the wicket full calendar example using 1.3-SNAPSHOT for wicket 1.5.
I tried encoding ULRs using CryptoMapper as suggested on wiki's Request mapping page (https://cwiki.apache.org/WICKET/request-mapping.html) and I'm afraid that full calendar functionality no longer works.

Steps I took:
On WicketApplication class for wicket-fullcalendar-examples project, I added the following:
@OverRide
public void init()
{
super.init();
IRequestMapper cryptoMapper = new CryptoMapper(getRootRequestMapper(), this);
setRootRequestMapper( cryptoMapper );
}

With the above implementation of the CryptoMapper, wicket full calendar example no longer works.
If I remove it, then it works as expected.

Is this a bug with wicket-fullcalendar or am I just implementing url encryption the wrong way?

I do apologise if the error is on my side and I hope I am not wasting your time.

Thanks in advance,
Lucas

@ivaynberg
Copy link
Member

this is not easily fixed. both wicket's cryptomapper and full calendar will need to be tweaked. for now i would say that cryptomapper is not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants