This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 161292 - Improve validation of a Hudson instance name
Summary: Improve validation of a Hudson instance name
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 17:52 UTC by Petr Dvorak
Modified: 2012-06-14 16:43 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-03-26 17:52:14 UTC
Product Version: NetBeans IDE Dev (Build 200903251400)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Linux version 2.6.27-14-generic running on i386; UTF-8; en_US (nb)

Currently, it is possible to create an instance called "<b>MMM</b>mmm" or "Hello\nWorld". In spite the fact this causes
no serious problems, the validation of a hudson instance name could be improved to allow only names matching:

[a-zA-Z0-9 _-]{3, 40}