<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ce n&#39;est pas si facile que ça.<br>
<br>
(1 perform: (&#39;cla&#39;, &#39;ss&#39;) asSymbol) environment at: (&#39;Comp&#39;, &#39;iler&#39;) asSymbol<br>
<br>
And again, you give the web app user the full rights of the OS user<br>
that runs the image. Deleting the code that owned you after the<br>
session times out doesn&#39;t solve a thing once you&#39;ve been owned. It<br>
also doesn&#39;t help if two users at the same time want to work on a<br>
class named &#39;Test&#39; or &#39;MyClass&#39; or &#39;Example&#39;.<br></blockquote><div><br></div><div>you could always use chroot [1] and isolate each web app user&#39;s environment.</div><div><br></div><div>[1] <a href="http://en.wikipedia.org/wiki/Chroot">http://en.wikipedia.org/wiki/Chroot</a></div>
</div>