innoveit / play2-pdf

A PDF module for Play Framework 2
MIT License
77 stars 22 forks source link

Local file not loaded #3

Closed cnicodeme closed 9 years ago

cnicodeme commented 9 years ago

Hi,

when callign a file from local (instead of absolute url), like CSS or Images, the PdfGenerator fails with the error :

java.net.MalformedURLException: no protocol: /public/css/general.css

But

System.out.println(Play.current().resourceAsStream("/public/css/general.css")); correctly returns true.

marcosinigaglia commented 9 years ago

Hi, can you try the 1.1.2-SNAPSHOT version? Thanks, Marco

marcosinigaglia commented 9 years ago

Fixed in 1.1.2