benocms

Results 4 comments of benocms

@drewnoakes : Thanks for your work on this great library! Is there any news regarding the support of JPG2000 files? Thank you.

I use the class from @matthenry87 and the error is fixed. But starting the app now fails with a different error message: ``` *************************** APPLICATION FAILED TO START *************************** Description:...

@matthenry87 : > Interesting, is there something special about the value of your password that would require a Unicode normalizer? Not in my opinion. All characters between the brackets "ENC(...)"...

@matthenry87 > @benocms Here is the dynamic class loading and reflective calls you need to add hints for: https://github.com/jasypt/jasypt/blob/d384f9a755af2938bc142f7575365bee42ba5f22/jasypt/src/main/java/org/jasypt/normalization/Normalizer.java#L148 I added the class 'org.jasypt.normalization.Normalizer' to the 'JasyptHints' class above. But...