[Seaside] invalidUtf8 DNU

Sebastian Sastre sebastian at flowingconcept.com
Fri Jan 10 17:57:10 UTC 2014


turns out that in 

#decodeUrlEncodedForm: string multipleValues: boolean

there is a sending of 

#unescapePercentsWithTextEncoding: nil.

which Pharo 3 says it's deprecated in favor of #urlDecoded

but they aren't equivalent

As workaround I've maintained 

#unescapePercentsWithTextEncoding: nil.  code under a new name/package and all seems good




sebastian

o/





On Jan 10, 2014, at 3:20 PM, Sebastian Sastre <SEBASTIAN at FLOWINGCONCEPT.COM> wrote:

> Hi there,
> 
> porting to seaside on Pharo 3 I'm seeing this
> 
> GRPharoUtf8Coded DNU invalidUtf8
> 
> when making a POST
> 
> Before taking action I wonder if it sounds familiar to any of you here
> 
> Does it?
> 
> sebastian
> 
> o/
> 
> PD: I'm using the comanche adaptor
> 
> 
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140110/94afd0f2/attachment.htm


More information about the seaside mailing list