Problem with new UtilCodec code

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with new UtilCodec code

Adrian Crum-3
When I navigate to

https://localhost:8443/accounting/control/paymentOverview?paymentId=8004

many exceptions are thrown and the screen fails to render.

I tried changing WidgetWorker.java line 74 to

localRequestName = UtilCodec.canonicalize(localRequestName, false, false);

which fixed the exceptions, but the generated link is wrong.

I don't know how to fix it.

--
Adrian Crum
Sandglass Software
www.sandglass-software.com
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new UtilCodec code

Pierre Smits
Feel free to register a JIRA issue.

Regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Thu, Jan 8, 2015 at 8:56 PM, Adrian Crum <
[hidden email]> wrote:

> When I navigate to
>
> https://localhost:8443/accounting/control/paymentOverview?paymentId=8004
>
> many exceptions are thrown and the screen fails to render.
>
> I tried changing WidgetWorker.java line 74 to
>
> localRequestName = UtilCodec.canonicalize(localRequestName, false, false);
>
> which fixed the exceptions, but the generated link is wrong.
>
> I don't know how to fix it.
>
> --
> Adrian Crum
> Sandglass Software
> www.sandglass-software.com
>