Re: Change ACCEPTED_PATTERN in CookieInterceptor

2016-03-02 Thread Lukasz Lenart
There is still few issues to resolve but it should be soon https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20fixVersion%20%3D%202.3.25%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC 2016-03-02 8:46 GMT+01:00 JOSE L MARTINE

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,