Re: [Erlangweb-users] Problem with DTL and password field in forms
Brought to you by:
etcerlangweb,
paulgray
|
From: Gilbert R. <erl...@la...> - 2010-03-01 13:06:27
|
On Fri, Feb 26, 2010 at 11:02:27AM +0000, Piotr Kaleta wrote: > Hi Gilbert, > > I have just committed a patch which is solving the issue with keys not found in the dict: http://bitbucket.org/etc/erlang-web/changeset/b84207bf52bb/. > We didn't want to store keys in the dictionary as atoms to prevent user from creating lots of atoms in controller, which could result in system running out of memory and a crash. > Thank you for pointing out that issue and good luck with your further erlang-web development! > Thank you, your patch works fine. Regards. |