No, it does not work I have no clue why not, I could load it just now when filing in directly the update file, but when I do load update it does not find the file on the server. On Feb 5, 2013, at 1:52 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
Issue 7375: Zinc Update January 2013 http://code.google.com/p/pharo/issues/detail?id=7375
Sven explains:
Since http://code.google.com/p/pharo/issues/detail?id=7180 there were the following changes:
- support for server routes (session affinity, sticky sessions) - new API to access the server URL (#url, #serverUrl, #scheme) - ZnResponse class>>#redirect: and #created: now accept absolute URLs as well (thx Jan van de Sandt) - New ZnRequest API (all suggested by Jan van de Sandt): #host to return the Host: header field as ZnUrl #relativeUrl to explicitely request the request line uri as a relative URL #absoluteUrl to combine the request line URL with the host URL into an absolute URL #mergedFields to return a multi value dictionary combining query fields and application url encoded form fields - ZnClient>>#redirectUrl now uses ZnUrl>>#inContextOf: - Reimplemented ZnApplicationUrlEncodedEntity>>#addAll: and ZnHeaders>>#addAll: using ZnMultiValueDictionary>>#addAllMulti: - fix ZnUtils class>>#signalProgress:total: bug when total was nil: #format: index should be 1 not 0 (Thx Camillo Bruni !) - added ZnMessage>>#writeToTranscript - Bugfix to ZnApplicationFormUrlEncodedEntity>>#readFrom: which failed when content-length was not specified (Thx Jan van de Sandt) - Extended ZnClient>>#url: to accept the new user info (username and password) component of ZnUrl when present - ZnRequestLine>>#uri: now explicitely calls #enforceKnownScheme - various refactorings, cleanups - moved ZnMonticelloServerDelegate from Zinc-HTTP-Client-Server to Zinc-FileSystem and Zinc-FileSystem-Legacy - ZnServer's #handleRequestProtected: will now also do a #logServerError unless #logServerDetails is false - this gives exception, signaller context details and a stack trace of depth 8 when an unhandled error occurs - There is also a new package, Zinc-Resource-Meta-FileSystem, containing bidirectional conversions between ZnUrl and FileReference using #asZnUrl and #asFileReference.