dev_server accepts the "+" sign at URL but AppEngine production server receives a quoted "%%2B" string instead of "+" character.
To map a "+" in URL in webapp.WSGIApplication we need to use the quoted version (%%2B) in both (dev and production) servers.