com.sun.enterprise.v3.admin
Class AdminRESTConfigUpgrade

java.lang.Object
  extended by com.sun.enterprise.v3.admin.AdminRESTConfigUpgrade
All Implemented Interfaces:
ConfigurationUpgrade, org.glassfish.hk2.PostConstruct

@Service
public class AdminRESTConfigUpgrade
extends Object
implements ConfigurationUpgrade, org.jvnet.hk2.component.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 Summary
AdminRESTConfigUpgrade()
           
 
Method Summary
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminRESTConfigUpgrade

public AdminRESTConfigUpgrade()
Method Detail

postConstruct

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


Copyright © 2012. All Rights Reserved.