Bauke Scholtz
Bauke Scholtz
https://github.com/eclipse-ee4j/mojarra/issues/5484 has been fixed, please retest after merge of https://github.com/eclipse-ee4j/mojarra/pull/5485
Please check javadoc of Utils class: https://github.com/omnifaces/omnifaces/blob/51e243b0c593f9eb3f64a2fe303a8fae35dca940/src/main/java/org/omnifaces/util/Utils.java#L102
The idea is if you need to reuse exactly the same private static method from a different class, then it's OK to move it into Utils class. Right now it's...
By the way, take a look at https://github.com/omnifaces/omniutils A long time ago I've played with the idea to simply split/refactor all of OmniFaces "internal" util classes over there and adjust...
Closing off in favor of https://github.com/omnifaces/omnifaces/commit/7ddf5ef472ca7e30d8746644c8436d496c6f2b46
You're right, the error reporting could be improved and the spec could be clearer on this one. I'm personally surprised to see that `faces/FlashSecretKey` (and `faces/ClientSideSecretKey`) are nowhere mentioned in...