[ 
https://issues.apache.org/jira/browse/GEODE-10093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17500407#comment-17500407
 ] 

ASF subversion and git services commented on GEODE-10093:
---------------------------------------------------------

Commit a45cbe90920c5ea9988a1674e729499abb150db1 in geode's branch 
refs/heads/support/1.14 from BenjaminPerryRoss
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a45cbe9 ]

GEODE-10093 - Fixed attr issue in Delta Session (#7405) (#7413)

* GEODE-10093 - Fixed attr issue in Delta Session

(cherry picked from commit e040759cd1e42df377501cd423967d549ce2bfab)

> DeltaSession getAttribute method logs an NPE and returns unserialized value 
> when called on attribute with null value
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-10093
>                 URL: https://issues.apache.org/jira/browse/GEODE-10093
>             Project: Geode
>          Issue Type: Bug
>          Components: http session
>    Affects Versions: 1.12.2, 1.13.3, 1.14.0, 1.15.0, 1.16.0
>            Reporter: Benjamin P Ross
>            Assignee: Benjamin P Ross
>            Priority: Major
>              Labels: needsTriage, pull-request-available
>             Fix For: 1.15.0, 1.16.0
>
>
> Under certain circumstances, a null value can be set for an attribute which 
> then throws an NPE when trying to add it to the local map during a 
> getAttribute call on the session. Prior to 1.12.2 we were responding to this 
> by removing the entry entirely from the local map which is consistent with 
> what the base Session class for Catalina does, but starting with 1.12.2 
> onward this results in an error message being displayed and the serialized 
> value being returned rather than the unserialized value.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to