The Artima Developer Community
Sponsored Link

Java Buzz Forum
ProtectionDomains

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
ProtectionDomains Posted: Nov 23, 2004 10:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: ProtectionDomains
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

Here's a little tip for you: don't use ProtectionDomain's toString() while in a Policy. There's security checks that go in toString() there, so you'll get stuck in a recursion if you're not careful. And, as one of my rules of thumb goes, "be careful to avoid doing things where you have to be careful."

That might get you into some recursive problems too, just hit that Ctrl-C 'till it stops.

Read: ProtectionDomains

Topic: no more Entities in Javadoc 1.5 Previous Topic   Next Topic Topic: Paul Jensen On Spring Framework (And A Lot of Java Jobs!)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use