rwth-acis / mobsos-surveys

A simple survey management service and Web application, being part of the MobSOS toolkit.
Other
7 stars 10 forks source link

Fix anonymous participate #27

Closed Navidda closed 3 years ago

Navidda commented 3 years ago

Summary

Participating in the survey when not logged in is currently not possible

Details

Currently the UI button for the anonymous participation is hidden intentionally, because the backend throws an exception upon anonymous response submission.

java.lang.ClassCastException: i5.las2peer.security.AnonymousAgentImpl cannot be cast to i5.las2peer.api.security.UserAgent

This is because some changes on AnonymousAgentImpl on new las2peer core version which was not backward compatible.