Is there a way we can redirect /hac/platform/init
to a Hybris 404
like how it happens for /hac/platform/init/execute
? Also guide me with the ant targets that I must use to see the changes that I make on init.jsp and init.js (they don't go live on fly).
相关问题
- thread_local variables initialization
- Initializing variables, variable scope and import_
- How to initialize a 2D array of strings in java
- variable length arrays in C and initializing it in
- Angular Does APP_INITIALIZER work inside of lazy l
相关文章
- F# Object Initialization with a Constructor
- Is it guaranteed that defaulted constructor initia
- Initialization in polymorphism of variables
- Is Type name = name; ever useful in C++?
- How do I value-initialize a Type* pointer using Ty
- Why doesn't calling member function invoke the
- Initialization of static variables in C [duplicate
- executing static program from android init.rc
I hope you want to protect the initialization trigger, which could be accidental.
Hybris OOTB you can lock the HAC system initialization.
To lock the system for initialization and update add the unlocking (
system.unlocking.disabled=true
) properties to yourlocal.properties
file and rebuild your system.You can also unlock it without restarting the system.
/hac/platform/init
, Click on Unlock.Refer blog for more details and other ways to block the URL itself - Answering your actual question.
Lock system initialization screen and protect it by setting system.unlocking.disabled=true