|
Re: doubt about the web.xml
>The @RolesAllowed annotation is not defined by JSR 375 and there was sadly not enough time to better integrate with it or provide a better alternative.
Indeed, we should really address this for JSR
>The @RolesAllowed annotation is not defined by JSR 375 and there was sadly not enough time to better integrate with it or provide a better alternative.
Indeed, we should really address this for JSR
|
By
Arjan Tijms
·
#736
·
|
|
Re: doubt about the web.xml
Hi Guillermo,
Thanks for the explanation, I think I got a little better understanding of how it works.
--
Daniel Dias dos Santos
Java Developer
SouJava & JCP Member
GitHub:
Hi Guillermo,
Thanks for the explanation, I think I got a little better understanding of how it works.
--
Daniel Dias dos Santos
Java Developer
SouJava & JCP Member
GitHub:
|
By
Daniel Dias
·
#735
·
|
|
Re: doubt about the web.xml
Hi Daniel,
The @RolesAllowed annotation is not defined by JSR 375 and there was sadly not enough time to better integrate with it or provide a better alternative.
For now, @RolesAllowed are only
Hi Daniel,
The @RolesAllowed annotation is not defined by JSR 375 and there was sadly not enough time to better integrate with it or provide a better alternative.
For now, @RolesAllowed are only
|
By
Guillermo González de Agüero
·
#734
·
|
|
Re: doubt about the web.xml
Hello, Rudy,
was what I choosed, but when I use with Jax-RS the same does not work.
was what I thought of, but when I use it with Jax-RS it will not work when I remove the web.xml and add the
Hello, Rudy,
was what I choosed, but when I use with Jax-RS the same does not work.
was what I thought of, but when I use it with Jax-RS it will not work when I remove the web.xml and add the
|
By
Daniel Dias
·
#733
·
|
|
Re: doubt about the web.xml
Hi Daniel,
web.xml is optional. The Java EE Security API spec didn't change that.
You can define for example the roles and security constraints for URLs within the web.xml, but also with annotations
Hi Daniel,
web.xml is optional. The Java EE Security API spec didn't change that.
You can define for example the roles and security constraints for URLs within the web.xml, but also with annotations
|
By
Rudy De Busscher
·
#732
·
|
|
doubt about the web.xml
Hello people,
I have a question regarding web.xml.
Is it mandatory to use?
I have seen some examples that use it and others do not.
in https://github.com/eclipse-ee4j/soteria/tree/master/test ,
Hello people,
I have a question regarding web.xml.
Is it mandatory to use?
I have seen some examples that use it and others do not.
in https://github.com/eclipse-ee4j/soteria/tree/master/test ,
|
By
Daniel Dias
·
#731
·
|
|
New mailing list: es-dev@eclipse.org
Hi,
Justs heads up that we already have a new mailing list at Eclipse: es-dev@...
This list has 41 subscribers while the new one has only 7! Please subscribe there and if you are an Eclipse Commiter
Hi,
Justs heads up that we already have a new mailing list at Eclipse: es-dev@...
This list has 41 subscribers while the new one has only 7! Please subscribe there and if you are an Eclipse Commiter
|
By
Guillermo González de Agüero
·
#730
·
|
|
Re: Remove Liberty Support from Soteria Testing for Eclipse Move
Thanks, all.
On 02/21/2018 02:44 PM, Arjan Tijms wrote:
-- Will Hopkins | WebLogic Security Architect | +1.781.442.0310Oracle Developer Experience35 Network Drive,
Thanks, all.
On 02/21/2018 02:44 PM, Arjan Tijms wrote:
-- Will Hopkins | WebLogic Security Architect | +1.781.442.0310Oracle Developer Experience35 Network Drive,
|
By
Will Hopkins
·
#729
·
|
|
Re: Remove Liberty Support from Soteria Testing for Eclipse Move
Hi,
It's an easy change to swap the test dependency from Closed- to Open Liberty. I incidentally just did the same the other day here:
Hi,
It's an easy change to swap the test dependency from Closed- to Open Liberty. I incidentally just did the same the other day here:
|
By
Arjan Tijms
·
#728
·
|
|
Re: Remove Liberty Support from Soteria Testing for Eclipse Move
Seems reasonable!
By
Guillermo González de Agüero
·
#727
·
|
|
Remove Liberty Support from Soteria Testing for Eclipse Move
Hi All,
The Soteria project depends (for testing purposes) on IBM's commercial version of Liberty. This is a problem for the Eclipse migration, as Eclipse won't accept contributions not
Hi All,
The Soteria project depends (for testing purposes) on IBM's commercial version of Liberty. This is a problem for the Eclipse migration, as Eclipse won't accept contributions not
|
By
Will Hopkins
·
#726
·
|
|
Re: Dependency Bug in Soteria 1.0
That is good to know, thanks.
Will try it probably on Monday when I get to that demo for security I have to do.
Werner
That is good to know, thanks.
Will try it probably on Monday when I get to that demo for security I have to do.
Werner
|
By
Werner Keil
·
#725
·
|
|
Re: Dependency Bug in Soteria 1.0
Werner,
Workaround from Arjan works, I have used it already some months ago for a demo. Works for any Java EE 7 server which doesn't contain Soteria already.
Rudy
Werner,
Workaround from Arjan works, I have used it already some months ago for a demo. Works for any Java EE 7 server which doesn't contain Soteria already.
Rudy
|
By
Rudy De Busscher
·
#724
·
|
|
Re: Dependency Bug in Soteria 1.0
If the hints for build-time by Arjan work (deployment in Payara 4 build 174 or above should be fine) I guess that'll do for the client I'm helping with security and identity management right now. For
If the hints for build-time by Arjan work (deployment in Payara 4 build 174 or above should be fine) I guess that'll do for the client I'm helping with security and identity management right now. For
|
By
Werner Keil
·
#723
·
|
|
Re: Dependency Bug in Soteria 1.0
Will try those in the POM of the dev environment tomorrow. Would be great if it works to show them Soteria in the security PoC,
but nevertheless it would be as great if Oracle or someone else could
Will try those in the POM of the dev environment tomorrow. Would be great if it works to show them Soteria in the security PoC,
but nevertheless it would be as great if Oracle or someone else could
|
By
Werner Keil
·
#722
·
|
|
Re: Dependency Bug in Soteria 1.0
The project proposal for Soteria should be submitted to the Eclipse Foundation this week. Then it takes a few weeks for Eclipse to vote on and approve the proposal. Then the repository and
The project proposal for Soteria should be submitted to the Eclipse Foundation this week. Then it takes a few weeks for Eclipse to vote on and approve the proposal. Then the repository and
|
By
Bill Shannon
·
#721
·
|
|
Re: Dependency Bug in Soteria 1.0
Payara 174 has Soteria as well. The war only has to depend on the API, not on Soteria itself. The 1.0 API is available from Maven central:
<dependency>
Payara 174 has Soteria as well. The war only has to depend on the API, not on Soteria itself. The 1.0 API is available from Maven central:
<dependency>
|
By
Arjan Tijms
·
#720
·
|
|
Re: Dependency Bug in Soteria 1.0
I know but the client currently only uses Payara 174 at most, and the WAR still must be built against a valid Maven repo, no snapshots allowed there.
If Payara has public (Final) Maven JARs I could
I know but the client currently only uses Payara 174 at most, and the WAR still must be built against a valid Maven repo, no snapshots allowed there.
If Payara has public (Final) Maven JARs I could
|
By
Werner Keil
·
#719
·
|
|
Re: Dependency Bug in Soteria 1.0
On Wed, Feb 14, 2018 at 10:23 am, Werner Keil wrote:
When I switch the Java EE dependency to Java EE 8, it seems to work, but the container I'm supposed to use is not Java EE 8 compatible yet nor do
On Wed, Feb 14, 2018 at 10:23 am, Werner Keil wrote:
When I switch the Java EE dependency to Java EE 8, it seems to work, but the container I'm supposed to use is not Java EE 8 compatible yet nor do
|
By
Arjan Tijms
·
#718
·
|
|
Dependency Bug in Soteria 1.0
All,
I just found a very bad bug in Soteria 1.0 as it's out there in MavenCentral since August 2017 ;-/
I can't even set labels like "bug" but it is clearly a major bug and showstopper from using
All,
I just found a very bad bug in Soteria 1.0 as it's out there in MavenCentral since August 2017 ;-/
I can't even set labels like "bug" but it is clearly a major bug and showstopper from using
|
By
Werner Keil
·
#717
·
|