Revision 9e6e0572 web_client/src/gr/grnet/pithos/web/client/Configuration.java

b/web_client/src/gr/grnet/pithos/web/client/Configuration.java
21 21
	/**
22 22
	 * @return the login URL
23 23
	 */
24
	@DefaultStringValue("/pithos/login")
24
	@DefaultStringValue("pithos/login")
25 25
	String loginUrl();
26 26

  
27 27
	/**
......
37 37
	String authCookie();
38 38

  
39 39
	/**
40
	 * @return the webdav cookie name
41
	 */
42
	@DefaultStringValue("_gss_wd")
43
	String webdavCookie();
44

  
45
	/**
46 40
	 * @return the separator string between username and token in the
47 41
	 * authentication cookie
48 42
	 */
......
56 50
	String apiPath();
57 51

  
58 52
	/**
59
	 * @return the WebDAV URL
60
	 */
61
	@DefaultStringValue("/webdav/")
62
	String webdavUrl();
63

  
64
	/**
65
	 * @return the token TTL note
66
	 */
67
	@DefaultStringValue("")
68
	String tokenTTLNote();
69

  
70
	/**
71 53
	 * @return the version string
72 54
	 */
73 55
	@DefaultStringValue("")

Also available in: Unified diff