Class AdminRESTConfigUpgrade

  • All Implemented Interfaces:
    ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct

    @Service
    public class AdminRESTConfigUpgrade
    extends Object
    implements ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
    Adds the needed http.setEncodedSlashEnabled to domain.xml during an upgrade from a v2.X server. For more information see: https://glassfish.dev.java.net/issues/show_bug.cgi?id=13627
    • Constructor Detail

      • AdminRESTConfigUpgrade

        public AdminRESTConfigUpgrade()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct