[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 Josh Landin changed: What|Removed |Added OS||All --- Comment #1 from Josh Landin

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 --- Comment #2 from Felix Schumacher --- Created attachment 32358 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32358&action=edit Don't add orderedLibs attribute if it is null The attached patch is for tomcat 8. But the same l

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 --- Comment #3 from Mark Thomas --- I'd suggest that this is fixing the symptom rather than the root cause. I think it would be better to replicate the correct handling of setAttribute(String,null) (which is to remove the attribute) in Rep

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 Felix Schumacher changed: What|Removed |Added Attachment #32358|0 |1 is obsolete|

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 Felix Schumacher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 --- Comment #6 from Josh Landin --- Looks good. Thanks for the quick attention on this. -- You are receiving this mail because: You are the assignee for the bug. - To un