Bogus documentation of scope interceptor
----------------------------------------
Key: WW-2271
URL: https://issues.apache.org/struts/browse/WW-2271
Project: Struts 2
Issue Type: Bug
Components: Documentation
Affects Versions: 2.0.9
Reporter: Sebastian
Priority: Minor
The documentation at http://struts.apache.org/2.0.9/docs/scope-interceptor.html
as well as class documentation of
org.apache.struts2.interceptor.ScopeInterceptor is bogus.
1)
The "sesionReset" interceptor parameter is NOT a boolean parameter that should
be set to true/false. It defines a request parameter, that, if set to "true"
causes the reset.
2)
The "reset" interceptor parameter (documentation missing) is doing what is
right now documentated at the "sessionReset" parameter.
3)
Documentation of "autoCreateSession" interceptor parameter is missing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.