Revision 983f9ee2 src/gr/grnet/pithos/web/client/FileContextMenu.java

b/src/gr/grnet/pithos/web/client/FileContextMenu.java
249 249
			@Override
250 250
			public void execute() {
251 251
				for (File f : selectedFiles)
252
					Window.open(app.getApiPath() + f.getOwner() + f.getUri() + "?X-Auth-Token=" + URL.encodeQueryString(app.getToken()), "_blank", "");
252
					Window.open(app.getApiPath() + f.getOwner() + f.getUri(), "_blank", "");
253 253
			}
254 254
		}));
255 255

  

Also available in: Unified diff