johanley / astro

Full source for astronomytonight.net, a site for amateur astronomers. The site has basic astronomy data for any location, and weather data for specific countries (the US and Canada). Customizable for your observing location.
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

Bad reference to Servlet temp dir, where temp files are saved #34

Closed johanley closed 7 years ago

johanley commented 7 years ago

"javax.servlet.context.tempDir" should be all lower case. This was working before only by accident. The directory lookup returned a blank string, translated into the root of the file system.

johanley commented 7 years ago

Fixed. This bug caused all indirect CORS lookups to fail for 2-3 days.