Concatenative language
Other languages
Computer Science
Meta
Wiki bug reports go here. - pastes have a broken link to [[http://paste.factorcode.org/list]] (1) - "webapps.counter" run inc-ing the counter fails (2) - docs.fc - any link with + in the name e.g. 1+ => 404 (3) - docs.fc - apropos for single '! @ , _ [' etc => 400 (4) - "webapps.counter" generates two hidden form fields for the "__s" session-id (5) - farkup links (6) [{http://paste.factorcode.org/paste?id=83 shows as http://paste.factorcode.org/paste%3fid%3d83}] - request-params word in furnace.utilities checks if content-type>> is "application/x-www-form-urlencoded" but in my case of ajax POST call it was set to "application/x-www-form-urlencoded; charset=UTF-8" so if didn't evaluate. Potential fix is to change "dup content-type>> " to "dup content-type>> ";" split1 drop" but maybe request should be parsed so charset should be in another slot anyway (7) [{: parse-post-data ( post-data -- post-data ) [ ] [ raw>> ] [ content-type>> ] tri ";" split1 drop "application/x-www-form-urlencoded" = [ query>assoc ] when ! JankoMetelko added: ";" split1 drop >>content ;}] - got "400 error" on attempted login with erg using safari - wiki ate my edit, possibly related to multiple logins with the same user
Describe this revision:
Save