[appengine-java] Re: Proxy written in java for browsers

2010-01-21 Thread David P. Caldwell
How is your proxy servlet determining the URL of the request? -- David P. Caldwell http://www.inonit.com/ On Jan 20, 1:47 pm, Harry Monroe pablo.sole...@gmail.com wrote: Hi, I was trying to write a proxy server in java. It´s a very simple application that filters the requests

[appengine-java] Cannot load class javax.mail.Session

2010-01-06 Thread David P. Caldwell
/servlet-mapping /web-app -- David P. Caldwell http://www.inonit.com/ -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group

[appengine-java] IllegalAccessException trying to do time zone calculations

2010-01-06 Thread David P. Caldwell
java.lang.IllegalAccessException: Reflection is not allowed on public int sun.util.calendar.ZoneInfo.getOffset(long) This is when calling the public API: java.util.TimeZone.getTimeZone(...).getOffset( [long] ) This error does not occur on the development server (1.3.0). -- David P. Caldwell