Jump to content

williamxu

Members
  • Posts

    1
  • Joined

  • Last visited

williamxu's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi, I got the same error. After searching on Google, it seems to me that java.net.URL (1.4.2) doesn't support HTTPS directly. So I used <imageExpression class="java.io.File"> instead of <imageExpression class="java.lang.String"> by passing a file path (was a URL loaction). E.g. String applicationPath=request.getSession().getServletContext().getRealPath("/"); parameters.put("logoImage", applicationPath); It works then. Regards, William
×
×
  • Create New...