Patch to run Cactus 1.7.2 with JBoss 4.2.x and form authentication

NOTE: This is probably only needed if you are using form authentication (not needed if you are using basic authentication or no authentication) on JBoss-4.x or Tomcat 5.5. It was the only way I could get it to work. This is a hack, and is not tested or recommended for any other configurations.

Original Source: zip-file    directory
Source Patch: cactus-src-1.7.2.patch.zip
Binary (main jar): cactus-1.7.2.patched.jar

Patch to run Cactus 1.8.0 with JBoss 4.2.x and form authentication

NOTE: same note as above

Original Source: zip-file    directory
Source Patch: cactus-1.8.0-src-patch.zip
Binary (main jar): cactus.core.framework.uberjar-1.8.0-patched.jar

A different solution from the mailing lists

http://marc.info/?l=tomcat-user&m=119098089904045&w=2
http://www.mail-archive.com/cactus-user@jakarta.apache.org/msg07524.html
http://www.mail-archive.com/cactus-user@jakarta.apache.org/msg07526.html

Patch to run StrutsTest 2.1.4 with Cactus 1.8.0

Just a tiny patch and recompile was needed to make strutstest-2.1.4 compatable with Cactus 1.8.0

Original Source: http://strutstestcase.sourceforge.net/
Source Patch: strutstest-2.1.4-src-patch.zip
Binary (main jar): strutstest-2.1.4-2.4-patched-cactus180.jar

Up
Home