Issue1802

classification
Title: Jython doesn't support jar dir with colon's in it
Type: Severity: minor
Components: Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: alex.gronholm, irmen, kopilka
Priority: Keywords:

Created on 2011-10-06.20:49:07 by kopilka, last changed 2012-05-28.01:45:15 by alex.gronholm.

Files
File name Uploaded Description Edit Remove
sildenafil.html kopilka, 2011-10-06.21:22:57
tadalafil.html kopilka, 2011-10-06.21:33:44
vardenafil.html kopilka, 2011-10-06.21:50:29
Messages
msg6658 (view) Author: Jerry (kopilka) Date: 2011-10-06.20:49:06
<h1>test</h1>
msg6659 (view) Author: Jerry (kopilka) Date: 2011-10-06.20:58:05
If the jar file being run resides in a path with colons (:) in it, Jython fails to load the jar correctly and is unavailable to the Python code.

PySystemState grabs the jarFileName via getJarFileName() and then later tries to treat the path as a classpath (a combination of jar file paths -- see initPath()).

It's valid for UNIX systems to have colons in the path so Jython should probably support it.

The file I've attached has a one line fix though I'm unsure if it breaks anything else.
msg6716 (view) Author: Irmen de Jong (irmen) Date: 2011-11-06.23:45:32
I don't see a file with a fix, only 3 files with medicine spam in them
msg7163 (view) Author: Alex Grönholm (alex.gronholm) Date: 2012-05-28.01:45:15
Closing as spam
History
Date User Action Args
2012-05-28 01:45:15alex.gronholmsetstatus: open -> closed
resolution: invalid
messages: + msg7163
nosy: + alex.gronholm
2011-11-06 23:45:32irmensetnosy: + irmen
messages: + msg6716
2011-10-06 21:50:29kopilkasetfiles: + vardenafil.html
2011-10-06 21:33:45kopilkasetfiles: + tadalafil.html
2011-10-06 21:22:58kopilkasetfiles: + sildenafil.html
2011-10-06 20:58:05kopilkasetmessages: + msg6659
title: tetst -> Jython doesn't support jar dir with colon's in it
2011-10-06 20:56:52kopilkasetfiles: - 1123.html
2011-10-06 20:49:07kopilkacreate