[Mono-bugs] [Bug 333898] NullReferenceException in SessionInProcHandler. SetAndReleaseItemExclusive
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 16 12:08:14 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=333898#c2
Jim Matysczak <jim.matysczak at metier.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Info Provider|jim.matysczak at metier.com |
--- Comment #2 from Jim Matysczak <jim.matysczak at metier.com> 2007-10-16 10:08:14 MST ---
I've spent more time trying to create a test case for this issue, but all of my
test cases work correctly. Is there a way to turn on logging within xsp2 or at
least the SessionStateModule to get a better idea of what it's doing?
Failing that, can you handle the "item == null" issue more gracefully? I know
it's a band-aid, but if this is an uncommon case, then doing something like:
if(item == null) return;
shouldn't be that big of a deal. I think it would be similar to the checks at
the top of InsertSessionItem or the checks via EnsureGoodId.
Providing you my company's application is not possible - sorry.
Thanks-
-Jim
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list