[jira] [Updated] (SHIRO-679) Shiro modules have split packages

2019-03-09 Thread Francois Papon (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Papon updated SHIRO-679: - Fix Version/s: (was: 1.4.1) 1.5.0 > Shiro modules have split packages >

[jira] [Resolved] (SHIRO-638) Update osgi bundle manifest to support Spring 4.x

2019-03-09 Thread Francois Papon (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Papon resolved SHIRO-638. -- Resolution: Resolved > Update osgi bundle manifest to support Spring 4.x >

[GitHub] [shiro] asfgit commented on issue #85: Adding Spring's Filters to ShiroFilterFactorBean when using Java config

2019-03-09 Thread GitBox
asfgit commented on issue #85: Adding Spring's Filters to ShiroFilterFactorBean when using Java config URL: https://github.com/apache/shiro/pull/85#issuecomment-471194336 Refer to this link for build results (access rights to CI server needed):

[GitHub] [shiro] fpapon opened a new pull request #126: [SHIRO-626] Bundle symbolic name conflict

2019-03-09 Thread GitBox
fpapon opened a new pull request #126: [SHIRO-626] Bundle symbolic name conflict URL: https://github.com/apache/shiro/pull/126 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [shiro] asfgit commented on issue #126: [SHIRO-626] Bundle symbolic name conflict

2019-03-09 Thread GitBox
asfgit commented on issue #126: [SHIRO-626] Bundle symbolic name conflict URL: https://github.com/apache/shiro/pull/126#issuecomment-471190902 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Shiro-pr/64/

[jira] [Assigned] (SHIRO-679) Shiro modules have split packages

2019-03-09 Thread Francois Papon (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Papon reassigned SHIRO-679: Assignee: Francois Papon > Shiro modules have split packages >

[jira] [Resolved] (SHIRO-680) Duplicate Bundle-SymbolicName for Different Shiro Modules

2019-03-09 Thread Francois Papon (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Papon resolved SHIRO-680. -- Resolution: Resolved > Duplicate Bundle-SymbolicName for Different Shiro Modules >

[jira] [Created] (SHIRO-681) Upgrade to compiler Java 8

2019-03-09 Thread Francois Papon (JIRA)
Francois Papon created SHIRO-681: Summary: Upgrade to compiler Java 8 Key: SHIRO-681 URL: https://issues.apache.org/jira/browse/SHIRO-681 Project: Shiro Issue Type: Improvement

[GitHub] [shiro] fpapon commented on issue #85: Adding Spring's Filters to ShiroFilterFactorBean when using Java config

2019-03-09 Thread GitBox
fpapon commented on issue #85: Adding Spring's Filters to ShiroFilterFactorBean when using Java config URL: https://github.com/apache/shiro/pull/85#issuecomment-471187874 Hi @bdemers, any updates about this PR? Do you want me to make some tests?

[GitHub] [shiro] fpapon merged pull request #126: [SHIRO-626] Bundle symbolic name conflict

2019-03-09 Thread GitBox
fpapon merged pull request #126: [SHIRO-626] Bundle symbolic name conflict URL: https://github.com/apache/shiro/pull/126 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Resolved] (SHIRO-626) Bundle symbolic name conflict

2019-03-09 Thread Francois Papon (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Papon resolved SHIRO-626. -- Resolution: Resolved > Bundle symbolic name conflict > - > >

[jira] [Commented] (SHIRO-680) Duplicate Bundle-SymbolicName for Different Shiro Modules

2019-03-09 Thread Francois Papon (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16788717#comment-16788717 ] Francois Papon commented on SHIRO-680: -- related to https://issues.apache.org/jira/browse/SHIRO-626 >

Re: [DISCUSS] JWT implementation

2019-03-09 Thread Francois Papon
Hi Brian, I'm thinking if it's possible to use JWT instead of cookie. I'm not sure that cookie is mandatory in api calls because an api can be call by a backend application or another api. François Papon fpa...@apache.org Le 08/03/2019 à 18:40, Brian Demers a écrit : > Using a JWT as a auth

Re: [DISCUSS] JWT implementation

2019-03-09 Thread Brian Demers
The JWT as a Bearer token? Used with an Authorization header? -Brian > On Mar 10, 2019, at 12:00 AM, Francois Papon > wrote: > > Hi Brian, > > I'm thinking if it's possible to use JWT instead of cookie. > > I'm not sure that cookie is mandatory in api calls because an api can be > call by a

Re: [DISCUSS] JWT implementation

2019-03-09 Thread Francois Papon
Yes, that's it :) François Papon fpa...@apache.org Le 10/03/2019 à 10:49, Brian Demers a écrit : > The JWT as a Bearer token? Used with an Authorization header? > > -Brian > >> On Mar 10, 2019, at 12:00 AM, Francois Papon >> wrote: >> >> Hi Brian, >> >> I'm thinking if it's possible to use JWT