prerender-java icon indicating copy to clipboard operation
prerender-java copied to clipboard

java framework for prerender

Results 7 prerender-java issues
Sort by recently updated
recently updated
newest added

Extend the user agent list to match the list in the official prerender repo

While testing on the localhost, I am unable to get the crawled HTML page. I have run a prerender server at my local on `http://localhost:3000`, and if I directly hit...

Currently all of the non-error logging is logged at trace level. The final api request url is useful outside of specific debugging though, so this change puts it at the...

The last release in maven central/sonatype is 1.6.4. Can you please release the changes since then?

Fixes the logic to correctly honor whitelists, and updates respective test coverage. see also: https://github.com/greengerong/prerender-java/issues/46

I am trying to prerender pages based on URLs in a whitelist regardless of User-Agent. `PrerenderSeoService` does not properly honor the whitelist configuration. Lines 111 to 114 of `PrerenderSeoService` are...