| Age | Commit message (Collapse) | Author | 
|---|
|  | Now creating directories doesn't refresh the "/filesAJAX" page. | 
|  | If it's set, these redirect to "/filesAJAX" instead of "/files". | 
|  | Simplified some stuff here and there by using HandlerUtils static
methods. | 
|  | In local webserver's links.
Fixed URL decoding to understand '+', by the way. Firefox sends these
instead of spaces and "%2B" instead of '+'. | 
|  | It does redirect to "/files" on success, so user doesn't even see the
strange "/create" URL at all.
This commit is for keeping these handlers small, not making one
(FilesPageHandler in this case) do everything. |