New issue 313 by jfresned...@ucdavis.edu: Safari 5 and biogeomancer
http://code.google.com/p/biogeomancer-workbench/issues/detail?id=313
What steps will reproduce the problem?
1. To enter to Biogeomancer Workbench
2. Slow load
3. Message: Current user could not be loaded: The call failed on the
server; see server log for details
What is the expected output? What do you see instead?
I can not make searching in Biogeomancer
What version of the product are you using (see top right of Workbench
interface)? On what operating system? Using which browser (include version
please)?
1.2.3
Please provide any additional information below.
I am using Mac OS X 10.6.4 and Safari 5. Thanks
Issue 320 has been merged into this issue.
Comment #2 on issue 313 by eightyst...@gmail.com: Safari 5 and biogeomancer
http://code.google.com/p/biogeomancer-workbench/issues/detail?id=313
I'm able to reproduce this on Mac OS X using Chrome and Safari. A
workaround is to use Firefox instead.
The issue is related to the RPC content type in GWT 1.4 which
is "text/plain". The controller service throws the following exception when
handling a request from Chrome or Safari:
{{{
javax.servlet.ServletException: Content-Type must be 'text/plain'
with 'charset=utf-8' (or unspecified charset)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.readPayloadAsUtf8(RemoteServiceServlet.java:
119)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:
178)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: 738)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: 831)
...
}}}
Upgrading to the latest GWT (version 2.0.4) fixes the issue, but it's
incompatible with the legacy Google Maps GWT module currently in use by BG
client code. A potential fix is refactoring for the official Google Maps
GWT module.
Comment #3 on issue 313 by gtuco.btuco: Safari 5 and biogeomancer
http://code.google.com/p/biogeomancer-workbench/issues/detail?id=313
Tested that expected functionality works in Safari and Chrome, and that
projects also open and function correctly in these browsers. Ready for
deployment as version 1.2.5 to bg.berkeley.edu/latest.
Issue 327 has been merged into this issue.
Issue 330 has been merged into this issue.