Re: Huge amount of "SessionScope not active" since upgrade to 2.3.8

2021-03-10 Thread Juri Berlanda
idual branches (see the issue for links to them). Cheers, Juri On 3/8/21 1:08 PM, Thomas Andraschko wrote: Yep exactly. If that works, please create a issue and some PRs (2.2, 2.3, 3.0 and 2.3-next) Am Mo., 8. März 2021 um 12:37 Uhr schrieb Juri Berlanda < juri.berla...@tuwien.ac.at>:

Re: Huge amount of "SessionScope not active" since upgrade to 2.3.8

2021-03-08 Thread Juri Berlanda
chrieb Thomas Andraschko < andraschko.tho...@gmail.com>: Can you try to find the version which introduced it? Am Fr., 5. März 2021 um 13:57 Uhr schrieb Juri Berlanda < juri.berla...@tuwien.ac.at>: Hello, we recently upgraded to MyFaces 2.3.8 due to the CSRF vulnerability reported here late

Huge amount of "SessionScope not active" since upgrade to 2.3.8

2021-03-05 Thread Juri Berlanda
Hello, we recently upgraded to MyFaces 2.3.8 due to the CSRF vulnerability reported here late February. We were on 2.3.4 before. Since then we see an insane amount (i.e. 10+ per day) of "SessionScope does not exist within current thread" in our logs, like: 15:46:41.421 ERROR org.apache.

[MyFaces 2.3.X] Weird error on InternetExplorer 11

2018-05-09 Thread Juri Berlanda
this leads to WindowScope not being active after the Response of the first Ajax is processed. The issue can be fixed with the patch appended to this EMail. MyFaces 2.2.12 is NOT affected. If further work is needed I am happy to help. Kind regards, Juri Berla

Re: NullPointer on managed FacesConverters if both forClass and value is set

2018-04-23 Thread Juri Berlanda
available soon :) Regards, Juri On 04/23/2018 04:29 PM, Thomas Andraschko wrote: Hi, seems like a bug, yes. It would be great if you could create a jira + attach a unit test. Even better would be if you can provide a patch to solve the issue. Regards, Thomas 2018-04-23 16:23 GMT+02:0

NullPointer on managed FacesConverters if both forClass and value is set

2018-04-23 Thread Juri Berlanda
Hello, we recently upgraded to MyFaces 2.3.0 from 2.2.12 and after adding the managed=true to our FacesConverters we noticed a weird NullPointer if they are used from EL. In detail: The following converter (just as an example. This doesn't need CDI support, but our Converters do) @Applicat