Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
automatic project update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Dec 17, 2015
1 parent 2b472ab commit 14d8eb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated on 2015-12-16 using generator-jhipster 2.26.0
// Generated on 2015-12-17 using generator-jhipster 2.26.1
'use strict';
var fs = require('fs');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"karma": "0.13.15",
"karma-coverage": "0.5.3",
"karma-jenkins-reporter": "0.0.2",
"generator-jhipster": "2.26.0",
"generator-jhipster": "2.26.1",
"lodash": "3.10.1",
"xml2js": "0.4.15",
"yo": ">=1.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public void configure(WebSecurity web) throws Exception {
protected void configure(HttpSecurity http) throws Exception {
http
.exceptionHandling()
.accessDeniedHandler(new CustomAccessDeniedHandler())
.authenticationEntryPoint(authenticationEntryPoint)
.and()
.csrf()
Expand Down

0 comments on commit 14d8eb9

Please sign in to comment.