Skip to content

albfernandez/struts1

 
 

Repository files navigation

Apache Struts 1.3.10

About

This is a fork of Apache struts 1 which is EOL : https://struts.apache.org/struts1eol-announcement.html.

Struts 1 had its last official release - version 1.3.10 - in December 2008.

The main goal of this fork is to patch against published vulnerabilities. Currently there are the fixed vulnerabilities:

License

The Apache Software License, Version 2.0

Getting with Maven

If you are using Maven, you can add Struts 1 to your project using this dependency in your pom.xml

	<dependency>
		<groupId>com.github.albfernandez.struts</groupId>
		<artifactId>struts-core</artifactId>
		<version>1.3.10-ayg-07</version>
	</dependency>
	<dependency>
		<groupId>com.github.albfernandez.struts</groupId>
		<artifactId>struts-el</artifactId>
		<version>1.3.10-ayg-07</version>
	</dependency>
	<dependency>
		<groupId>com.github.albfernandez.struts</groupId>
		<artifactId>struts-taglib</artifactId>
		<version>1.3.10-ayg-07</version>
	</dependency>
	<dependency>
		<groupId>com.github.albfernandez.struts</groupId>
		<artifactId>struts-tiles</artifactId>
		<version>1.3.10-ayg-07</version>
	</dependency>

GroupId is com.github.albfernandez.struts, and available artifacts are:

  • struts-core
  • struts-el
  • struts-extras
  • struts-faces
  • struts-mailreader-dao
  • struts-parent
  • struts-scripting
  • struts-taglib
  • struts-tiles

About

Apache Struts 1

Resources

License

Stars

Watchers

Forks

Languages

  • Java 91.9%
  • HTML 7.8%
  • Other 0.3%