On Sun, Mar 27, 2016 at 11:33 AM, Romain Manni-Bucau [via TomEE & OpenEJB] < [email protected]> wrote:
> Normally master is deployed each night but sometimes it doesnt work so > should be. > Ok, thanks! > > Ran some ee samples but some of them are not portable or rely too much on > proprietary features. Will try to push my tomee branch next week. > The JASPIC tests from the Java EE 7 samples project should be as portable as one can get. Some servers insist on activating JASPIC (Liberty, JBoss), or having proprietary group to role mapping in place (almost all servers except JBoss). Or did you mean general EE samples from that project and not just the JASPIC ones? If so, a PR to make them more portable and remove reliance on proprietary features would be appreciated ;) > > > > > > > On Fri, Mar 25, 2016 at 2:45 PM, Romain Manni-Bucau [via TomEE & > OpenEJB] > < > > > [hidden email] <http:///user/SendEmail.jtp?type=node&node=4677974&i=1>> > wrote: > > > > > Hi > > > > > > answering there even if a bit old but google find this thread so > > > trying to keep threads consistent... > > > > > > TomEE master is on Tomcat 8.5.x so inherits from Jaspic now. > > > > > > Romain Manni-Bucau > > > @rmannibucau | Blog | Github | LinkedIn | Tomitriber > > > > > > > > > 2013-09-03 5:11 GMT+02:00 Anthony Fryer <[hidden email] > > > <http:///user/SendEmail.jtp?type=node&node=4677971&i=0>>: > > > > > > > I was looking for exactly this functionality 2 weeks ago to use with > > > TomEE. > > > > I ended up having to write a tomcat AuthenticatorValve and a custom > > > Realm > > > > class to implement the same thing you've done with your standard > JASPIC > > > > implementation (using SocialAuth as you have done). It would be > great > > > to > > > > have this, especially for the Social Authentication scenario. Any > > > situation > > > > where you want to access the HttpServletRequest and > HttpServletResponse > > > to > > > > perform redirects and callbacks in the authentication "work flow" > would > > > > benefit from this. > > > > > > > > > > > > > > > > -- > > > > View this message in context: > > > > > http://openejb.979440.n4.nabble.com/Consider-support-for-the-Servlet-profile-of-JSR-196-JASPIC-in-TomEE-tp4660480p4664957.html > > > > Sent from the OpenEJB Dev mailing list archive at Nabble.com. > > > > > > > > > ------------------------------ > > > If you reply to this email, your message will be added to the > discussion > > > below: > > > > > > > > http://tomee-openejb.979440.n4.nabble.com/Consider-support-for-the-Servlet-profile-of-JSR-196-JASPIC-in-TomEE-tp4660480p4677971.html > > > To unsubscribe from Consider support for the Servlet profile of JSR > 196 > > > (JASPIC) in TomEE, click here > > > < > > > > . > > > NAML > > > < > > http://tomee-openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > > > > > > > > -- > > View this message in context: > > http://tomee-openejb.979440.n4.nabble.com/Consider-support-for-the-Servlet-profile-of-JSR-196-JASPIC-in-TomEE-tp4660480p4677972.html > > Sent from the TomEE Dev mailing list archive at Nabble.com. > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://tomee-openejb.979440.n4.nabble.com/Consider-support-for-the-Servlet-profile-of-JSR-196-JASPIC-in-TomEE-tp4660480p4677974.html > To unsubscribe from Consider support for the Servlet profile of JSR 196 > (JASPIC) in TomEE, click here > <http://tomee-openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4660480&code=YXJqYW4udGlqbXNAZ21haWwuY29tfDQ2NjA0ODB8LTM3MzU5NTg0OA==> > . > NAML > <http://tomee-openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Consider-support-for-the-Servlet-profile-of-JSR-196-JASPIC-in-TomEE-tp4660480p4677975.html Sent from the TomEE Dev mailing list archive at Nabble.com.
