| Summary: | Quanta fails to open remote project when login takes too long | ||
|---|---|---|---|
| Product: | [Unmaintained] quanta | Reporter: | Dik Takken <kde> |
| Component: | general | Assignee: | András Manţia <amantia> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dik Takken
2004-01-21 21:25:27 UTC
Subject: Re: New: Quanta fails to open remote project when login takes too long Right, but is it a bug? We have a security timeout, so if something goes really bad (that includes a very slow user), Quanta thinks the connection is broken. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQFADvK1TQdfac6L/08RAoQdAJwLeE7ny+tFFphjXzJb+KDM3a0eUwCgq66r IGjEAyoWSMH4Nz9A1337LCg= =7loo -----END PGP SIGNATURE----- Yes it's a bug, because if I spend 10 seconds thinking "Hmm.. what was that password again..." I am already too late. The timeout should be 30 seconds minimum. Subject: KDE_3_2_BRANCH: quanta CVS commit by amantia: Several bugfixes ported from HEAD: - timeout limit for network operations is now 60s (#73173) - tag & document parsing fixes (which fixes also a crash) - attribute editor fixes CCMAIL: 73173-done@bugs.kde.org M +8 -0 ChangeLog 1.205.2.1 M +40 -55 quanta.kdevelop 1.103.2.3 M +1 -1 quanta/document.cpp 1.240.2.2 M +1 -1 quanta/qextfileinfo.cpp 1.29.2.1 M +1 -0 quanta/quanta.cpp 1.414.2.3 M +0 -11 quanta/dialogs/previewoptionss.ui 1.8.4.1 M +1 -1 quanta/parser/node.cpp 1.39.2.1 M +87 -57 quanta/parser/parser.cpp 1.159.2.2 M +2 -1 quanta/parser/tag.cpp 1.52.2.1 |