Re: [oxid-dev-general] Private methods in current security patch

2016-06-21 Thread Mantas Vaitkunas
eneral-boun...@lists.oxidforge.org [dev-general-boun...@lists.oxidforge.org] on behalf of Tomas Kvietkauskas [tomas.kvietkaus...@nfq.com] Sent: Monday, June 20, 2016 7:36 PM To: dev-general@lists.oxidforge.org Subject: Re: [oxid-dev-general] Private methods in current security patch Ah ok, check

Re: [oxid-dev-general] Private methods in current security patch

2016-06-20 Thread Tomas Kvietkauskas
Ah ok, checked the code, you are talking about cleanBillingAddress and cleanDeliveryAddress methods. You are right, this could affect extended createUser method functionality, just because its one huge mess and I assume nobody calls parent on it’s extended method and this core patch becomes use

Re: [oxid-dev-general] Private methods in current security patch

2016-06-20 Thread Tomas Kvietkauskas
Hi Dirk, thanks for your insights, could you please name methods that were changed from protected to private? - Thanks > On 20 Jun 2016, at 17:36, Dirk Mueller wrote: > > > > > Hi, > > be aware that the two new implemented methods in oxcmp_user class at the > previous security patch have