Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360638 - FilterException in ProjectFilter#doFilter() if projectid is invalid
Summary: FilterException in ProjectFilter#doFilter() if projectid is invalid
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Skalli (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-12 05:36 EDT by Michael Ochmann CLA
Modified: 2022-10-03 10:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ochmann CLA 2011-10-12 05:36:24 EDT
https://<host>/create/gitgerrit?id=unknown-project_id

with an unknown/invalid id parameter results in an error screen:

>Oops, unexpected internal error occured.
>Please inform the ProjectPortal team about this exception: Send Bug Report
>...

Cause is an exception in Project Filter:

org.eclipse.skalli.view.internal.filter.FilterException: Project id 'unknown-project_id' set in url parameter 'id' not valid.
at o.e.s.view.internal.filter.ProjectFilter.doFilter(ProjectFilter.java:89)
...