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
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
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
>
>-
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
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