On Thu, Sep 26, 2013 at 11:13 AM, Francois Masurel <f.masu...@gmail.com>
 wrote:

> I guess I could use a cryptic version name to be sure no spam bot will
> ever wake up some of my modules (and cost me some $).
>
>

What I do is map the root module directory to a static page via the welcome
file setting in web.xml (
https://developers.google.com/appengine/docs/java/config/webxml#The_Welcome_File_List).
That way instances won't respond to a spam bot attempting to index.
Admittedly, you'll have to remap your handlers so they don't use the root
path for requests.



On Thu, Sep 26, 2013 at 11:13 AM, Francois Masurel <f.masu...@gmail.com>
 wrote:

> It would be better if Google could provide a simple way to make them
> private and hide them from the outside.
>


+1.

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to