Ticket #4179 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

Form validation in MOH module

Reported by: g4m3c4ck Assigned to:
Priority: minor Milestone: 2.8
Component: Music On Hold Version: 2.6-branch
Keywords: Cc:
Confirmation: Unreviewed SVN Revision (if applicable):
Backend Engine: Asterisk 1.6 Backend Engine Version:

Description

Hello I accidentally placed an ' in a category name which broke MOH. I just would like to request simple form validation to prevent this.

Change History

03/29/10 11:40:12 changed by p_lindheimer

Can you describe what broke? What is the current state?

06/02/10 15:04:29 changed by p_lindheimer

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

(In [9813]) fixes #4179 decode html encoded variables coming back from the post so that proper character substitution can be made

06/02/10 15:20:28 changed by p_lindheimer

(In [9815]) revert previous change, config.php was running category through htmlspecialchars(), needs to be done here re #4179