Commit Graph

477 Commits

Author SHA1 Message Date
Maiklins 3643c289c7 Merge pull request #15256 from Michaelin007/master
Update article HttpSecurity vs. WebSecurity
2023-11-30 21:22:55 +01:00
michaelin007 dea22a6863 Update article httpsecurity vs websecurity 2023-11-30 18:42:41 +00:00
michaelin007 339b269caa Update article httpsecurity vs websecurity 2023-11-30 18:35:21 +00:00
Harry9656 f3e865d163 Merge branch 'master' into task/JAVA-26765 2023-11-30 00:58:57 +01:00
Harpal Singh 179e6e5de2 JAVA-26765: Remove unwanted spaces from xml 2023-11-24 00:13:52 +01:00
gaepi 760481ec04 JAVA-27657 | Replacing deprecated WebSecurityConfigurerAdapter 2023-11-22 15:41:49 +01:00
Harry9656 a76341d307 JAVA-26765: Update spring-security-web-boot-2 to new mysql connector 2023-11-21 06:30:57 +01:00
Harry9656 275de7fd81 JAVA-26765: Update spring-security-web-boot-1 to new mysql connector 2023-11-21 06:27:21 +01:00
Loredana Crusoveanu 925eb644ea Merge pull request #14948 from SamsterZero/patch-1
To change default redirect
2023-11-09 14:19:18 +02:00
Kasra Madadipouya a11bef868b Merge pull request #15080 from anuragkumawat/JAVA-26380
JAVA-26380 Change parent of spring-security-modules- Check build failures
2023-11-08 22:49:17 +01:00
anuragkumawat c7a4c2f623 Merge branch 'eugenp:master' into JAVA-26380 2023-11-03 18:39:01 +05:30
gaepi f49e4d9349 JAVA-18614 | fixing log-out. 2023-10-31 18:44:49 +01:00
gaepi 44aea845c9 JAVA-18614 | fixing log-out. 2023-10-31 18:41:10 +01:00
edizor a068b3886f Update README.md
[skip ci]
2023-10-29 07:00:26 +08:00
anuragkumawat 246d83d49d JAVA-26380 Update parent of child modules to use immediate parent 2023-10-28 13:19:47 +05:30
anuragkumawat bb9a96d9b3 JAVA-26380 Change parent of spring-security-modules- Check build failures 2023-10-27 22:48:52 +05:30
Kasra Madadipouya e23cb46bad Merge pull request #15061 from anuragkumawat/JAVA-26283
JAVA-26283 Improve module build time
2023-10-25 23:10:09 +02:00
davidmartinezbarua 29d0e4f04c Merge pull request #14882 from Finniki/httpvswebsecurity
Httpvswebsecurity
2023-10-24 14:44:14 -03:00
anuragkumawat 46f3aac299 JAVA-26283 Improve module build time 2023-10-24 14:10:17 +05:30
Rufina Uche 643da80391 Update WebSecurityConfig.java 2023-10-21 19:17:05 +01:00
Rufina Uche b17ab69f4d Update HttpSecurityConfig.java 2023-10-21 19:15:13 +01:00
Jérôme Wacongne 8f3b5ecc2b spring-boot 3.1 and spring-addons 7.1.10 (#14902) 2023-10-20 09:11:41 +05:30
timis1 9e2e523da7 JAVA-25805 Remove logback-test.xml 2023-10-19 12:42:36 +03:00
Rufina Uche 0bbc9163f9 Update WebSecurityConfig.java 2023-10-14 21:50:59 +01:00
Rufina Uche 4fb3cb2577 Update HttpSecurityConfig.java 2023-10-14 21:49:30 +01:00
Rufina Uche 9fcdc43c5c Update pom.xml 2023-10-14 21:45:28 +01:00
timis1 696ac5670a JAVA-25805 Review log statements for projects - Week 41 - 2023 2023-10-14 17:09:16 +03:00
Vinay Mhatre 23124ab6f8 To change default redirect
Previously after logging in we used to get the desired index page, but the address bar still had the "/login" in the address bar, this code fixes that
2023-10-11 18:26:22 +05:30
Rufina Uche 4eb6c11b40 Rename WebSecurityConfig.java to WebSecurityConfig.java 2023-10-09 20:59:22 +01:00
Rufina Uche ad0932acd1 Rename HttpSecurityConfig.java to HttpSecurityConfig.java 2023-10-09 20:57:03 +01:00
Rufina Uche 7fcd8a271b Update pom.xml 2023-10-09 20:53:46 +01:00
Rufina Uche 0e8c249abd Update pom.xml 2023-10-09 20:53:04 +01:00
Rufina Uche 8177e74307 Update WebSecurityConfig.java 2023-10-07 12:49:07 +01:00
Rufina Uche 1b1ba05a50 Update HttpSecurityConfig.java 2023-10-07 12:44:06 +01:00
Rufina Uche 5446928547 Update pom.xml
add necessary dependencies
2023-09-30 13:15:37 +01:00
Rufina Uche 9058fad822 Create WebSecurityConfig.java 2023-09-30 13:14:08 +01:00
Rufina Uche 5f016b6220 Create HttpSecurityConfig.java 2023-09-30 13:11:57 +01:00
kasramp ef2de84e4e JAVA-23096 revert slf4j and logback upgrades 2023-08-30 15:54:25 +02:00
Kasra Madadipouya 00033ecc3d Merge branch 'master' into JAVA-23096 2023-08-28 17:17:52 +02:00
Kasra Madadipouya 0442ffac11 Merge pull request #14667 from panos-kakos/TASK-23099
[JAVA-23099] Upgraded maven plugins
2023-08-28 17:13:16 +02:00
panos-kakos b9e8f39c00 [JAVA-23099] Upgraded maven-war-plugin to latest version 2023-08-28 09:02:54 +03:00
panos-kakos fdf58ba3ca [JAVA-23096] Defined logback & slf4j version for jdk8 modules 2023-08-24 08:16:46 +03:00
anuragkumawat 9443ad7229 JAVA-24001 Check Article Code Matches GitHub - Week 33 - 2023 2023-08-13 13:20:17 +05:30
collaboratewithakash f5a3e4da6a backlink updated 2023-08-11 12:33:16 +05:30
Bipinkumar27 cd6c92328d JAVA-22440: Changes made for adding Add missing submodule in respective container modules 2023-07-26 21:35:26 +05:30
Michael Olayemi 8553d79655 How to get active user's UserDetails with AuthenticationPrincipal (#14398) 2023-07-15 07:10:27 +05:30
edizor fd6daf4355 Update README.md
[skip ci]
2023-07-13 20:12:10 +08:00
Michael Olayemi afb42b5674 How to Solve 403 Error in Spring Boot Post Request (#14303)
* How to Solve 403 Error in Spring Boot Post Request

* How to Solve 403 Error in Spring Boot Post Request
2023-07-08 19:20:38 +05:30
Bipin kumar c6a6279724 JAVA-22625: Changes made for module Q to S formatting the pom.xml (#14330) 2023-06-30 16:37:55 +05:30
anuragkumawat 44179d2187 Java 21460 Move code from spring-boot-swagger & spring-boot-swagger-2 to spring-boot-swagger-springfox module (#14310)
* JAVA-21460 Upgrade spring-boot-swagger-jwt modules to use SpringDoc in place of SpringFox

* JAVA-21460 Upgrade spring-boot-swagger-2 module to use SpringDoc in place of SpringFox

* JAVA-21460 Upgrade spring-boot-swagger module to use SpringDoc in place of SpringFox

* JAVA-21460 Move code from spring-boot-swagger & spring-boot-swagger-2 to  spring-boot-swagger-springfox module

* JAVA-21457 Upgrade spring-security-web-rest to use SpringDoc in place of SpringFox
2023-06-28 10:13:24 +05:30