HTWK-App / Server-Application

Server-Application, designed for use with the HTWK Smartphone-App
GNU General Public License v3.0
1 stars 1 forks source link

get credentials for MailBox and QIS fails #11

Closed mtempel closed 10 years ago

mtempel commented 10 years ago

while attempting to get credentials with username and password an exception shown:

{"message":"Required String parameter 'credentials' is not present","exception":"org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'credentials' is not present","url":"http://localhost:8080/app/auth"}

hknochi commented 10 years ago

Error: jdk7 comes with aes and a keylenght of 128bit.... but in project aes-256 is used

override files from these download >>http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html<< in folder jre/lib/security/

this should fix the problem

bnest commented 10 years ago

replaced files on (new) server