Open nfreear opened 6 years ago
The following seems to work in IET-OU/nquire-web-compiled web.xml
:
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
>
...
<env-entry>
<env-entry-name>java.awt.headless</env-entry-name>
<env-entry-type>java.lang.Boolean</env-entry-type>
<env-entry-value>true</env-entry-value>
</env-entry>
...
</web-app>
Useful links:
We had reports of image upload problems in Spot-it missions, e.g. http://www.nquire-it.org/#/project/4751435/upload
Investigation revealed a
500
HTTP error here,Source code:
app .. controllers/activities .. SpotItDataController.java
app .. logic .. FileManagerBean.java
Useful links
Stack trace