libstruts1.2-java 1.2.9-5+deb7u1build0.12.04.1 source package in Ubuntu

Changelog

libstruts1.2-java (1.2.9-5+deb7u1build0.12.04.1) precise-security; urgency=medium

  * fake sync from Debian

libstruts1.2-java (1.2.9-5+deb7u1) stable-security; urgency=high

  * Team upload.
  * debian/patches
    - add struts-1.2.9-CVE-2014-0114.patch from Red Hat to fix CVE-2014-0114
      (Closes: #745897)

 -- Tyler Hicks <email address hidden>  Fri, 15 May 2015 14:28:10 -0500

Upload details

Uploaded by:
Tyler Hicks
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libstruts1.2-java_1.2.9.orig.tar.gz 5.4 MiB 2e4b8e6abfeddb95e18a93a6a6f332ef05604fcc6485d5e0fd2c6f6aae9f2663
libstruts1.2-java_1.2.9-5+deb7u1build0.12.04.1.debian.tar.gz 7.3 KiB 41fb619c89199a6f62d1b76a26ad85c368219a26ffb9356e1a741126712d1d16
libstruts1.2-java_1.2.9-5+deb7u1build0.12.04.1.dsc 2.3 KiB 17568922f853ae8809f1a05a26bf27b70428e62afaf1b4b79561e5487368a408

View changes file

Binary packages built by this source

libstruts1.2-java: Java Framework for MVC web applications

 The core of the Struts framework is a flexible control layer based on standard
 technologies like Servlets, JavaBeans, ResourceBundles, and Extensible
 Markup Language (XML), as well as various Apache Commons packages. Struts
 encourages application architectures based on the Model 2 approach, a
 variation of the classic Model-View-Controller (MVC) design paradigm.
 .
 Struts provides its own Controller component and integrates with other
 technologies to provide the Model and the View. For the Model, Struts can
 interact with any standard data access technology, including Enterprise Java
 Beans (EJB), JDBC, and Object Relational Bridge. For the View, Struts works
 well with JavaServer Pages (JSP), including JSTL and JSF, as well as Velocity
 Templates, XSLT, and other presentation systems.