Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

닉네임 특수문자 해결 #85

Merged
merged 4 commits into from
Feb 1, 2025
Merged

닉네임 특수문자 해결 #85

merged 4 commits into from
Feb 1, 2025

Conversation

jafacode
Copy link
Collaborator

@jafacode jafacode commented Jan 31, 2025

✨ 주요 변경 사항

  • 백엔드: Spring Boot 관련 기능 추가/수정
  • 프론트엔드: React 관련 UI/UX 구현/수정
  • 테스트: 신규 테스트 케이스 작성 또는 기존 수정
  • 기타: <기타 작업 내용을 입력하세요>

📋 작업 내용

추가/변경된 내용

  • 닉네임 특수문자 반영을 위한 @PathVariable에서 @RequestParam으로 변경

작업 상세 설명

  1. Nickname @RequestParam 이용: Tomcat에서 %2F와 같은 보안적 문제가 있는 특수문자는 어떻게든 PathVariable로 못 받아들이게 설정이 되어있어서(따로 tomcat에서 설정을 하여도 안됨) RequestParam으로 받아야한다.

✅ 체크리스트

  • 코드가 잘 빌드됨
  • Linter
  • 모든 테스트 통과
  • kanban update

@jafacode jafacode merged commit 0834ebb into main Feb 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant