Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <security-constraint>
  2. <web-resource-collection>
  3. <web-resource-name>Protected Context</web-resource-name>
  4. <url-pattern>/*</url-pattern>
  5. <http-method>PUT</http-method>
  6. <http-method>DELETE</http-method>
  7. <http-method>HEAD</http-method>
  8. <http-method>TRACE</http-method>
  9. <http-method>OPTIONS</http-method>
  10. </web-resource-collection>
  11. </security-constraint>
  12.  
  13. Status Code: 405 Method Not Allowed
  14. Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, PATCH
  15. Cache-Control: no-cache, no-store
  16. Content-Language: ko
  17. Content-Length: 0
  18. Date: Fri, 24 Mar 2017 06:06:18 GMT
  19. Expires: Thu, 01 Jan 1970 00:00:00 GMT
  20. Pragma: no-cache
  21. Server: Apache-Coyote/1.1
  22. Set-Cookie: JSESSIONID=F3FA27DD32AF860AFE456B8F40642D04; Path=/; Secure; HttpOnly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement