DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29337>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29337


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From [EMAIL PROTECTED]  2005-01-07 21:07 -------
Since these are policy files and do not contain any classes I can't do a simple
'Can I load the class?' test. What I have done is tried the following scriplet
in a JSP:
    <%
    Cipher c = Cipher.getInstance("DES/CBC/PKCS5Padding");
    out.println("<p>The cipher returned was '" + c.toString() + "'</p>");
    %>

This works on startup and after a re-load when tested against the latest TC4
source from CVS.

I suggest trying the latest release (4.1.31) and if that doesn't work please
attach the shortest possible piece of code (or a simple WAR) that demonstrates
the problem.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to