| andres hurtado (JIRA) 2005-03-30, 7:20 pm |
| couple of documentation improvements
------------------------------------
Key: MODPYTHON-39
URL: http://issues.apache.org/jira/browse/MODPYTHON-39
Project: mod_python
Type: Improvement
Components: documentation =20
Reporter: andres hurtado
Priority: Minor
in the section : http://www.modpython.org/live/curre...ml/inst-testin=
g.html , the hello world example needs to mention about apache systems whic=
h are not configured with the "DefaultType text/plain" directive,in which =
the example will not work, or maybe just add an req.content_type =3D 'text/=
plain' to the example. So noobies wont be frustated because they cant get t=
he hello world program to work.
Remark somewhere near the begining of the tutorial / examples that :
In order to send any kind of response=A0headers,including cookies and sessi=
ons,the code should be before any req.write(). So that noobies wont be frus=
tated trying to find out why their hit counter cookie doesnt work.
Perhaps there are some other details that need to be remarked, like several=
issues regarding internal redirects, those can be found at:
REFERENCES : http://www.modpython.org/pipermail/...05-March/01772=
9.html
--=20
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|