[JBoss JIRA] (SEAMSECURITY-140) View Restriction does not seem to execute on PhaseIdType.RENDERRESPONSE
by bwilly (JIRA)
bwilly created SEAMSECURITY-140:
-----------------------------------
Summary: View Restriction does not seem to execute on PhaseIdType.RENDERRESPONSE
Key: SEAMSECURITY-140
URL: https://issues.jboss.org/browse/SEAMSECURITY-140
Project: Seam Security
Issue Type: Bug
Affects Versions: 3.1.0.Final
Environment: JBoss AS 7
Reporter: bwilly
The first request for a restricted view will always render. But actions on that page will result in a @AccessDeniedView outcome -- the proper outcome.
And the cycle is endless. For example, if in,say, the nav, I have a link to myRestrictedView.xhtml and I click it, the restricted view will render (when it should not). But, now that I am on the restricted view page, if I click from the nav myRestrictedView.xhtml, I will be routed to a denied view page. Now that I am no longer on a restricted view, if i click the very same link in the nav, the myRestrictedView.xhtml will render.
I have a theory the the PhaseIdType.RESTOREVIEW is honoring the authorization restricted view, but not the PhaseIdType.RENDERRESPONSE. Thus, when on the restricted page and an action is clicked, I am bounced from the page b/c PhaseIdType.RESTOREVIEW kicks me out, but when PhaseIdType.RESTOREVIEW does not execute for this page, then the view is rendered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (SEAMJCR-22) Seam JCR Documentation issues and comments
by Marek Schmidt (Created) (JIRA)
Seam JCR Documentation issues and comments
------------------------------------------
Key: SEAMJCR-22
URL: https://issues.jboss.org/browse/SEAMJCR-22
Project: Seam JCR
Issue Type: Bug
Affects Versions: 3.1.0.Beta3
Reporter: Marek Schmidt
Fix For: 3.1.0.Final
JCR
1.2. Maven dependency configuration
* "Maven user-defined property" bad link, (href instead of url attribute in docbook?)
2.1. ModeShape Integration Installation
* "Please consult the ModeShape getting stated guide for exact versions. " should link to the ModeShape guide or some place to get it.
3.1. JackRabbit Integration Installation
* "Please review JackRabbit documentation to determine any additional dependencies. " should link to the JackRabbit documentation.
4. Seam JCR - Event Mapping
* sections 4.1. event-mapping-intro and 4.2. event-mapping-activation are empty
* Description of any of the events missing
5. Seam JCR - Object Content Mapping
* It is not clear to me why the API to convert nodes to objects and vice versa is using CDI events instead of an ordinary interface, it feels a bit hacky, is there any use case for having more observers?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] Created: (SEAM-30) Seam release should not depend on any SNAPSHOT artifacts
by Ondrej Skutka (JIRA)
Seam release should not depend on any SNAPSHOT artifacts
--------------------------------------------------------
Key: SEAM-30
URL: https://issues.jboss.org/browse/SEAM-30
Project: Seam 3
Issue Type: Bug
Components: Release tasks
Affects Versions: 3.0.0.CR1
Reporter: Ondrej Skutka
Tagged version of Seam 3 intended for a release should contain no -SNAPSHOT dependencies in order to have the release rebuildable in the future.
Seam 3.0.0.CR1 modules contain following SNAPSHOT dependencies:
solder/impl/pom.xml: org.jboss.arquillian.container:arquillian-glassfish-remote-3.1:1.0.0-SNAPSHOT
catch/examples/basic-servlet/pom.xml: org.jboss.seam.catch:seam-catch-parent:3.0.0-SNAPSHOT
rest/impl/pom.xml: org.jboss.arquillian.container:arquillian-glassfish-remote-3.1:1.0.0-SNAPSHOT
config/docs/pom.xml: org.jboss.seam.config:seam-config-parent:3.0.0-SNAPSHOT
org.jboss.seam.config:seam-config-reference-guide:3.0.0-SNAPSHOT
config/dist/pom.xml: org.jboss.seam.config:seam-config-parent:3.0.0-SNAPSHOT
config/examples/princess-rescue/pom.xml: org.jboss.seam.config:seam-config-parent:3.0.0-SNAPSHOT
security/examples/pom.xml: org.jboss.seam.security:seam-security-parent:3.0.0-SNAPSHOT
org.jboss.seam.security:seam-security-example-parent:3.0.0-SNAPSHOT
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (SEAM-104) Consider adding missing examples to the distribution
by Jozef Hartinger (Created) (JIRA)
Consider adding missing examples to the distribution
----------------------------------------------------
Key: SEAM-104
URL: https://issues.jboss.org/browse/SEAM-104
Project: Seam 3 Distribution
Issue Type: Task
Affects Versions: 3.1.0.Beta3
Reporter: Jozef Hartinger
Assignee: Shane Bryzak
Fix For: 3.1.0.CR1
The following sample applications are developed as part of Seam modules but are not bundled within the Seam distribution.
Please, go over them and reevaluate if the should be included or not. (I am not saying they should be, I am just making sure we do not miss anything unintentionally :-) )
* faces-viewaction
* faces-viewconfig
* jms-statuswatcher
* mail-sendmail
* security-openid-op
* security-saml-idp
* security-saml-sp
* social-web-client
* solder-princess-rescue
* solder-quiz
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months