---------- Forwarded message --------- From: David Morin <[email protected]> Date: sam. 28 juil. 2018 à 15:34 Subject: logsearch with knox 0.12.0: errors without the trailing / To: <[email protected]>
Hello, I'm quite near to resolve my problem with the double urlencoding with logsearch but I still face to an issue that happens when users try the url without a trailing / https://XXXX/gateway/default/logsearch instead of https://XXXX/gateway/default/logsearch/ I've found that the Init Js file of Logsearch contains this: require.config({baseUrl: location.href.substring(0, location.href.lastIndexOf("/")+1)+"scripts", Thus, without the trailing / in the request url the logsearch context disappears. How can I handle this issue ? For example, how can I replace the String above ? Or how to force a redirect that adds the trailing / ? https://XXXX/gateway/default/*logsearch* => https://XXXX/gateway/default/ *logsearch/* Thanks in advance David
