Bugs item #643780, was opened at 2002-11-25 22:31
Message generated for change (Comment added) made by cito
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=643780&group_id=4866

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Stuart Donaldson (stuartd)
Assigned to: Nobody/Anonymous (nobody)
Summary: No PSP support for ~user/ directory

Initial Comment:
The support for PSP pages does not seem to work for 
users home directories using ~ expansion.  The system 
tries to parse the http://host/~user/file.psp URL placing 
the /~user/file.psp relative to the DOCUMENT_ROOT, 
rather than parsing the ~user into the users home web 
directory.

A fix for this will likely involve a fix to mod_webkit, to 
retrieve the location of the UserDir configuration directive 
to determine the users web subdirectory.

Fortunately, os.path.abspath() will handle the ~ 
expansion on the name.under *nix, however I am not 
clear on if this even applies under NT.



----------------------------------------------------------------------

>Comment By: Christoph Zwerschke (cito)
Date: 2006-07-06 23:18

Message:
Logged In: YES 
user_id=193957

I think this is a webserver configuration issue only. And is
there really a difference between PSP and other servlets?

If you still think it is a Webware issue, please provide
some more information about your webserver configuration and
WebKit context setup.

----------------------------------------------------------------------

Comment By: Ian Bicking (ianbicking)
Date: 2002-11-25 22:50

Message:
Logged In: YES 
user_id=210337

My recollection of user directories in Apache is that they
are fairly
primitive -- essentially you're aliasing /~*/ to
/home/*/public_html/

I assume the problem is because webkit-handler is being
invoked prior to
the user directory rewriting.  Probably the fix is in how
httpd.conf is
written, and the change to Webware is one of documentation.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=643780&group_id=4866

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to