[appengine-java] Re: malware detected in 1.6.3 java sdk?

2012-03-01 Thread Sven Busse
Hm,

downloading it a second time did not bring up a warning.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/mi2YtIdmkgIJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] malware detected in 1.6.3 java sdk?

2012-03-01 Thread Sven Busse
Hi,

i just downloaded the Java GAE SDK 1.6.3 and my Anti virus program 
(Microsoft Essentials)
tells me, it detected Malware in the zip file?!

Exploit:Java/CVE-2008-5353.WX

Allegedly it would be here:
appengine-java-sdk-1.6.3.zip.crdownload -> 
appengine-java-sdk-1.6.3/demos/guestbook/war/WEB-INF/lib/appengine-api-labs.jar 
-> com/google/appengine/repackaged/org/json/Test.class

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/xtciM519P2kJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Browser does not send session cookie back

2012-01-22 Thread Sven Busse
Hi again,

ok, i think, i found the problem. Seems, like sessions are not supported 
across ports. When running on the same port, it works.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/WRjrHtpHg6EJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Browser does not send session cookie back

2012-01-22 Thread Sven Busse
hello,

i have an html page with JavaScript. It runs on http://127.0.0.1.  I have a 
local GAE run on http://127.0.0.1:

I send a request to my local GAE testserver via XMLHTTPRequest. My 
servlet successfully gets the request, creates a new session via 
getSession(true) and returns. My client javascript successfully retrieves 
the answer and in the Chrome Web developer tools i can see, that a 
jsessionid has been sent along with the answer, with "" as domain and "/" 
as path.

Now when i make a second request via javascript, i would expect, that the 
browser sends the cookie with the jsessionid back to the server, but it 
doesn't. Thus, each time a new session is created.

What might i be doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/eb09c36gFAsJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2012-01-08 Thread Sven Busse


Me again,* *

i could solve the problem by switching the java runtime in eclipse, i now 
run on the JRE, that comes with the jdk1.6.0_21, that i have installed 
currently.

When having done that, the GAE sdk 1.6.1 "magically" appeared :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/vU13Y6hcXe8J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2012-01-08 Thread Sven Busse
Hi,

i have a similar problem with the SDK 1.6.1, i skipped 1.6.0. I run Eclipse 
Helios (3.6) on Windows 7 (64 bit) and Java 1.6. Anyone know, what the 
problem might be?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/Y4zwrQwJFJgJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Upgraded app engine to 1.5.5 in eclipse - local datastore now empty ?!

2011-10-14 Thread Sven Busse
looking into the local_db.bin reveals, the data seems to be still there, but 
i cannot access it through the local datastore admin and my application 
neither. I have not changed my app id, as has been the case in another post.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/jaSD9gUHW-AJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Upgraded app engine to 1.5.5 in eclipse - local datastore now empty ?!

2011-10-14 Thread Sven Busse
Hi,

i did some my tests with my app locally today, everything worked (had 
1.5.4). Then i got notified in eclipse, that new updates
were available (google eclipse plugin, app engine, gwt). Installed the 
updates, restarted everything, started my app again,
local datastore admin shows me nothing anymore, although local_db.bin is 
still present with ca. 25 KBytes. Unfortunately i
don't know, how big it was before.

Has anybody experienced something similar?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/3Qs5apDyEEYJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Testing incoming mails on local development server

2011-09-13 Thread Sven Busse
Hi,

sometimes you want to test incoming mails with attachments or other things 
on your local development server. The admin console does not allow this 
currently. I thought, i share a little setup, that i just found, which works 
quite well for some scenarios.

Here for i use

   - the REST Console Chrome extension, which allows you create complex 
   requests
   - Google Mail

Here's what i do:


   1. I create a mail in Google Mail that i want to send to my local 
   development server.
   2. I send it to myself (my own google mail address)
   3. I open it in the inbox and then i click that arrow, that points 
   downward in the upper right corner of the mail and click "show original"
   (that's why i have to send it to myself, because as a draft you don't 
   have that button)
   4. I copy the raw text of the mail
   5. I open the REST Console extension and paste the raw text of the mail 
   into the "Body>Raw Body" input field
   6. I set the "Body > content-type" to "multipart-alternative" or whatever 
   is set in the raw mail text
   7. I make sure, that my local development server is running
   8. In the REST Console extension i hit Post at the bottom of the screen.
   9. I watch, what happens

This works pretty well for my use cases. It might not be suitable for 
certain attachments though. Hope, this helps some people.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/JyT0fOuGu4sJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: receiving mail demo

2011-09-12 Thread Sven Busse
Hi Dom,

i have tried your solution, but i am getting a

java.lang.OutOfMemoryError: Java heap space

error. Did you have that as well?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/4QvY6S9k6l8J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Setting content-type of iCalendar attachment to "text/calendar; method=REQUEST"

2011-09-09 Thread Sven Busse
Hello,

is there a way of setting the content-type of a MimeBodyPart 
to "text/calendar; method=REQUEST" ?
It seems to me, that GAE is not accepting this, but only "text/calendar". 
But in order for native EMail applications
to show the mail as a meeting invitation, "method=REQUEST" is needed.

Is there anything, i can do?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/SMWCrxJgfkAJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.