Hi Mike,
Thanks for reporting this. Sorry it was an oversight in packaging the REST tutorials - its unit test module has a dependency
on layer0 assertions. We didn''t put in the dependency in the repository.
Its now fixed. Please do the following:
1. Go to apposite admin
2. Synchronize
3. View packages - you will now see you can update tutorial-rest-web-services-1.1.2 and this is automatically require the
installation of the asserts.
As for the authenticating proxy server. Hmmm thanks very much for reporting this. It looks like we''re going to have to
do a little work to ensure the Proxy-Authorization header is set in the HTTP client services when you''ve configured a user/password.
If this is correct...
http://www.javaworld.com/javaworld/javatips/jw-javatip42.htmlDo you have experience of this in your own Java code? It seems very crude - just base64 encoding the username:password string.
Need to see if there is a definitive standard for the Proxy-Authorization header.
If you''d like to raise a bug in Bugxter
http://bugxter.netkernel.org/ then you''ll be notified of progress as we sort this out. It won''t take much to resolve it (I hope!).
Thanks for taking the time to report these issues.
Peter