inflearn logo
강의

Course

Instructor

Spring Framework is in my hands [Spring Shot 1]

78. Process member logout

시큐리티 로그인 에러 질문입니다.

525

yubincho96389

17 asked

0

안녕하세요.

78강 로그인 처리하면 아래처럼 에러가 납니다.;;

피드백 부탁드립니다. ㅠㅠ

설정 파일에서 이미지 변수를 추가해야 할까요?

There was an unexpected error (type=Internal Server Error, status=500).

Property [memProfile] not found on type [com.example.site.domain.MemberUser]

javax.el.PropertyNotFoundException: Property [memProfile] not found on type [com.example.site.domain.MemberUser]

 

로긴에러.PNG

jsp MVC spring Spring Security

Answer 2

0

yubincho96389

선생님, 해결했습니다. !!!

제가 jsp 파일에 ${mvo.member.memName}님으로 수정을 안했더라구요.

강의 감사합니다 ~

0

bitcocom

네 잘하셨습니다~~

0

yubincho96389

SecurityConfig 파일에 아래 코드를 추가했더니 이번엔

아래의 에러가 뜹니다. ;;;

 


<< 에러 메시지 >>

Type Exception Report

Message javax.el.PropertyNotFoundException: Property [memName] not found on type [com.example.site.domain.MemberUser]

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.apache.jasper.JasperException: javax.el.PropertyNotFoundException: Property [memName] not found on type [com.example.site.domain.MemberUser]

 

 

<< 코드 추가 >>

@Override

public void configure(WebSecurity web) throws Exception { web.ignoring().requestMatchers(PathRequest.toStaticResources().atCommonLocations()) .antMatchers("/resources/**", "/error");

}

재생이 안되요

0

119

0

404 HTTP 상태 코드

0

167

2

lombok api 등록 후

0

184

2

UsernamePasswordAuthenticationToken 생성에 대해서 질문이 있습니다.

0

226

1

@RequestBody에 관해서 질문이요.

0

188

1

MVC06에 회원정보수정, 이미지등록수정 강의 영상이 없습니다

2

217

1

namespace 칸이 없습니다.

0

284

2

프로젝트 생성시 Srping MVC Project 없음

0

363

1

spring security 이후 Spring MVC06

0

231

1

Lomkob API 관련

0

206

1

깃허브 주소

0

267

1

포워딩오류? 인거 같습니다

0

347

1

css바꾸고 싶을때

0

313

1

git 연결할때 오류

0

271

1

프로젝트 생성시 Srping MVC Project 없음

0

1069

1

Oracle을 연결하고 싶은데, sql파일을 만들고나면...

0

285

1

프로젝트 생성시 Srping MVC Project 없음

0

4732

6

43강 age 0오류

0

304

1

Controller의 BoardMapper 쪽에서 문제가 있습니다.

0

388

1

Spring05 버전에서 이미지를 설정했을 때 권한이 보이지 않습니다

0

244

1

스프링 시큐리티 로그인 후 모달창 질문드립니다

0

630

0

아이디 중복확인 NullPointerException

0

368

2

새로고침해야만 등록한 글이 리스트에 뜹니다.

0

253

1

회원테이블과 권한테이블 간 관계

0

477

1