[go: up one dir, main page]

Activity for jEdit

  • Martin Raspe Martin Raspe committed [r25773] on SVN

    brought back method name TemplatesPlugin.getTemplateDir, used by XML plugin

  • Gilward Kukel Gilward Kukel created ticket #4148

    jEdit 5.7: Bug in Save-Dialog

  • Eric Le Lay Eric Le Lay modified ticket #4147

    Found Vulnerability:- IDOR (Insecure Direct Object Reference)

  • Eric Le Lay Eric Le Lay posted a comment on ticket #4147

    according to your report HTTP is 200 with modified or unmodified account id, but json is status: "ok" with unmodified and "error" with modified account id. So it doesn't look like the changed account id was accepted. Again, it has nothing to do with jEdit. I'm closing the ticket now.

  • kunal waidande kunal waidande posted a comment on ticket #4147

    *Before re-testing it first Login your account then only you will see response 200 ok:- In 6th point after modifying the account id from request you will see that response is ok in repeater, it must not happen. If somone modify the account id it must show error code. I have also send the PDF report with POC.

  • Eric Le Lay Eric Le Lay posted a comment on ticket #4147

    I see you already created https://sourceforge.net/p/forge/site-support/27035/

  • Eric Le Lay Eric Le Lay modified ticket #4147

    Found Vulnerability:- IDOR (Insecure Direct Object Reference)

  • Eric Le Lay Eric Le Lay posted a comment on ticket #4147

    please clarify exactly how in step 6. it is a vulnerability since the response is an error. Anyway, please send the report to sourceforge.net, because on jedit.org it is just an image and a plain link to https://www.sourceforge.net/projects/jedit/.

  • Eric Le Lay Eric Le Lay modified ticket #4147

    Found Vulnerability:- IDOR (Insecure Direct Object Reference)

  • Eric Le Lay Eric Le Lay posted a comment on ticket #4147

    please clarify exactly how in step 6. it is a vulnerability since the response is an error. Anyway, please send the report to sourceforge.net, because on jedit.org it is just an image and a plain link to https://www.sourceforge.net/projects/jedit/.

  • kunal waidande kunal waidande created ticket #4147

    Found Vulnerability:- IDOR (Insecure Direct Object Reference)

  • Björn Kautler committed [fba3ca] on jEdit

    Improve Windows Installer settings

  • Björn Kautler committed [3491fd] on jEdit

    Improve macOS app bundle building

  • Björn Kautler Björn Kautler modified ticket #4146

    Unable to save new files with current master

  • Björn Kautler Björn Kautler posted a comment on ticket #4146

    Hey there, sorry. I already had the proper fix for this locally, just didn't push yet because it was after some other commits that wait for the release of another project. I reordered the commits now and pushed that fix. Renaming and thus also 2-stage-save should work properly again now in current master.

  • Björn Kautler committed [7c641f] on jEdit

    Use local DocBook XML files during XSLT transformations

  • Björn Kautler committed [b190eb] on jEdit

    Update InnoSetup to version 6.4.3

  • Björn Kautler committed [c0a4dd] on jEdit

    Fix broken file renaming

  • Björn Kautler committed [f5ce84] on jEdit

    Fix rename error messages

  • Eric Le Lay Eric Le Lay modified a comment on ticket #4146

    This is because File.delete() doesn't throw an exception when the file doesn't exist, while Files.delete(path) does. I guess this is the reason why you chose to use Files.delete, given the commit message, but the issue is that you didn't add code to handle the NoSuchFileException. Please revert or fix the code. Adding a debug message, here is an example of the problem: fromCanonPath == "/tmp/#xxxxxe#save#" and toCanonPath == "/tmp/xxxxxe"

  • Eric Le Lay Eric Le Lay posted a comment on ticket #4146

    This is because File.delete() doesn't throw an exception when the file doesn't exist, while Files.delete(path) does. I guess this is the reason why you chose to use Files.delete, given the commit message, but the issue is that you didn't add code to handle the NoSuchFileException. Please revert or fix the commit. Adding a debug message, here is an example of the problem: fromCanonPath == "/tmp/#xxxxxe#save#" and toCanonPath == "/tmp/xxxxxe"

  • Eric Le Lay Eric Le Lay posted a comment on ticket #4146

    @vampire0 this is a regression introduced in e73d8bfd46e7d0dba2371c1bad82a89a7aa12ba9 "Properly handle problems during file renaming in file VFS"

  • Eric Le Lay Eric Le Lay posted a comment on ticket #4146

    With "2 stage save" active and "backup on each save" active. 1 backup, tilde suffix. Also with -noserver -nosettings: ie a fresh install jEdit compiled from current master= 01c732d64823f7e70e5bcc3fcb3f7ea6b7207bb8

  • Eric Le Lay Eric Le Lay created ticket #4146

    Unable to save new files with current master

  • Björn Kautler committed [ca2f88] on jEdit

    fixup! Improve macOS app bundle building

  • Björn Kautler committed [d88ae4] on jEdit

    wip

  • Björn Kautler committed [5102fd] on jEdit

    Improve macOS app bundle building

  • Björn Kautler committed [981494] on jEdit

    Add test that file extensions are shown in the type column of the file system browser

  • Björn Kautler committed [f03db7] on jEdit

    Add test that sorting by type actually sorts by type and then by file extension

  • Björn Kautler committed [fe3157] on jEdit

    Treat file systems like directories during initial sorting in file system browser

  • Björn Kautler committed [85e1e9] on jEdit

    Fix broken file renaming

  • Björn Kautler committed [0a8078] on jEdit

    Fix rename error messages

  • Björn Kautler committed [080e32] on jEdit

    Add test that roots file system can use system icons

  • Björn Kautler committed [c8550b] on jEdit

    Add test that all types are mixed if enabled

  • Björn Kautler committed [44102c] on jEdit

    Add test that directories and filesystems are mixed

  • Björn Kautler committed [2245e2] on jEdit

    Add test that protocol node is not shown twice for URL paths

  • Björn Kautler committed [18f9ec] on jEdit

    Add test that root parent of a UNC path is the UNC server

  • Björn Kautler committed [310fb9] on jEdit

    Add test for not having a file separator for drive entries in the file roots view

  • Björn Kautler committed [4988b1] on jEdit

    Deiconify the windows when using -newview or -newplainview

  • Björn Kautler committed [fd6d76] on jEdit

    Add test for deiconification on reuse view command through edit server

  • Björn Kautler committed [762a03] on jEdit

    Add test for not hanging indefinitely at startup if the edit server responds wrongly

  • Björn Kautler committed [424713] on jEdit

    Add test for not hanging indefinitely at startup if the edit server does not respond

  • Björn Kautler committed [d702a0] on jEdit

    Add test for not stopping the edit server on exception during communication

  • Björn Kautler committed [ec3ccf] on jEdit

    Add test for not stopping the edit server on misbehaving client

  • Björn Kautler committed [871b6a] on jEdit

    Add test for settings directory locking

  • Björn Kautler committed [3b8c8b] on jEdit

    Add test for context insensitive flag being considered immediately (#3812)

  • Björn Kautler committed [7f9867] on jEdit

    Add possibility to specify arguments for UI-tested jEdit

  • Björn Kautler committed [a7c259] on jEdit

    Add test for htaccess highlighting (#3812)

  • Björn Kautler committed [8fadac] on jEdit

    Add possibility to write UI tests

  • Björn Kautler committed [c57cbd] on jEdit

    Port all existing tests to Spock

  • Björn Kautler committed [9fc892] on jEdit

    Add possibility to write Spock tests

  • Björn Kautler committed [01f411] on jEdit

    Publish test results as GitHub check suite

  • Björn Kautler committed [651090] on jEdit

    Publish test results as artifacts

  • Björn Kautler committed [c4c307] on jEdit

    Run continuous intergration against all supported LTS and the latest Java version

  • Björn Kautler committed [a32f9f] on jEdit

    Do the 'always' actions in the GitHub workflow only if the build was not cancelled

  • Björn Kautler committed [93602c] on jEdit

    Fix whitespaces in build.xml

  • Björn Kautler committed [02f313] on jEdit

    Do not run tests if they are up-to-date

  • Björn Kautler committed [d1aafc] on jEdit

    Print the plain Ant version in the version mismatch error message

  • Björn Kautler committed [e7168c] on jEdit

    Use a GitHub App instead of personal access token for the mirroring

  • Björn Kautler committed [44c03b] on jEdit

    Use local DocBook XML files during XSLT transformations

  • Björn Kautler committed [7dc69c] on jEdit

    Update InnoSetup to version 6.4.3

  • Donat Callens Donat Callens posted a comment on ticket #4145

    first lines of activity log are Log file created on Thu Jun 26 10:26:11 CEST 2025 IMPORTANT: Because updating this file after every log message would kill performance, it will be incomplete unless you invoke the Utilities->Troubleshooting->Update Activity Log on Disk command! 10:26:11 AM [main] [message] Log: When reporting bugs, please include the following information: 10:26:11 AM [main] [message] Log: java.version=17.0.13 10:26:11 AM [main] [message] Log: java.vm.version=17.0.13+4-LTS-259 10:26:11...

  • Donat Callens Donat Callens posted a comment on ticket #4145

    The only relevant line is this one: 11:30:36 AM [jEdit Worker #3] [error] PluginList: CacheRemotePluginList: proxy requires authentication Donat Callens On Mon, 16 Jun 2025 at 15:14, Donat Callens donatcallens@users.sourceforge.net wrote: The proxy needs a username and password. It did work on the same profile before updating recently to version 5.7. After that it did not work anymore. I tried with a new empty profile and proxy settings, but that did not work either. Donat Callens On Mon, 16 Jun...

  • Donat Callens Donat Callens posted a comment on ticket #4145

    The proxy needs a username and password. It did work on the same profile before updating recently to version 5.7. After that it did not work anymore. I tried with a new empty profile and proxy settings, but that did not work either. Donat Callens On Mon, 16 Jun 2025, 15:11 Alan Ezust, ezust@users.sourceforge.net wrote: We need more info to reproduce. Is a username/password required for this proxy? Did you supply one or both or neither? [bugs:#4145] https://sourceforge.net/p/jedit/bugs/4145/ 5.7 proxy...

  • Alan Ezust Alan Ezust posted a comment on ticket #4145

    Also, please clear the activity log, reproduce, and then attach the activity log to this ticket.

  • Alan Ezust Alan Ezust posted a comment on ticket #4145

    We need more info to reproduce. Is a username/password required for this proxy? Did you supply one or both or neither?

  • Donat Callens Donat Callens posted a comment on ticket #4145

    I'm behind a proxy. The proxy settings used to work and have not been changed. I tried all sorts of changes to no avail. Donat Callens On Sun, 15 Jun 2025 at 01:37, Alan Ezust ezust@users.sourceforge.net wrote: Under jEdit global options - Proxy Settings, are you using a proxy server? The error message tells you to supply a password there. If you are not using a proxy server, be sure to uncheck that option. [bugs:#4145] https://sourceforge.net/p/jedit/bugs/4145/ 5.7 proxy error for plugin manager...

  • Alan Ezust Alan Ezust posted a comment on ticket #4145

    Under jEdit global options - Proxy Settings, are you using a proxy server? The error message tells you to supply a password there. If you are not using a proxy server, be sure to uncheck that option.

  • Donat Callens Donat Callens created ticket #4145

    5.7 proxy error for plugin manager

  • Makarius Makarius created ticket #645

    Standardize notable color properties wrt. getColorHexString

  • Eric Le Lay Eric Le Lay modified ticket #1935

    FTP Dialog won't open

  • Eric Le Lay Eric Le Lay posted a comment on ticket #1935

    FTP 1.4 has been released. It should fix the issue.

  • Yosuke Ito Yosuke Ito created ticket #4144

    Impossible to insert the backslash character in Japanese keyboard

  • Eric Le Lay Eric Le Lay posted a comment on ticket #4142

    Hi Derek, please try FTP plugin 1.4, an update available from the Plugin Manager. Thanks,

  • dbareis dbareis modified a comment on ticket #4143

    Sorry I didn't realise it was a plugin, its hard to imagine an editor without natively supporting tabs. I would have installed it many yonks ago. I already have the "sort buffer switcher" ticked. I'm also thinking that the sorting issue doesn't happen until there is more than a single line of tabs. In any case I don't want them sorted, I want them in the order I put them, for example when I move a tab to the front (first col, 1st row), I don't expect it to disappear into the middle somewhere.

  • dbareis dbareis posted a comment on ticket #4143

    Sorry I didn't realise it was a plugin, its hard to imagine an editor without natively supporting tabs. I would have installed it many yonks ago. I already have the "sort buffer switcher" ticked. I'm also thinking that the sorting issue doesn't happen until there is more than a single line of tabs. In any case I don't want them sorted, I want them in the ider I order them, for example when I move a tab to the expected(first col 1st row), I don't expect it to disappear into the middle somewhere.

  • Björn Kautler committed [7a2b55] on jEdit

    wip

  • Björn Kautler committed [df8f7c] on jEdit

    Port all existing tests to Spock

  • Björn Kautler committed [8a48ea] on jEdit

    Add possibility to write Spock tests

  • Alan Ezust Alan Ezust posted a comment on ticket #4143

    To sort the buffer sets (which are used by BufferTabs) global options - view - sort buffer switcher.

  • Alan Ezust Alan Ezust posted a comment on ticket #4143

    Are you talking about the BufferTabs plugin? jEdit has no tabs.

  • dbareis dbareis created ticket #4143

    Random Tab Order (it keeps changing on it's own)

  • Björn Kautler Björn Kautler modified a comment on ticket #1732

    Ok, I fixed it by forking the JUnit execution off of the Ant process and adding the needed Ant libraries manually to that process. This way no unwanted entries make it to the test classpath. The problem was that the Classpath plugin added the jEdit.jar file to the CLASSPATH environment variable in the Console plugin and the Ant launcher script then considered it and put it early in the classpath. This way the classes from the running jEdit, instead of the correct classes were under test and there...

  • Björn Kautler committed [01c732] on jEdit

    Properly set the normative doctype in the doc files

  • Björn Kautler committed [f90aa5] on jEdit

    Correctly show "/" on *nix and properly add it to FSB history

  • Björn Kautler committed [a6c2d7] on jEdit

    Restore correct value in FSB custom context menu options

  • Björn Kautler committed [749440] on jEdit

    Restore lost search indexing error title and message

  • Björn Kautler committed [ae9219] on jEdit

    Allow to configure additional UNC server under roots VFS

  • Björn Kautler committed [c97ae4] on jEdit

    Correct fallback option group contents

  • Björn Kautler committed [8681fc] on jEdit

    Show local WSL network share under roots VFS

  • Björn Kautler committed [2ea654] on jEdit

    Add the file extension in the file system browser type column

  • Björn Kautler committed [4e4019] on jEdit

    Do not consider a directory with dot to have an extension

  • Björn Kautler committed [1a610e] on jEdit

    When sorting by type, first sort by type, then file extension

  • Björn Kautler committed [f0db4d] on jEdit

    Fix listing of UNC paths without a given share

  • Björn Kautler committed [3dd2bd] on jEdit

    Show leading path separators in root node for UNC paths

  • Björn Kautler committed [56c114] on jEdit

    Add a IOUtilities.closeQuietly overload accepting AutoCloseable

  • Björn Kautler committed [017ec7] on jEdit

    Show the correct system icons for file roots if the default icons option is not enabled

  • Björn Kautler committed [be1f3b] on jEdit

    Show the correct type for shell folders and file systems in the file system browser

  • Björn Kautler committed [81f45c] on jEdit

    Deduplicate file roots and shell folders in file roots VFS

  • Björn Kautler committed [0bb735] on jEdit

    Properly handle multiple shell folders in file roots VFS

1 >