Re: Change ACCEPTED_PATTERN in CookieInterceptor

2016-03-01 Thread JOSE L MARTINEZ-AVIAL
Ah!!!, perfect, thanks. Any idea when that version will be available? thanks JL 2016-03-02 2:19 GMT-05:00 Lukasz Lenart : > Ah... it's resolved ;-) > > See https://issues.apache.org/jira/browse/WW-4563 > and https://issues.apache.org/jira/browse/WW-4560 > > basically you must wait for 2.3.2

Re: Change ACCEPTED_PATTERN in CookieInterceptor

2016-03-01 Thread Lukasz Lenart
Ah... it's resolved ;-) See https://issues.apache.org/jira/browse/WW-4563 and https://issues.apache.org/jira/browse/WW-4560 basically you must wait for 2.3.25 2016-03-02 8:17 GMT+01:00 JOSE L MARTINEZ-AVIAL : > Hello Lukasz, >Actually, the issue I have is with isAcceptableValue for the cooki

Re: Change ACCEPTED_PATTERN in CookieInterceptor

2016-03-01 Thread JOSE L MARTINEZ-AVIAL
Hello Lukasz, Actually, the issue I have is with isAcceptableValue for the cookie value, not with the name. For reasons the name of the cookie I'm interested in is variable, so I use CookieAware, and then lookup in the map for the cookie I'm interested in. The name of the cookie is plain, and it

Re: Change ACCEPTED_PATTERN in CookieInterceptor

2016-03-01 Thread Lukasz Lenart
2016-03-01 20:14 GMT+01:00 JOSE L MARTINEZ-AVIAL : > Hello, >I have an issue with Strus 2.3.24.1 where my cookies are not being > accepted and populated to the action because the regular expression for the > values does not admit the character %. I'm trying to override the regular > expression,

Change ACCEPTED_PATTERN in CookieInterceptor

2016-03-01 Thread JOSE L MARTINEZ-AVIAL
Hello, I have an issue with Strus 2.3.24.1 where my cookies are not being accepted and populated to the action because the regular expression for the values does not admit the character %. I'm trying to override the regular expression, but is not clear how that can be done thorugh the configurat