Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 39704 invoked from network); 2 Nov 2000 17:21:02 -0000 Received: from atlrel1.hp.com (156.153.255.210) by locus.apache.org with SMTP; 2 Nov 2000 17:21:02 -0000 Received: from orion.nsr.hp.com (orion.nsr.hp.com [15.47.171.122]) by atlrel1.hp.com (Postfix) with ESMTP id A70D81739; Thu, 2 Nov 2000 11:57:10 -0500 (EST) Received: (from ovidiu@localhost) by orion.nsr.hp.com (8.9.3/8.9.3/client.cv) id IAA21096; Thu, 2 Nov 2000 08:55:48 -0800 Message-Id: <200011021655.IAA21096@orion.nsr.hp.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0 From: Ovidiu Predescu To: Sylvain Wallez Cc: cocoon-dev@xml.apache.org Subject: Re: [PATCH] resource: URL handling (cleaned-up code) In-Reply-To: Your message of "Thu, 02 Nov 2000 08:55:10 +0100." <3A011DDE.26077A8C@anyware-tech.com> X-Url: http://www.geocities.com/SiliconValley/Monitor/7464/ X-Image-Url: http://www.geocities.com/SiliconValley/Monitor/7464/ovidiu.tiff X-Face: ?(@Y~qjBA}~8ZMh5gM4{Q{bE_*:sCJ3@Z?{B*Co=J!#8bb~-z?-0._vJjt~MM59!MjxG%>U 5>MW^2-\7~z04buszR^=m^U|m66>FdR@cFwhb;.A(8*D.QmLkK]z,md0'HiOE\pyeiv_PACR+P:Cm. wq_%l':E:q]g-UCc>r&s@BVo'kFN;(\9PF22Myg5w%nUBWQ6MJJ#qL#w>2oxckP'H:\$9F"mxsz]Dg k{1`fTcP'Y$CgGnc^paTV$dzhVX+;(U$;Eb)P<>G)g) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 02 Nov 2000 08:55:48 -0800 Sender: ovidiu@cup.hp.com X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Sylvain, The pointer you refer to describes the way the URL handling patch I poste= d works. However Berin is right, a security manager class has to be impleme= nted in order for the code to work without having to start the JVM with specia= l parameters. A pointer that describes the process of creating a security manager and h= ow it works can be found at: http://developer.java.sun.com/developer/onlineTraining/Security/Fundament= als/Security.html#secSecurityManager Regards, Ovidiu On Thu, 02 Nov 2000 08:55:10 +0100, Sylvain Wallez wrote: > There is a good article about protocol handlers at the Java Developer > Connection : > http://developer.java.sun.com/developer/onlineTraining/protocolhandlers= / > = > -Sylvain > = > Berin Loritsch a =E9crit : > > = > > ----- Original Message ----- > > From: Ovidiu Predescu > > To: Vadim Gritsenko > > Cc: > > Sent: Wednesday, November 01, 2000 7:41 PM > > Subject: Re: [PATCH] resource: URL handling (cleaned-up code) > > = > > > On Tue, 31 Oct 2000 16:50:59 -0500, "Vadim Gritsenko" > > > wrote: > > > > > > > I know that WebLogic does not allow to modify system properties b= y > > servlets. > > > > > > I think it's actually the JVM which doesn't allow this system prope= rty to > > be > > > changed after it started. I'm not sure how Tomcat does it, but it m= ay be > > > starting a JVM in a new process. But again, I didn't look at Tomcat= or the > > JVM > > > sources so this might be inaccurate. > > = > > It has to do with wether a security manager was set or not. If you a= re > > using a security > > manager (which WebLogic does by default) then you have to hack the > > permissions > > file to allow adding/changing certain system properties. Otherwise, = nothing > > is required > > (ala Tomcat default). > =