|
Note: the bug only occurs when running under wildfly 8.1.Final but NOT on jboss-eap 6.3
Admin console fails to remove or edit a variant (e.g. it's name) giving back a 404 response
The problem lies on the fact that the console attempts to go against a variant path with the ../variant_identifier/.. endpoint in capital instead of the ones defined in the source code e.g. (/IOS instead of /ios , /ANDROID instead of /android.
Also for simple push specifically it uses /SIMPLE_PUSH instead of /simplePush
example URLs:
example URL:
|