Issue1012
Created on 2008-03-19.17:39:53 by nriley, last changed 2015-03-10.18:51:27 by zyasoft.
msg3097 (view) |
Author: Nicholas Riley (nriley) |
Date: 2008-03-19.17:39:52 |
|
Also see #1011. This will particularly help with scripts such as paster
and manage.py (Django), but Nailgun does not offer enough security when
used on shared hosts.
|
msg3148 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2008-04-12.05:34:15 |
|
nailgun is also going to require its own custom main method as opposed
to org.python.util.jython's main. nailgun will call a 'nailMain' method
instead of main if one is implemented. With a custom nailMain we can get
the current working directory of the nailgun client -- otherwise the
current directory of the server is used.
JRuby has a good example of this
|
msg8553 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-05-22.02:15:35 |
|
This is a great idea, but I don't think we should put this in core Jython. My preferred place for these sort of tools is in https://github.com/jythontools/, but regardless of repo it just be something that's in PyPI.
Thoughts?
|
msg9044 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-09-26.05:40:09 |
|
Carefully reading msg3148 this time around, looks like we should have specific support. Maybe 2.7.1?
|
msg9614 (view) |
Author: Jim Baker (zyasoft) |
Date: 2015-03-10.18:51:27 |
|
Now that we have bin/jython.py, and Unix domain sockets have landed in Netty (which solves many security issues), we might consider some sort of plugin support for this type of functionality
Definitely a feature for 2.7.x, where x > 0
|
|
Date |
User |
Action |
Args |
2015-03-10 18:51:27 | zyasoft | set | messages:
+ msg9614 |
2014-09-26 05:40:09 | zyasoft | set | priority: normal -> low messages:
+ msg9044 |
2014-05-22 02:15:35 | zyasoft | set | nosy:
+ zyasoft messages:
+ msg8553 |
2013-02-25 18:43:56 | fwierzbicki | set | resolution: remind |
2013-02-25 18:43:39 | fwierzbicki | set | versions:
+ Jython 2.7, - 2.5.1 |
2009-03-14 03:10:12 | fwierzbicki | set | versions:
+ 2.5.1 |
2008-12-17 19:11:53 | fwierzbicki | set | priority: normal |
2008-05-20 18:30:52 | fwierzbicki | set | nosy:
+ fwierzbicki |
2008-04-12 05:34:16 | pjenvey | set | nosy:
+ pjenvey messages:
+ msg3148 |
2008-03-19 17:39:53 | nriley | create | |
|