Antonio:
If you look at the patch I put into the jira, it
checks to make sure the session is not null.
Neil
--
Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com
Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.
-----Original Message-----
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Monday, September 03, 2007 1:58 AM
To: [email protected]
Subject: Re: Improvement: Do not create sessions in
ServletTilesRequestContext
2007/9/3, Neil Aggarwal <[EMAIL PROTECTED]>:
>
> Hello:
>
> I created this tiles improvement request:
> http://issues.apache.org/struts/browse/TILES-207
>
> Right now, ServletTilesRequestContext.getSessionScope() calls
> request.getSession() when it should be using
> request.getSession(false)
>
> I hope this is the correct way to report this.
Thanks for the report: however I think the solution is not complete, since
there is the need of checking if the session object is null.
Antonio