8:00 – 4:30 SR
- Backups
- Deploy new FA, RA, RQ
- Truststore issue *is* fixed!
- Pinged Tim E. To get renewal process restarted.
- Javascript
- Allow changing of arguments to servlet
- Pretty straightforward. When setting up: myDatasource = Y.DataSource.Get({source: ‘http://target&”});
- When using: myDataSource. sendRequest{request:”any&arguments&here”, callback:myCallback});
- Comment everything! First pass is done. Need to walk through with Dong to see what’s not clear.
- Commit codebase. Done
- Starting an example that uses the DataSource.IO capability, which appears to be more powerful and more secure. Good example here: http://stlsmiths.github.io/blunderalong/dt_json_dsio.html
- Got that working, but it’s still based on GET, which means the argument still will need to be mangled. How do you do POST?
- Might have to use io-base to use POST?
- Allow changing of arguments to servlet
