Re: [Ur] EUnurlify in code to be compiled to JavaScript[2]?

2017-04-30 Thread Adam Chlipala
Ah, that one's easy for me to spot. Ur/Web doesn't support any interaction with cookies in client-side code. On 04/21/2017 07:38 PM, Marko Schütz Schmuck wrote: cookie auth : string fun startSession (email : string) : transaction unit = setCookie auth {Value = email,

Re: [Ur] fastCGI backend and POST /.msgs HTTP/1.1 requests

2017-04-30 Thread Adam Chlipala
I don't think I'm going to be able to look into this problem any time soon, but I'll be happy to accept a patch, if someone finds one. On 04/14/2017 06:46 PM, Sergey Mironov wrote: Yes, I am able to reproduce the error with the latest Ur/Web. I've checked the related code and didn't find any