[jira] (OFBIZ-9191) Navigate Accounts tree does not work

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

[jira] (OFBIZ-9191) Navigate Accounts tree does not work

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-9191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-9191.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 16.11.02
                   Upcoming Release

Thanks Moatasim Al Masri for report,

Fixed in
trunk r1781125  
R16.11 r1781126

This is due to a change in (at least) Tomcat 8.0.39
https://stackoverflow.com/questions/41053653/tomcat-8-is-not-able-to-handle-get-request-with-in-query-parameters
http://tomcat.10.x6.nabble.com/Tomcat-8-0-39-and-tomcat-8-5-8-fails-handling-requsest-td5057320.html

I tried other ways but none worked and I prefer to keep this simple.
* Using an encoder at this stage (just before calling the macro) is not an option. Or maybe by using the encoder on the linkurl variable alone. But then linkurl  must be transformed in a String and  back to a StringBuilder or more refactoring is needed. It does not worth it IMO.
* Also using encode="true" for links in AccountingTrees.xml does not work.




> Navigate Accounts tree does not work
> ------------------------------------
>
>                 Key: OFBIZ-9191
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9191
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 16.11
>         Environment: windows 10
>            Reporter: Moatasim Al Masri
>            Assignee: Jacques Le Roux
>             Fix For: Upcoming Release, 16.11.02
>
>
> go to
> Accounting --> Global GL Setting --> Navigate Accounts
> when I try to open tree, gave me in URL https://localhost:8443/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null|100000
> and gave me white page !!? it should expand the tree !
> NOTE: OFBiz ver. 16.11.01 and database Oracle 12c



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)