webdav servlet in commons?

2005-03-31 Thread Bill Keese
Regarding: http://archives.devshed.com/m/200412-5091/WebDAV-servelt-in-commons I too would like to have a webdav servlet in commons. Since our product releases against multiple containers (not only Tomcat), I can't use the webdav servlet in Tomcat. (Or at the very least I'd feel a l

Re: [lang] WordWrapUtils

2003-11-18 Thread Bill Keese
By the way, are the people involved in WordWrapUtils aware of ICU's (http://oss.software.ibm.com/icu/) code to do this? (LineBreakIterator, etc.). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: cvs commit: jakarta-commons/jelly build-all.xml build-legacy.xmlbuild.xml

2003-09-03 Thread Bill Keese
Did you remove the build scripts from the jelly-tag-libs (http, xml, etc.) directories too? [EMAIL PROTECTED] wrote: >proyal 2003/09/03 18:57:15 > > Removed: jellybuild-all.xml build-legacy.xml build.xml > Log: > Remove ant build scripts since they are not maintained > >-

[jelly] PATCH: HTTP multi-part mime post

2003-06-06 Thread Bill Keese
This tag should contain one or more <parameter> tags, to * specify the multiple parts of the message * * Example: * <mppost uri="http://localhost?doit"> * <parameter name="user">Fred</parameter> * <parameter name=&q

[jelly] PATCH - threads / context not set

2003-06-06 Thread Bill Keese
This fixes the bug where the context variable is not accessible from threads. Inside a call you can't do things like ${context.getVariable(foo)} init() correctly sets the "context" variable, but it is erased by the setVariables() call. So I think this (or something similar) is an