Skip to content

CELDEV-1338 Add attachment history URL and guest rights - #314

Open
fpichler wants to merge 1 commit into
devfrom
CELDEV-1338-history-and-guest-rights
Open

CELDEV-1338 Add attachment history URL and guest rights#314
fpichler wants to merge 1 commit into
devfrom
CELDEV-1338-history-and-guest-rights

Conversation

@fpichler

@fpichlerfpichler commented Aug 24, 2026

Copy link
Copy Markdown
Member

Summary

  • expose a backend-generated attachment historyUrl using viewattachrev
  • evaluate anonymous attachment requests through guest VIEW rights instead of returning an explicit 401 for a missing user
  • return 403 when guest VIEW access is denied
  • add focused serialization and anonymous allow/deny tests

Validation

  • mvn -o -f celements-filebase/pom.xml clean test -Dtest=PageAttachmentsControllerTest — 7 tests passed
  • mvn -o -f celements-filebase/pom.xml clean compile -DskipTests
  • git diff --check origin/dev...HEAD

Tracking

Sign up for freeto 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

@fpichler