ignore case when examining the file extension for guessing the mime-type
[pithos] / src / gr / ebs / gss / client / Configuration.java
index 4c41ea4..3435fdc 100644 (file)
@@ -53,6 +53,12 @@ public interface Configuration extends Constants {
        String authCookie();
 
        /**
+        * @return the webdav cookie name
+        */
+       @DefaultStringValue("_gss_wd")
+       String webdavCookie();
+
+       /**
         * @return the separator string between username and token in the
         * authentication cookie
         */
@@ -72,6 +78,12 @@ public interface Configuration extends Constants {
        String webdavUrl();
 
        /**
+        * @return the URL of the service home page
+        */
+       @DefaultStringValue("http://localhost:8080/")
+       String serviceHome();
+
+       /**
         * @return the token TTL note
         */
        @DefaultStringValue("")