Skip to content

ShibAttributeCharacterSetConversionEnabled has no influence on affiliation #8573

@jahbra

Description

@jahbra

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions