Open GoogleCodeExporter opened 9 years ago
Extension of DefaultSecurityConfiguration is also made more awkward by private
access on the following fields and methods:
String cipherXformFromESAPIProp
String cipherXformCurrent
String resourceDirectory
loadConfigurationFromClasspath(String fileName)
logSpecial(String message)
logSpecial(String message, Throwable e)
setCipherXProperties()
Original comment by gleb.ole...@gorillalogic.com
on 4 May 2011 at 10:18
Note: an easy fix to the original issue would be to give protected access to
the 'properties' field. Alternatively, a protected setter on that field would
also work.
Original comment by gleb.ole...@gmail.com
on 9 May 2011 at 2:53
Original issue reported on code.google.com by
gleb.ole...@gorillalogic.com
on 2 May 2011 at 10:06