You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/03/17 21:00:05 UTC

[WIKI-UPDATE] Protocols Wishlist FileUploadsWithCocoon Mon Mar 17 21:00:05 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=Protocols , version: 2 on Mon Mar 17 19:09:09 2003 by StephanNiedermeier

- 
+ NOTE: It's possible to combine protocols and archives in one URI. For example, to get an jar archive via HTTP and to read the zipped picture "mypic.gif", located in "/mydata/pictures", you have to use an URI like this: http://localhost/mypictures.jar!/mydata/pictures/mypic.gif 
+ 
+ It's important to use the ! after "mypictures.jar" to divide the path of the picture in the jar from the jar itself.
+ 
+ 


Page: http://wiki.cocoondev.org/Wiki.jsp?page=Wishlist , version: 40 on Mon Mar 17 19:18:09 2003 by StephanNiedermeier

+ 
+ * It would be great, if there is an category on this wiki there new, reusable components can be placed. So we would have a place, where many components could be found and published.
+ 
+ ----


Page: http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadsWithCocoon , version: 12 on Mon Mar 17 19:56:31 2003 by 200.80.145.82

- ||parameter name||default value (may vary by dist)||Description (see web.xml comments for more)||
+ ||parameter name||default value (may vary by dist)||Description (see web.xml comments for more)|| 
?                                                                                                  +

- [#1]: Most of these options are available in 2.0.x and 2.1 alike - however, some (autosave-uploads and overwrite-uploads) were introduced after the release of 2.0.3, and are therefore only available in 2.0.4 and of course, 2.1.  Additionally, some parameters while available were ignored in 2.0.3 due to a bug. Thanks
?                                                                                                                                                                                                                                                                                                                       -------

+ [#1]: Most of these options are available in 2.0.x and 2.1 alike - however, some (autosave-uploads and overwrite-uploads) were introduced after the release of 2.0.3, and are therefore only available in 2.0.4 and of course, 2.1.  Additionally, some parameters while available were ignored in 2.0.3 due to a bug.