I noticed that in m1 release the node under server/login/
UnsecuredPath is no longer there.
Is this because the security filter bypasses are being used (/
server/filters/security/bypasses)?
Yes, you can define bypasses per security filter. We will improve
that by using the same kind of voters fabrizio introduced for the cache.
I also noticed that path to login form is no longer prefixed
by /.resources/loginForm/login.html
but by /mgnl-resources/loginForm/login.html....Is /.resources same
as /mgnl-resources/?
I did not check the details (code), but it is very likely that this
is now the path pointing to the file as a classpath resource.
Currently all files in mgnl-resources are available form external
through the .resources prefix. This is done by a classpath spool
servlet.
I had a custom module that bootstrapped a custom login form, so
when I upgraded from 3.0.1 all this stopped working.
Try to point to the file directly.
Thanks in advance for the info...
Amir
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------