Bugs item #1435251, was opened at 2006-02-20 15:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1435251&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alastair Maw (almaw) Assigned to: Nobody/Anonymous (nobody) Summary: AbstractCrypt uses sun.misc.* classes Initial Comment: wicket.util.crypt.AbstractCrypt uses proprietary Sun classes: import sun.misc.BASE64Decoder; import sun.misc.BASE64Encoder; This means Wicket won't compile on an IBM JDK, for example, and means you need to set security permissions that I'd rather not to run it under Tomcat with a SecurityManager. There are base-64 implementations in commons-codec we could use instead (but that's not currently a dependency), or roll your own from any of the hundreds of examples out on the net. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1435251&group_id=119783 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop