[Pangloss] [FIXED] URL encoding of concept/term names containing & characters

Steve Purkis spurkis at quiup.com
Thu May 20 10:41:50 BST 2004


Hi Bruno,

This bug and all the others I could find like it have been fixed. I'm  
just trying to get in touch with the maintainer of Petal::Utils so we  
can release a new version of that before I do a new release of  
Pangloss.

I know you're working on new Petal templates for Pangloss - I've  
written a 'uri_escape' Petal plugin to fix this; you might find it  
useful.

-Steve

On Mar 12, 2004, at 13:52, Bruno Postle wrote:

> In the test database, there is a concept "Accident & Emergency",
> links to access this concept look like this:
>
> <a href="/edit/concept.html?selected_concept=Accident &amp;  
> Emergency;get_concept=1">Accident &amp; Emergency</a>
>
> ..which is valid, though this corresponds to a URL like this:
>
>      
> http://pangloss.example.com/edit/concept.html? 
> selected_concept=Accident%20&%20Emergency;get_concept=1
>
> The parameters are interpreted like this:
>
>    selected_concept = Accident%20
>    %20Emergency =
>    get_concept = 1
>
> And the concept can't be found.
>
> -- 
> Bruno
> _______________________________________________
> Pangloss mailing list
> Pangloss at email-lists.org
> http://www.email-lists.org/mailman/listinfo/pangloss



More information about the Pangloss mailing list