-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Labels
Feature: Account & User InfoType: Buga defecta defectUser Role: SysadminInstalls, upgrades, and configures the system, connects via sshInstalls, upgrades, and configures the system, connects via ssh
Milestone
Description
What steps does it take to reproduce the issue?
-
When does this issue occur?
If you get the affiliation via shibboleth and use ShibAttributeCharacterSetConversionEnabled set to true -
Which page(s) does it occurs on?
-
What happens?
affiliation has garbled chars from bad utf-8 conversation -
To whom does it occur (all users, curators, superusers)?
all users -
What did you expect to happen?
the following code has to be enabled for affiliation too
Shib.java:
if(systemConfig.isShibAttributeCharacterSetConversionEnabled()) {
attributeValue= new String( attributeValue.getBytes("ISO-8859-1"), "UTF-8");
}
Which version of Dataverse are you using?
5.9
Any related open or closed issues to this bug report?
no
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: Account & User InfoType: Buga defecta defectUser Role: SysadminInstalls, upgrades, and configures the system, connects via sshInstalls, upgrades, and configures the system, connects via ssh