Zum Hauptinhalt gehen

Lowercase url in MultiViewUrlCreator,InfixUrlCreator,DefaultUrlCreator

Kommentare

1 Kommentar

  • Zendesk API User
    Author: marza - 3/24/2017 15:05

    Hi Kavin,

    have a look at our ODFS (Start page / Advanced topics / Generation / Advanced URLs / Configuration):

    http://www.e-spirit.com/odfs52/advanced-topics/generation/advanced-urls/configuration/

    There you see that with the advanced URL-Creator it is possible to use lower case URLs

    factorySettings = new HashMap();

    factorySettings.put("useregistry","true"); 

    factorySettings.put("useLowercase","true"); 

    factorySettings.put("removedeleted","true"); 

    context.setProperty("#urlCreatorSettings", factorySettings);

    Basically you need to provide your own special advanced URL creator in a FirstSpirit module.

    Regards,

    Marian

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.