marcsaeg2003/07/01 13:59:02
Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32
Compiler.java JspCompiler.java
Log:
Avoid multiple calls to isOutDated().
Avoid multiple string concatenations in getPackageName().
Revision ChangesPath
No
marcsaeg01/03/09 15:35:26
Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32
Compiler.java JspParseEventListener.java
JspReader.java
Log:
Change JSP default character encoding from 8859_1 to ISO-8859-1 which is
the preferre
"Scott M. Stirling" wrote:
> On 05 Jan 2001 16:35:09 -0800, Hans Bergsten wrote:
> > "Scott M. Stirling" wrote:
> > > 1. Doesn't it seem a bit sloppy to leave a bunch of classes loaded that
> > > will never get dumped unless the server is shutdown? Just a matter of
> > > elegance, I suppose.
>
>
"Scott M. Stirling" wrote:
>
> On 05 Jan 2001 16:35:09 -0800, Hans Bergsten wrote:
> > "Scott M. Stirling" wrote:
> > > 1. Doesn't it seem a bit sloppy to leave a bunch of classes loaded that
> > > will never get dumped unless the server is shutdown? Just a matter of
> > > elegance, I suppose.
>
On 05 Jan 2001 16:35:09 -0800, Hans Bergsten wrote:
> "Scott M. Stirling" wrote:
> > 1. Doesn't it seem a bit sloppy to leave a bunch of classes loaded that
> > will never get dumped unless the server is shutdown? Just a matter of
> > elegance, I suppose.
[Hans Bergsten]
> Yes, it does. But AFA
"Scott M. Stirling" wrote:
>
> OK, I am thinking this is a pretty good idea now too, since seeing your
> and Marc's emails. My last two thoughts on the matter (just playing Devil's
> advocate):
That's good. It's easy to overlook some problems.
> 1. Doesn't it seem a bit sloppy to leave a bun
OK, I am thinking this is a pretty good idea now too, since seeing your and Marc's
emails. My last two thoughts on the matter (just playing Devil's advocate):
1. Doesn't it seem a bit sloppy to leave a bunch of classes loaded that
will never get dumped unless the server is shutdown? Just a mat
Scott Stirling wrote:
>
> I agree with Craig.
>
> The ability to run JSP apps without any source JSPs must be maintained
> for app vendors who want to ship without source code. Not sure if this
> patch would interfere with that or not.
It shouldn't; if you want to distribute JSP pages without
> -Original Message-
> From: Scott Stirling [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 05, 2001 3:58 PM
> To: [EMAIL PROTECTED]
> Subject: Re: cvs commit:
> jakarta-tomcat/src/share/org/apache/jasper/compiler Compiler.java
>
>
> I agree with Craig.
>
I agree with Craig.
The ability to run JSP apps without any source JSPs must be maintained
for app vendors who want to ship without source code. Not sure if this
patch would interfere with that or not.
A separate issue: if a user removes the source JSP, it may be OK to
remove the JSP class file
[EMAIL PROTECTED]]
> > Sent: Friday, January 05, 2001 1:16 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: cvs commit:
> > jakarta-tomcat/src/share/org/apache/jasper/compiler Compiler.java
> >
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > marcsaeg
ilto:[EMAIL PROTECTED]]
> Sent: Friday, January 05, 2001 1:16 PM
> To: [EMAIL PROTECTED]
> Subject: Re: cvs commit:
> jakarta-tomcat/src/share/org/apache/jasper/compiler Compiler.java
>
>
> [EMAIL PROTECTED] wrote:
>
> > marcsaeg01/01/05 10:04:37
> >
> > M
[EMAIL PROTECTED] wrote:
> marcsaeg01/01/05 10:04:37
>
> Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32
> Compiler.java
> Log:
> Added a method to remove the generated .class file. This will be called
> to remove generated files in the event
marcsaeg01/01/05 10:04:37
Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32
Compiler.java
Log:
Added a method to remove the generated .class file. This will be called
to remove generated files in the event that the associated JSP page is removed
14 matches
Mail list logo