[tomcat3] Sharing Utility Code

2002-01-18 Thread Jason van Zyl
ge I would be will to the proposal and first release of that package. Any takers? -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscri

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resourcesDirContextURLConnection.java

2001-06-04 Thread Jason van Zyl
@ -105,7 +105,8 @@ >if (context == null) >throw new IllegalArgumentException >("Directory context can't be null"); > -this.permission = new FilePermission(url.toString(), "read"); > + if (System

Re: Tomcat 4.0 Class Loader Reorganization

2001-02-18 Thread Jason van Zyl
Hi, I build tomcat-4.0 from CVS this morning and tried it with the TDK and everything looks good! No "sealing violoation", and the XML-RPC service which requires xerces started up without a hitch. It was starting the XML-RPC service which made the "sealing violation" visible. I haven't tried Jet

[PATCH] CatalinaBlock.java

2001-02-10 Thread Jason van Zyl
Hi, While playing with Sam Ruby's gump I noticed that the CatalinaBlock is out of sync with Avalon. Not sure if staying right up-to-date is critical but here's the patch anyway. jvz. Index: CatalinaBlock.java === RCS file: /home/

ServletContext.getRealPath(string)

2001-02-07 Thread Jason van Zyl
Hi, In Turbine I wanted to provide an easy way to give all classes in a webapp easy access to the real path to the webapp: someone on the Turbine list mentioned that ServletContext.getRealPath(path) is not required to be implemented. If this is the case what is the best way to provide access to t

Re: TDK and 4.0 or 4.1

2001-02-06 Thread Jason van Zyl
On Tue, 6 Feb 2001, Remy Maucherat wrote: > > Hi, > > > > I'm putting together the next version of the Turbine > > Development Kit and I was wondering what repository I > > should be using: the 4.0 or 4.1 repository. I don't > > want to debug something I don't have to :-) > > 4.0. > 4.1 is a

TDK and 4.0 or 4.1

2001-02-06 Thread Jason van Zyl
Hi, I'm putting together the next version of the Turbine Development Kit and I was wondering what repository I should be using: the 4.0 or 4.1 repository. I don't want to debug something I don't have to :-) jvz. - To unsubscri