FYI
This seems to relate to tomcat bug 26372.
On Sun, 2005-02-20 at 09:00 +1100, Adam Jenkins wrote:
> Hi All,
>
> I'm getting a really odd error when I try to init a ciphers (or any
> other artifact for that matter) using BC as the provider in tomcat 5.5.7
> (struts applica
Hi All,
I'm getting a really odd error when I try to init a ciphers (or any
other artifact for that matter) using BC as the provider in tomcat 5.5.7
(struts application).
The call is simply
final Cipher rsaCipher = Cipher.getInstance("RSA/ECB/PKCS1Padding",
"BC");
and I get the following:
jav
Hi All,
I'm getting a weird error deploying a web-app with taglibs in tomcat
5.5.4. When I try to access the root of the directory, it works ok (no
problems listing files, hitting welcome page etc. However it drops the
following into the catalina logs. I've given everyone rwx access to the
test