Statistics
| Branch: | Tag: | Revision:

root / gss / src / gr / ebs / gss / server / webdav @ 92012b4d

Latest revisions

# Date Author Comment
92012b4d 05/26/2009 12:44 pm Dimitris Routsis

Replace locking with pseudo-locking.
Real locking caused problems, as code assumes there is a single webdav root, but we have a different root for each user. This caused bug #685.

46849d14 05/20/2009 03:16 pm pastith

Add a fix from Tomcat's DefaultServlet that I missed in the previous commit:
- Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45419
Set Accept-Ranges for static resources served by DefaultServlet

This brings us up to date with tomcat trunk r708151.

5416cc9e 05/20/2009 02:43 pm pastith

Bring in fixes from tomcat 6.0.x up to r739532 (or tomcat trunk r734734):
- Remove duplicate definitions and make normalize consistent

d06cb9d4 05/20/2009 02:27 pm pastith

Update a forgotten piece of code to retrieve the MIME type from the file, instead of letting the container figure it out.

b36b0a98 05/15/2009 02:59 pm Dimitris Routsis

Webdav should now work with international characters for clients that properly use UTF8 encoding.

bde4eafb 04/24/2009 03:10 pm pastith

- Move the EJB JNDI path to the configuration file.
- Move the GSSConfiguration error handling code from the call sites to the callee. This way getConfiguration() will always return an initialized object.
- Now that getConfiguration() can be called in a one liner, remove the static initialization blocks and import statically the method for minimizing code redundancy.

8f128261 04/14/2009 04:50 pm Dimitris Routsis

Add accounting for user bandwidth usage. So far, using month-long buckets starting from user creation date.

3d1b9329 03/18/2009 03:26 pm Giannis Koutsoubos

getFiles in ExternalAPI gets an extra boolean argument for ignoring or not deleted files
allow update of deleted files

2f2da9c7 03/12/2009 05:44 pm pastith

Move the DTOs outside the client package, now that they're no more used there, so that the GWT compiler can finish faster.

68410d59 02/24/2009 05:36 pm pastith

Fix fetching resources moved to the trash. This required a large-scale refactoring and assorted bug fixing that hopefully clears up the backend APIs. Major changes:

- ExternalAPI.getResourceAtPath() now requires the call site to explicitly mention whether it will consider a resource moved to the trash. Previously it would always ignore such resources....

View revisions

Also available in: Atom