On Tue, Sep 13, 2016 at 10:28 AM, Marcel Reutegger <[email protected]> wrote: > Hi, > > On 13/09/16 16:22, Woonsan Ko wrote: >> >> I experimented a little bit by invoking each existing jsp page >> manually, and found that only the populate.jsp is problematic on Java >> 1.8. >> So, I'm thinking it might be a good shorter-term solution if we >> convert the populate.jsp to a servlet. > > > Alternatively, it may also be possible to re-write just the > problematic part of JSP.
That makes sense. I found the problematic code in populate.jsp and created a pull request with detailed information: - https://issues.apache.org/jira/browse/JCR-3893 But, unfortunately, I found another issue. The page uses the outdated/unsupported google api so it's not working at the moment: - https://issues.apache.org/jira/browse/JCR-4022 The new google web search api requires a valid key, so maybe do we need to consider a different way (e.g, simply creating lorem ipsum pdf documents) instead? Woonsan
