Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 375118

Summary: [Tooling] Launcher: show warning when servlet path does not start with a slash
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.5   
Target Milestone: 1.5 M7   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ralf Sternberg CLA 2012-03-22 17:20:24 EDT
For compatibility with previous versions, the launcher also accepts servlet paths without a trailing slash.
But since entrypoint paths must start with a slash in the new API, we should also show a warning when the servlet path entered in the launcher doesn't have this leading slash.
Comment 1 Ivan Furnadjiev CLA 2012-04-04 04:07:52 EDT
Changed RAPLaunchConfigValidator to show a warning in case of a missing leading slash in the servlet path.