#008868: content/keyword view does not use urldecode

Description:

The ezkeyword datatype allows keywords with whitespaces and other chars which need to be encoded for use in a URL. But the content/keyword view does not decode the alphabet url parameter so it's not possible to use it with certain keywords.

In content/keyword.php, replace
<code>$Alphabet =& $Params['Alphabet'];</code>
with
<code>$Alphabet = urldecode( $Params['Alphabet'] );</code>


Environment:

Version: 3.8.3
PHP Version:
Webserver:
Database:


- Attachments

No attachments for this issue.


- Comments

Sorry for the duplicate :-)

#249568 by Kristof Coomans on August 23rd, 2006 [Permanent Link]

http://ez.no/bugs/view/8715url

#249566 by Valentin Doroschuk on August 23rd, 2006 [Permanent Link]

- History
Properties
Type Bug
Priority Medium
Component Misc
Affects 3.8.3
Fix Version -
Reporter Kristof Coomans
Responsible -
Status 0 Closed
Resolution Duplicate
Created August 23rd, 2006
Updated August 23rd, 2006
Resolved August 23rd, 2006
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #019127
  DB Deadlocks on ezcontentobject_tree when updating subnode