Hi!
I'm using to create a JavaScript expression that I can use to validate a url.
^.*/[^\.]*$
The above approves the following
/myproduct/v2.2/hub/device_session.pdf
But I don't want it to approve the last .pdf, since this will allow ALL extension, and earlier in the Apache configuration I am validating extensions.
Can someone please help me with this?
Thanks
-M
I'm using to create a JavaScript expression that I can use to validate a url.
^.*/[^\.]*$
The above approves the following
/myproduct/v2.2/hub/device_session.pdf
But I don't want it to approve the last .pdf, since this will allow ALL extension, and earlier in the Apache configuration I am validating extensions.
Can someone please help me with this?
Thanks
-M