Answer the question
In order to leave comments, you need to log in
How to solve problem with breadcrumb plugin and Spring Security?
There is a project written in Spring MVC + a large stack of technologies, in this project I use this plugin to display bredkremps: https://github.com/pawanspace/BreadCrumb-Spring-MVC
the problem is this:
let's say there are url of three levels, that is:
1 . / - main,
2 /news - news,
3 /news/edit-newsID=20 -
edit
news
when you visit the url "/" for the first time, wherever you go on the site, breadcrumbs will work fine, but when you first visit the current session, you go not here "/" but here "/news/edit-newsID=20" then breadcrumbs are displayed in this form "edit the news" the same will happen if you go to the news.
I managed to find out what this is all Spring Security does, after I turn it off, everything becomes normal.
tell me how to solve this problem.
Thank you.
Answer the question
In order to leave comments, you need to log in
in short, I decided to score on this plugin and write my own!)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question