Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
90 views

We are running an existing application using wildfly-10.0.0.Final with Shiro 1.2.2 We have upgraded our application from using mysql 5.6 to 8.0.40 and we are now using the latest mysql drivers. The ...
Hilly B's user avatar
0 votes
1 answer
212 views

I am integrating Apache Zeppelin version 0.11.1 with Keycloak for authentication and authorization. To support this integration, I am using additional libraries (pac4j and buji pac4j) because Zeppelin ...
longvh's user avatar
  • 1
1 vote
1 answer
112 views

I'm having trouble running my Springboot Maven application. The problem started with a missing dependency which let to another issue i cant get fixed, i have tried multiple suggestions from throughout ...
xiao lei's user avatar
0 votes
1 answer
252 views

I created a new Maven project that run with Tomcat 10.1.20 and JDK 21. Now I want to integrate Apache Shiro, but my application doesn't start and gives the error: SEVERE [http-nio-8080-exec-9] org....
afterbit's user avatar
  • 407
0 votes
1 answer
154 views

Originally, my filterChainDefinitionMap was filterChainDefinitionMap.put("/login/**","anon"); it responded normally when calling the interface, but now I have a need. All "/...
Nathan's user avatar
  • 1
0 votes
1 answer
871 views

In Grails 6.1.2, Creating a new application with the Grails Shiro plugin. The command grails shiro-quick-start through the Grails CLI results in the following error: [Unmatched argument at index 0: '...
Scott's user avatar
  • 1
1 vote
0 answers
159 views

Has anyone tried to integrate Apache Shiro within the Quarkus framework ? What were the joint points ? Tried using the Jakarta EE integration but failed with it Tried also using the Spring DI ...
Emil Petkov's user avatar
0 votes
1 answer
95 views

I would like to load my Keycloak Settings dynamically from my database. I would like to do this: Start my application Load from my database required information for the KeycloakOidcConfiguration ...
vished2000's user avatar
0 votes
0 answers
135 views

After switch from FormAuthentication via Shiro, I switched to Pac4, Shiro with Keycloak. I recognized in my JSF pages the Ajax requests are not working anymore, like: <h:form> <p:...
vished2000's user avatar
0 votes
1 answer
313 views

I will do another try, maybe I get an answer from someone who has knowledge in Pac4j. I have a simple question for Pac4j. I'm using Keycloak as Auth Provider. After successful login I would like to ...
vished2000's user avatar
1 vote
0 answers
98 views

Company firewall system prompts Shiro RememberMe Deserialization Vulnerability (CVE-2016-4437) I have upgraded shiro to 1.12.0, using random keys, and close the rememberMe function but errors still ...
爱学习的潘大大's user avatar
0 votes
1 answer
615 views

I´m trying to implement for my JSF webapplication the Auth with Keycloak. I spent already many hours, but it´s still not working. After I login in the login screen from Keycloak, my login in Keycloak ...
vished2000's user avatar
0 votes
1 answer
298 views

I have a web application that uses Apache Shiro. I'm upgrading from Java 8 to 11. That is the only change, but when I try to launch my server, it looks like shiro can't find the default ehcache.xml ...
RTF's user avatar
  • 6,524
0 votes
1 answer
31 views

I would like to get a List from all permissions from a Subject. In my use case I would like to store all Permissions in a list to cache it. I have a web application with a Menu on my left side. For ...
vished2000's user avatar
1 vote
2 answers
5k views

I am currently using Java 17 with SpringBoot 3.0 and Apache Shiro ver 1.10.0. I was trying to use ShiroConfig to add some basic filters for api access(both /update and /add). I keep encountering the ...
kentoto's user avatar
  • 59
0 votes
1 answer
33 views

what happens when you DUPLICATE shiro filters with the same exact pattern? I know the "first match wins" policy applies to two similar patterns, addFilterChain("/secure/**", ROLE_1)...
MadeAccountForThisQ's user avatar
-1 votes
2 answers
160 views

We have a SpringBoot based module, we have REST APIs which allow creating resources with Params like Request POST /resources { "resourceName": "Res1", "admins": [&...
Shubham's user avatar
  • 68
0 votes
1 answer
205 views

I have a old rest filter. Can the following be ported to shiro.ini? Or, is it possible to initialize/configure a filter in shiro.ini and extend it in java with doFilter()? It looks like there are some ...
nettie's user avatar
  • 688
0 votes
1 answer
504 views

I want to build some unit-tests for my JWT Validation Scripts. I'm extending Shiro with some custom Token-Validation scripts for openid-connect usage. The problem is, that the method i tryed to test ...
dontoronto's user avatar
0 votes
1 answer
117 views

I'm updating a fairly large web app from Grails 2 to Grails 5. We are using the Shiro plugin (and others) and Java 11. If I run the packaged war file under a tomcat-9 installation (currently with ...
susi's user avatar
  • 493
0 votes
0 answers
285 views

I am using fuseki 2.4 and have set a basic authentication in shiro.ini, sharing the contents of the current shiro.ini file below. Once after setting the credentials and restart fuseki service, when I ...
Bhavya's user avatar
  • 65
1 vote
0 answers
54 views

I am working on a project that uses Shiro INI for configurations, some of the configuration entries seem repetitive and would be better stored in a database instead. Is it possible to define the ...
Thuan Pham's user avatar
2 votes
0 answers
501 views

I have a web application running on Wildfly 26 that uses SSE broadcasting and works correctly with http. However, when I switch to using an https endpoint, I get Wildfly log entries of: WARN [org....
Erik Kartzmark's user avatar
0 votes
1 answer
63 views

How to estimate size for Apache Shiro permissions cache? For example, permissions strings are implemented in format: <domain>:<resource_group>:<resource_name>:<permission> for ...
Alexander's user avatar
  • 835
0 votes
2 answers
976 views

When I want to integrate JWT with Shiro, I need to write a filter extend Shiro's filter class For example AuthenticatingFilter BasicHttpAuthenticationFilter AccessControlFilter I don't know which ...
loki's user avatar
  • 1

1
2 3 4 5
26