AEMAaCS | Extension less and selector less sling servlet
Hi Folks,
I need to write a sling servlet either part type or resource type anything is acceptable
1. Extension less
2. Selector less
Something like below
localhost:4502/mysite?param1=val1¶m2=val2
Path type servlet always need 2 level of hierarchy i.e. /bin/ or /mysite/, Can it have path without trailing slash and only one level of script resolution like /mysite
I tried but no luck.
Please advise
Thanks,
Pradeep