Hey Geert, Feel free to send me a pull request over at github and either Jason Hunter or I will take a look.
For folks new to github, that is the easiest way to contribute. Fork your own copy of the project (one click) . Make the changes, test them, push them up to your github repo. And when you want to contribute back, send a pull request. -Eric ________________________________________ From: [email protected] [[email protected]] On Behalf Of Geert Josten [[email protected]] Sent: Thursday, February 10, 2011 9:15 AM To: General MarkLogic Developer Discussion ([email protected]) Subject: [MarkLogic Dev General] Cookie library in commons Hi, I have made some local changes to the cookies.xqy in xquery commons. It is easy to make mistakes if you do not keep in mind that deletes and adds are not committed before the next request comes in. So I put a little map:map in between that keeps track of the changes during request life-time. You call cookie:add-cookie-headers() at the end of your request to send the changes to the browser.. Something worth committing? Kind regards, Geert _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
