You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lp...@apache.org on 2023/03/31 05:31:18 UTC

[shiro-site] branch asf-site updated: using bullet points for Jakarta EE feature list

This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new aac8ae6a6 using bullet points for Jakarta EE feature list
aac8ae6a6 is described below

commit aac8ae6a6a8d69cf13a241b418d6d825894c64d7
Author: lprimak <le...@flowlogix.com>
AuthorDate: Fri Mar 31 00:30:57 2023 -0500

    using bullet points for Jakarta EE feature list
---
 .well-known/security.txt |  2 +-
 feed.xml                 |  2 +-
 jakarta-ee.html          | 49 +++++++++++++++++++++++-------------------------
 3 files changed, 25 insertions(+), 28 deletions(-)

diff --git a/.well-known/security.txt b/.well-known/security.txt
index 0c9d6da17..96206812b 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:security@shiro.apache.org
-Expires: 2024-03-28T14:47:45Z
+Expires: 2024-03-30T05:30:27Z
 Preferred-Languages: en
 Canonical: https://shiro.apache.org/.well-known/security.txt
 Policy: https://shiro.apache.org/security-reports.html
\ No newline at end of file
diff --git a/feed.xml b/feed.xml
index 48ef46a9e..5973adbe5 100644
--- a/feed.xml
+++ b/feed.xml
@@ -4,7 +4,7 @@
   <subtitle>Simple. Java. Security.</subtitle>
   <link href="https://shiro.apache.org/"/>
   <link rel="self" href="https://shiro.apache.org/feed.xml" />
-  <updated>2023-03-29T14:47:48Z</updated>
+  <updated>2023-03-31T05:30:30Z</updated>
 
   <author>
     <name>Les Hazlewood</name>
diff --git a/jakarta-ee.html b/jakarta-ee.html
index f4a86c62b..b9d249e1c 100644
--- a/jakarta-ee.html
+++ b/jakarta-ee.html
@@ -363,42 +363,39 @@ The module is compatible with Java EE 8 through Jakarta EE 10 or later. It may w
 <div class="sect1">
 <h2 id="features">Features</h2>
 <div class="sectionbody">
-<div class="paragraph">
+<div class="ulist">
+<ul>
+<li>
 <p>Configure Shiro automatically with sensible defaults for Jakarta EE, with minimal, or no configuration aside from shiro.ini.</p>
-</div>
-<div class="paragraph">
-<p>Use shiro.ini as usual to protect web application and Jax-RS paths and endpoints.</p>
-</div>
-<div class="paragraph">
+</li>
+<li>
+<p>Use shiro.ini as usual to secure web application, Jax-RS paths and endpoints.</p>
+</li>
+<li>
 <p>Forms are automatically saved if sessions expire and seamlessly submitted upon subsequent login.</p>
-</div>
-<div class="paragraph">
+</li>
+<li>
 <p>Use Shiro-secured application behind a load balancer or an SSL-terminating proxy (haproxy, nginx, etc.) easily.</p>
-</div>
-<div class="paragraph">
+</li>
+<li>
 <p>Use <code>@Named</code> CDI beans in shiro.ini.</p>
-</div>
-<div class="paragraph">
-<p>Inject Shiro Subject, Principal, Session and SecurityManager into CDI, EJB beans and Jax-RS endpoints.</p>
-</div>
-<div class="paragraph">
-<p>Use Shiro and Jakarta EE Security annotations (i.e. <code>@RequiresRole</code>) to protect:</p>
-</div>
-<div class="ulist">
-<ul>
+</li>
 <li>
-<p>CDI and EJB (local and remote) beans (part of CDI module)</p>
+<p>Inject Shiro Subject, Principal, Session and SecurityManager into CDI, EJB beans and Jax-RS endpoints.</p>
 </li>
 <li>
-<p>Jax-RS endpoints (part of Jax-RS module)</p>
+<p>Use Shiro and Jakarta EE Security annotations (i.e. <code>@RequiresRole</code>) to protect CDI, EJB (local and remote) beans (part of CDI module) and Jax-RS endpoints (part of Jax-RS module)</p>
 </li>
-</ul>
-</div>
-<div class="paragraph">
+<li>
 <p>Use Jakarta Faces (JSF) tags.</p>
-</div>
-<div class="paragraph">
+</li>
+<li>
 <p>Make Shiro&#8217;s login flows Jakarta Faces (JSF) Ajax-aware.</p>
+</li>
+<li>
+<p>Smart redirect flow based on custom code and fallback pages.</p>
+</li>
+</ul>
 </div>
 <div class="sect2">
 <h3 id="jakarta_ee_security_annotations_jsr_250">Jakarta EE Security Annotations (JSR-250)</h3>