The JSTL formatting library: http://java.sun.com/jsp/jstl/fmt
doesn't work at all if there is no Accept-Language
header. can anyone explain why this is and how to get around it (Except for providing the header)
For instance: will format the date through a normal web browser, but using telnet or curl to request the page it doesn't format it correctly.