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

2017-01-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9191:


Actually using encode="true" for links in AccountingTrees.xml should work. We 
could create a JIra for that, but I fear that by encoding the whole URI it 
would be less legible, KISS way... Still it's bad to have an encoding option 
which 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=10=null|10
> 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)


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

2017-01-31 Thread Jacques Le Roux (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=10=null|10
> 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)


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

2017-01-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-9191:
---
Summary: Navigate Accounts tree does not work  (was: Navigate Accounts tree 
)

> 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
>
> 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=10=null|10
> 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)