Hello

GAE seems to have troubles parsing web.xml with what I believe are
perfectly valid XML-comments:
--
<context-param>
        <param-name>intense-debate-account-id</param-name>
        <!-- site1: -->
        <param-value>site1accId</param-value>
        <!-- site2: -->
        <!-- param-value>site2accId</param-value -->
</context-param>
--
My attempts to deploy the app ended up with some generic 500. When I
removed those all went well.

Am I doing something wrong or is this a (super-minor) bug?

Regards
  J. Záruba

-- 
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, 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.

Reply via email to