Re: Portlet / ServetWebRequest / WICKET-4387 fix - Introduced a bug???

2012-08-12 Thread Doug Leeper
Closure on this one. Peter Pastrnak did indicate that there was a bug with the "latest" distribution. There is a fix that will be available in the next release from my understanding. Peter did send me the updated files and I confirmed that it did fix my issue. Thanks Peter! -- View this me

Small Wicket Auth Example

2012-08-12 Thread Anton Bessonov
Hello wicketeers, I've updated my old small Wicket example to 1.5.7 and pushed it to github [1]. It's available under cc-by license (also for commercial use, redistributing and so on). Maybe helpful for someone. Example include: - i18n - Hibernate (hsqldb is default and mysql example config i

Re: Portlet / ServetWebRequest / WICKET-4387 fix - Introduced a bug???

2012-08-12 Thread Martin Grigorov
On Sun, Aug 12, 2012 at 7:10 PM, pasto wrote: > I think, that this has been fixed in wicket-portlet version 1.5.7.2, which > can be downloaded from https://issues.apache.org/jira/browse/WICKET-4019 > (which seems to be currently down for maintenance). I checked github, but > there is also an old v

Re: Portlet / ServetWebRequest / WICKET-4387 fix - Introduced a bug???

2012-08-12 Thread pasto
I think, that this has been fixed in wicket-portlet version 1.5.7.2, which can be downloaded from https://issues.apache.org/jira/browse/WICKET-4019 (which seems to be currently down for maintenance). I checked github, but there is also an old version, maybe because wicketstuff 1.5.8 has not been re

Re: Using Jasypt for URL encryption not working (Wicket 1.5.7)

2012-08-12 Thread Martin Grigorov
Hi, Put breakpoints in CryptoMapper's methods for encrypting and decrypting and see what's wrong. On Sat, Aug 11, 2012 at 11:41 AM, Michael M wrote: > Hi, short question: I'm trying to use Jasypt to encrypt my non-mounted > URLs. However, it doesn't seem to work, I get exceptions. > > After addi

Re: Portlet / ServetWebRequest / WICKET-4387 fix - Introduced a bug???

2012-08-12 Thread Martin Grigorov
Hi, You may need to introduce PortletWebRequest that borrows code from ServletWebRequest. Setup it with WebApplication#newWebRequest() On Sun, Aug 12, 2012 at 4:44 PM, Doug Leeper wrote: > Troubleshooting my issue where my portlet won't work upon a page refresh, I > came across this in ServletWe

Portlet / ServetWebRequest / WICKET-4387 fix - Introduced a bug???

2012-08-12 Thread Doug Leeper
Troubleshooting my issue where my portlet won't work upon a page refresh, I came across this in ServletWebRequest. if (forwardAttributes != null || errorAttributes != null) { if (LOG.isDebugEnabled()) {