[Resin-interest] Unnecessary println the resolver in com.caucho.jsp.PageContextImpl

2008-03-24 Thread wesley

Hi Scott,
   I'm evaluating the s080321 snapshot. It's great that it fixed the stop 
error in 64bit windows starting up.
   There's a main concern that com.caucho.jsp.PageContextImpl unnecessarily 
printed the resolver to stdout:


1992:public ELResolver getELResolver()
1993:{
1994:  System.out.println(RESOLV:  + _elResolver);
1995:
1996:  return _elResolver;
1997:}

   That cause every jsp execution producing bunch of
RESOVL: AbstractVariableResolver[]
RESOVL: AbstractVariableResolver[]
RESOVL: AbstractVariableResolver[]
...

   Thanks.

-Wesley



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Unnecessary println the resolver in com.caucho.jsp.PageContextImpl

2008-03-24 Thread Scott Ferguson

On Mar 24, 2008, at 2:36 PM, wesley wrote:

 Hi Scott,
   I'm evaluating the s080321 snapshot. It's great that it fixed the  
 stop error in 64bit windows starting up.
   There's a main concern that com.caucho.jsp.PageContextImpl  
 unnecessarily printed the resolver to stdout:

Oops.  Thanks.  It'll be fixed in the next snapshot (probably tomorrow)

-- Scott



 1992:public ELResolver getELResolver()
 1993:{
 1994:  System.out.println(RESOLV:  + _elResolver);
 1995:
 1996:  return _elResolver;
 1997:}

   That cause every jsp execution producing bunch of
 RESOVL: AbstractVariableResolver[]
 RESOVL: AbstractVariableResolver[]
 RESOVL: AbstractVariableResolver[]
 ...

   Thanks.

 -Wesley



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest