You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Name

JSP Parameter to Action Object Mapping Plugin

Publisher

Datta kudale

License

Open Source (ASL2)

Version

0.1-ALPHA

Compatibility

Struts 2.0.2+

Homepage

http://code.google.com/p/jspparameterobjectmappingplugin/

Download

http://code.google.com/p/jspparameterobjectmappingplugin/downloads/list

Error formatting macro: rate: java.lang.NoSuchMethodError: 'java.lang.String com.atlassian.confluence.setup.BootstrapManager.getDomainName()'

Overview

JSP Parameter to Action Object Mapping Plugin does this great thing. Here is also a short overview of what it does and why a developer would want to use it.

In struts2 Programmatic Access Control can not be handled.
So possible of security attacks in HTML using Direct Object reference attack.

So to avoid internal object implementation to end user, this plugin can be used.

Features

  • Web Security constraint handled in this plugin for Direct Object reference attack
  • Single HTML request parameter can be set in Action Object in multiple sub class object

Usage

Instructions how to use your plugin.

Example

This is a quick example of JSP Parameter to Action Object Mapping Plugin in action

You could also include screenshots by attaching the images to this page:

Settings

The following settings can be customized. See the developer guide.

Setting

Description

Default

Possible Values

some.setting

A short description

true

true or false

Installation

This plugin can be installed by copying the plugin jar into your application's /WEB-INF/lib directory. No other files need to be copied or created.

Resources

  • Links to any other documentation or related products

Version History

Version

Date

Author

Notes

1.0

Dec 20, 2006

Datta kudale

Initial release

  • No labels