I'm seeing an odd behavior ... request.folder has lost all the "/"
marks in the path.

During page load, request.folder has the proper "/" marks, as in:

    N:/web2py/applications/myapp

but later, during a callback script, the "/" marks have been stripped,
as in:

    N:web2pyapplicationsmyapp

In between, I can't find anywhere that I touched it.

Anyone have any thoughts about what could possibly be causing that?

Reply via email to