Ticket #3102 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

ARI recording still has occasional issues with encryption/decryption

Reported by: p_lindheimer Assigned to: sasargen
Priority: minor Milestone: 2.5
Component: ARI Version: 2.5-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

the crypt function is urlencoding after encrypting and then urldecoding after before decrypting. This is problematic because the urldecoding is not needed it does so automatically. The crypt function should not do any urlencoding to begin with and leave that to the calling function. This was recently straightened out in the System Recording module that took this part of the code form here and this needs to be cleaned up here.

Change History

08/24/08 23:07:48 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [6456]) fixes #3102, move urlencode/decode out of crypt and let the calling functions urlencode when needed

08/24/08 23:23:05 changed by p_lindheimer

(In [6458]) Merged revisions 6419-6457 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.5

........

r6424 | p_lindheimer | 2008-08-19 07:47:24 -0700 (Tue, 19 Aug 2008) | 1 line

fixes #3086 add checkbox to gui elements

........

r6435 | p_lindheimer | 2008-08-21 20:06:52 -0700 (Thu, 21 Aug 2008) | 1 line

closes #3082 increase globals fields, this will not fix sqlite3 so if running sqlite3 during beta, for final release this will have to be done manually or the field lengths will continue to be limitted

........

r6456 | p_lindheimer | 2008-08-24 20:07:48 -0700 (Sun, 24 Aug 2008) | 1 line

fixes #3102, move urlencode/decode out of crypt and let the calling functions urlencode when needed

........

08/24/08 23:25:01 changed by p_lindheimer

(In [6459]) Merged revisions 6420-6458 via svnmerge from http://svn.freepbx.org/freepbx/trunk

................

r6433 | mickecarlsson | 2008-08-20 23:35:52 -0700 (Wed, 20 Aug 2008) | 1 line

All new text strings from core and framework added

................

r6458 | p_lindheimer | 2008-08-24 20:23:04 -0700 (Sun, 24 Aug 2008) | 17 lines

Merged revisions 6419-6457 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.5

........

r6424 | p_lindheimer | 2008-08-19 07:47:24 -0700 (Tue, 19 Aug 2008) | 1 line

fixes #3086 add checkbox to gui elements

........

r6435 | p_lindheimer | 2008-08-21 20:06:52 -0700 (Thu, 21 Aug 2008) | 1 line

closes #3082 increase globals fields, this will not fix sqlite3 so if running sqlite3 during beta, for final release this will have to be done manually or the field lengths will continue to be limitted

........

r6456 | p_lindheimer | 2008-08-24 20:07:48 -0700 (Sun, 24 Aug 2008) | 1 line

fixes #3102, move urlencode/decode out of crypt and let the calling functions urlencode when needed

........

................