Posts by Gabriel Soares • 3 points
9 posts
-
-5
votes1
answer155
viewsQ: href does not work at all
My href doesn’t work at all: <div class="container-contact1-form-btn"> <a href="FormularioDeBusca.html"> <button class="contact1-form-btn">Formulario de Busca</button>…
htmlasked Gabriel Soares 3 -
0
votes0
answers179
viewsQ: Failure to build project in netbeans
when executed works normally but when I call clean and build it shows this error: warning: Supported source version 'RELEASE_6' from annotation processor…
-
0
votes1
answer466
viewsQ: Could not Verify the provided CSRF token because your Session was not found
I’m using Spring security 4.2.3 and spring 4.2.5 when I run the login screen and the user registration screen works correctly however when I ask to access the home screen. this error appears:…
-
0
votes1
answer34
viewsA: Spring Secuirty dependency error
I removed the spring asm library but new bugs appear as: java.lang.NoSuchMethodError: org.springframework.util.ReflectionUtils.clearCache()V at…
-
0
votes1
answer34
viewsQ: Spring Secuirty dependency error
I am not able to adjust the dependencies of my Spring security, I tried to download the libraries 4.3.5 however I could not deploy. I’m not using pom so I need help, my library: Error while…
-
0
votes1
answer56
viewsQ: How to migrate from spring security 3.0.5 to 4.2.3
I’d like to know how to get from Spring Secuirty 3.0.5 to 4.2.3 My xml: <?xml version="1.0" encoding="UTF-8"?> <web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee"…
-
0
votes1
answer736
viewsQ: Change the color of Toolbar on primefaces
I wanted to change the background color of Toolbar what the tag would be <p:toolbar> <f:facet name="right"> <h:commandButton value="Sair" style="color: "/> </f:facet>…
-
0
votes0
answers44
viewsQ: I’m trying to upgrade from spring security 3.0.5 to 4.2.3
I’m trying to switch from spring security 3.0.5 to 4.2.3 but I’m having a serious dependency problem. In this project I was forced not to use mavem or something like that. And the problem (I just…
-
0
votes2
answers162
viewsQ: I wanted to add more than one permission in the springSecurity roles
I would like to know the correct way to add more than one permission to the same folder in springSecurity because I wanted the admin to have the same access as the average user with an extra page.…