cvs commit: jakarta-struts/contrib/service-manager build.xml

2001-07-21 Thread oalexeev
oalexeev01/07/21 13:56:57 Modified:contrib/service-manager build.xml Log: Correct references to the commons packages Revision ChangesPath 1.3 +6 -6 jakarta-struts/contrib/service-manager/build.xml Index: build.xml ===

cvs commit: jakarta-struts/contrib/service-manager/src/org/apache/struts/service ServiceRegistration.java ProcessSubscription.java ProcessRegistration.java LogBridge.java

2001-07-21 Thread oalexeev
oalexeev01/07/21 13:58:32 Modified:contrib/service-manager/src/org/apache/struts/service ServiceRegistration.java ProcessSubscription.java ProcessRegistration.java LogBridge.java Log: Make it Serialazable Revision ChangesPath

Disabling Struts multipart handling

2001-07-21 Thread Martin Cooper
Unless I'm mistaken, there is currently no clean way to disable Struts' multipart handling mechanism. The class used for the multipart handler can be specified in an init-param value, but if that is not supplied, the default (DiskMultipartRequestHandler) is used. Two cases where someone might wan