ioda-net / geo-api3

Backend from geoadmin/mf-chsdi3
Other
2 stars 0 forks source link

Feedback form use 'undefined' #62

Closed tigerfoot closed 6 years ago

tigerfoot commented 6 years ago

Since a few time (but nothing is clear when it appear exactly) if a user send a feedback form without one of the field filled, undefined is used as value and not as state. So in From field for example we got email coming with undefined@myhost.mytld in place of the defined configuration email

Seen with python 3.4 and python 3.6 pyramid 1.9.1

It look like self.get_param('email', None) return undefined (the value found in json form) in string format instead of real Undefine or None.

curl 'https://geojb.sigeom.local/api/feedback' -H 'Host: geojb.sigeom.local' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0' -H 'Accept: application/json, text/plain, */*' -H 'Accept-Language: fr-CH,fr;q=0.8,en-US;q=0.5,en;q=0.3' --compressed -H 'Referer: https://geojb.sigeom.local/?topic=01_cadastre&bgLayer=voidLayer&layers=CADASTRE_C,CADASTRE_P,CADASTRE_A&lang=fr&catalogNodes=&X=230275.00&Y=580650.00&zoom=7' -H 'Content-Type: multipart/form-data; boundary=---------------------------210332630513620395511667082301' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' --data ''
-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="email"

undefined
-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="feedback"

Pas d'adresse utilisateur

---------------------------------
Message created with version: undefined
-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="ua"

Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="permalink"

https://geojb.sigeom.local/?topic=01_cadastre&bgLayer=voidLayer&layers=CADASTRE_C,CADASTRE_P,CADASTRE_A&lang=fr&catalogNodes=&X=230275.00&Y=580650.00&zoom=7
-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="attachment"

-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="kml"

-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="subject"

[feedback-geojb-20180115151914467] test sans expéditeur
-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="to"

support@localhost.localdomain
-----------------------------210332630513620395511667082301
Content-Disposition: form-data; name="version"

undefined
-----------------------------210332630513620395511667082301--
tigerfoot commented 6 years ago

Closed by eb9d8b4a06e098f5102692f9caba13fe6cdcc310