Advertisement
bakhridinova

Untitled

May 21st, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1.  
  2. MockHttpServletRequest:
  3. HTTP Method = POST
  4. Request URI = /api/certificates
  5. Parameters = {}
  6. Headers = []
  7. Body = null
  8. Session Attrs = {org.springframework.security.web.csrf.HttpSessionCsrfTokenRepository.CSRF_TOKEN=org.springframework.security.web.csrf.DefaultCsrfToken@e14c5e7, SPRING_SECURITY_CONTEXT=SecurityContextImpl [Authentication=UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=user, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMIN]], Credentials=[PROTECTED], Authenticated=true, Details=null, Granted Authorities=[ROLE_ADMIN]]]}
  9.  
  10. Handler:
  11. Type = null
  12.  
  13. Async:
  14. Async started = false
  15. Async result = null
  16.  
  17. Resolved Exception:
  18. Type = null
  19.  
  20. ModelAndView:
  21. View name = null
  22. View = null
  23. Model = null
  24.  
  25. FlashMap:
  26. Attributes = null
  27.  
  28. MockHttpServletResponse:
  29. Status = 403
  30. Error message = Forbidden
  31. Headers = [X-Content-Type-Options:"nosniff", X-XSS-Protection:"0", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY"]
  32. Content type = null
  33. Body =
  34. Forwarded URL = null
  35. Redirected URL = null
  36. Cookies = []
  37.  
  38. MockHttpServletRequest:
  39. HTTP Method = POST
  40. Request URI = /api/certificates
  41. Parameters = {}
  42. Headers = []
  43. Body = null
  44. Session Attrs = {org.springframework.security.web.csrf.HttpSessionCsrfTokenRepository.CSRF_TOKEN=org.springframework.security.web.csrf.DefaultCsrfToken@e14c5e7, SPRING_SECURITY_CONTEXT=SecurityContextImpl [Authentication=UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=user, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMIN]], Credentials=[PROTECTED], Authenticated=true, Details=null, Granted Authorities=[ROLE_ADMIN]]]}
  45.  
  46. Handler:
  47. Type = null
  48.  
  49. Async:
  50. Async started = false
  51. Async result = null
  52.  
  53. Resolved Exception:
  54. Type = null
  55.  
  56. ModelAndView:
  57. View name = null
  58. View = null
  59. Model = null
  60.  
  61. FlashMap:
  62. Attributes = null
  63.  
  64. MockHttpServletResponse:
  65. Status = 403
  66. Error message = Forbidden
  67. Headers = [X-Content-Type-Options:"nosniff", X-XSS-Protection:"0", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY"]
  68. Content type = null
  69. Body =
  70. Forwarded URL = null
  71. Redirected URL = null
  72. Cookies = []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement