inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

스프링 프레임워크는 내 손에 [스프1탄]

78.회원로그아웃 처리하기

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

519

웨스

작성한 질문수 17

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

답변 2

0

웨스

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

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

강의 감사합니다 ~

0

박매일

네 잘하셨습니다~~

0

웨스

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

114

0

404 HTTP 상태 코드

0

164

2

lombok api 등록 후

0

175

2

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

0

223

1

@RequestBody에 관해서 질문이요.

0

183

1

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

2

209

1

namespace 칸이 없습니다.

0

281

2

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

0

355

1

spring security 이후 Spring MVC06

0

223

1

Lomkob API 관련

0

202

1

깃허브 주소

0

265

1

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

0

338

1

css바꾸고 싶을때

0

307

1

git 연결할때 오류

0

265

1

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

0

1061

1

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

0

282

1

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

0

4721

6

43강 age 0오류

0

299

1

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

0

382

1

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

0

240

1

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

0

626

0

아이디 중복확인 NullPointerException

0

362

2

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

0

247

1

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

0

470

1