Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-3780

javax.mail.Session is created before all properties are set

XMLWordPrintable

      org.jbpm.process.workitem.email.SendHTML within jbpm-workitems/
      Line 160-162 should come before "session = Session.getInstance(properties);"
      if( connection.getStartTls() != null && connection.getStartTls() ) {
      properties.put("mail.smtp.starttls.enable","true");
      }
      --> email task with tls authentication doesn't work

              kverlaen@redhat.com Kris Verlaenen
              process_engine Joel Scheuner (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: