Hi,

In buffer attribute of page directive, what is the
unit of size. I think there is some discrepency
between orion and J2EE reference implementation. e.g
with Orion Server if I write

<%@ page buffer=" 10240" ... %>, the generated code
looks like :

PageContext pageContext = factory.getPageContext(this,
request, response, "/sample/failed.jsp", true, 10240,
true);

while with J2EE reference implementation it looks like

PageContext pageContext = factory.getPageContext(this,
request, response, "/sample/failed.jsp", true, 
10485760, true);

That is while Orion treats the unit of buffer size
specified in page directive as bytes, J2EE treats this
as Kb.

Can somebody explain to me this discrepency?

TIA
Vimal Kansal
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Reply via email to