[Logo] smithproject.org
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
CFCOOKIE with expires="NOW" throws null pointer exception if value attribute not specified  XML
Forum Index -> CFML, CFSCRIPT, CFC
Author Message
Cars2007



Joined: 25/01/2008 23:52:18
Messages: 20
Offline

Throws null pointer exception:
<cfcookie name="CFID" expires="NOW">

Does not throw null pointer exception:
<cfcookie name="CFID" value="" expires="NOW">

This is w/ the latest sources from SVN.
orcus



Joined: 22/01/2007 16:10:52
Messages: 136
Offline

Cars, thanks for the post!

This is now fixed in SVN (in CookieTagImpl.setValue() method).
Cars2007



Joined: 25/01/2008 23:52:18
Messages: 20
Offline

Cheers
 
Forum Index -> CFML, CFSCRIPT, CFC
Go to:   
Powered by JForum 2.1.6 © JForum Team