Is there any way to run unit tests on appengine directly instead of running 
them only on the dev server?

At any rate, the error is not from the multiple query parameters, but 
rather (found from a Google search), that the addHeader method on AppEngine 
live does not accept nulls while the dev server does.

The javadocs don't specify if it can or can't accept nulls, so I'm not sure 
what the correct behavior is.
http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html#addHeader%28java.lang.String,%20java.lang.String%29

However, the live and dev server really should both function the same way - 
either the dev server should disallow nulls or the live should allow them.
It makes testing difficult if live and dev server behave differently.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/1dGUFsY7JDsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to