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

ÆØÅ filnavn - ASCII Exception ved dokumentutsending #16

Open
Destidom opened this issue Feb 7, 2023 · 0 comments
Open

ÆØÅ filnavn - ASCII Exception ved dokumentutsending #16

Destidom opened this issue Feb 7, 2023 · 0 comments

Comments

@Destidom
Copy link

Destidom commented Feb 7, 2023

Heisann, vi testet litt med denne klienten og sliter med å få gjennom norske tegn i tittel på hoveddokumentet og vedlegg.

I testmijøet har vi prøvd å sende inn følgende dokument.

var hoveddokument = new Dokument(tittel: "Årsoppgave 2023", dokumentsti: filepath, mimeType: "application/pdf", språkkode: "NO", filnavn: filepath);

Men får følgende feil, fra HttpClient når en prøver å sette content-disposition headeren.
image

Har dere noen tips i hvordan vi burde håndtere filnavn med ÆØÅ, eller finnes det en kjent workaround?

Hvis vi bruker URL encoding i navnet så ender det URL encodede navnet opp som Tittel i digipost, ref bildet under

image

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

No branches or pull requests

1 participant