[JBoss JIRA] (AS7-6931) Global configuration for registering session filters, session timeouts etc
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/AS7-6931?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar updated AS7-6931:
-----------------------------
Summary: Global configuration for registering session filters, session timeouts etc (was: Global template for registering session filters, session timeouts etc)
> Global configuration for registering session filters, session timeouts etc
> --------------------------------------------------------------------------
>
> Key: AS7-6931
> URL: https://issues.jboss.org/browse/AS7-6931
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Web
> Affects Versions: 8.0.0.Alpha1
> Reporter: Nicklas Karlsson
> Assignee: Tomaz Cerar
>
> It would be handy to have a mechanism for setting HTTP session timeouts, registering filters etc globally across all deployments. This concept could later on be expanded to cover global interceptors and similar. Perhaps in the form of web.xml/ejb-jar.xml files in a specific folder that would be merged at deployment time
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (AS7-6932) Detect JBossWS Configuration for @PermitAll endpoints within Undertow subsystem.
by Darran Lofthouse (JIRA)
Darran Lofthouse created AS7-6932:
-------------------------------------
Summary: Detect JBossWS Configuration for @PermitAll endpoints within Undertow subsystem.
Key: AS7-6932
URL: https://issues.jboss.org/browse/AS7-6932
Project: Application Server 7
Issue Type: Task
Components: Web
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 8.0.0.Alpha1
UNDERTOW-38 has added the possibility of deploying web applications where authentication is mandated but no authorization checks are performed - this is required for integration use cases such as EJB endpoints where authorization checks are being left to the EJB container.
This task is to update the Undertow susbsystem to detect this scenario and enable the new mode for UNDERTOW-38.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (AS7-6931) Global template for registering session filters, session timeouts etc
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/AS7-6931?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar commented on AS7-6931:
----------------------------------
Jaikiran, some of this stuff we need to expose trough undertow subsystem configuration.
but yeah some of it should be done by overlays.
> Global template for registering session filters, session timeouts etc
> ---------------------------------------------------------------------
>
> Key: AS7-6931
> URL: https://issues.jboss.org/browse/AS7-6931
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Web
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: Nicklas Karlsson
> Assignee: Tomaz Cerar
>
> It would be handy to have a mechanism for setting HTTP session timeouts, registering filters etc globally across all deployments. This concept could later on be expanded to cover global interceptors and similar. Perhaps in the form of web.xml/ejb-jar.xml files in a specific folder that would be merged at deployment time
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (AS7-5931) Cannot be setup Karaf authorized_keys
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-5931?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler closed AS7-5931.
-------------------------------
Resolution: Deferred
Deferring until it's been decided that Karaf needs to run on ASx
> Cannot be setup Karaf authorized_keys
> --------------------------------------
>
> Key: AS7-5931
> URL: https://issues.jboss.org/browse/AS7-5931
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Reporter: Thomas Diesler
> Labels: Karaf
>
> The Karaf integration starts a remote ssh console and currently needs a set of authorized_keys file in karaf/etc
> {code}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20.873s
> [INFO] Finished at: Mon Nov 12 11:32:11 PST 2012
> [INFO] Final Memory: 15M/167M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (modular-config) on project jboss-as-build-modular:
> An Ant BuildException has occured: Warning: Could not find file /home/yourname/.ssh/authorized_keys to copy. -> [Help 1]
> {code}
> Maybe we should limit ourselves to document this instead of trying to copy the users .ssh/authorized_keys file, which on a non-server machine is likely not to exist.
> The authorized_keys file contains the public keys of all clients that are authorized to connect (one key per line)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (AS7-5924) CNFE OsgiBundleApplicationContextListener on Karaf bootstrap
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-5924?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler closed AS7-5924.
-------------------------------
Resolution: Deferred
Deferring until it's been decided that Karaf needs to run on ASx
> CNFE OsgiBundleApplicationContextListener on Karaf bootstrap
> ------------------------------------------------------------
>
> Key: AS7-5924
> URL: https://issues.jboss.org/browse/AS7-5924
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Guillaume Nodet
> Labels: Karaf
>
> {code}
> Caused by: java.lang.ClassNotFoundException: org.springframework.osgi.context.event.OsgiBundleApplicationContextListener from [Module "deployment.org.apache.karaf.shell.osgi:2.2.9" from Service Module Loader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) [jboss-modules.jar:1.1.3.GA]
> ... 40 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months