Bug 80850 - CVSService fails if parameters have leading or trailing spaces
Summary: CVSService fails if parameters have leading or trailing spaces
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: cvs (show other bugs)
Version: 0.9.94
Platform: FreeBSD Ports FreeBSD
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 20:15 UTC by Tim Hawkins
Modified: 2010-12-16 19:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Hawkins 2004-05-03 20:15:26 UTC
Version:           3.0.3 (using KDE KDE 3.2.2)
Installed from:    FreeBSD Ports
OS:          FreeBSD

If the setup dialog for CVSService has leading or trailing spaces in the server path, then the process of inserting the project into the CVS server fails. 

All parameters from this dialog should be "trimmed" to remove excess whitespace before being used.
Comment 1 Andreas Pakulat 2007-11-30 19:15:20 UTC
SVN commit 743349 by apaku:

strip whitespace from begin/end of typed values.
BUG:80850

 M  +3 -3      cvsoptionswidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=743349