[SCARAB] #SCB2998 (Confirmed) Exception if an invalid issue id with invalid suffix is entered

View: New views
1 Messages — Rating Filter:   Alert me  

[SCARAB] #SCB2998 (Confirmed) Exception if an invalid issue id with invalid suffix is entered

by Johannes Hoechstaedter-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Activity report on Defect SCB2998 - Exception if an invalid issue id with invalid suffix is entered
Scarab
The Self Issue Tracker

Activity generated by Johannes Hoechstaedter (j.hoechstaedter@...) at 09/23/2009 14:17

Issue SCB2998 (Exception if an invalid issue id with invalid suffix is entered)

Attributes

Issue ID SCB2998 (Defect)
Created by Johannes Hoechstaedter Wed Sep 23 14:17:34 CEST 2009
Last modified by Johannes Hoechstaedter 2009-09-23 14:23:38.0

Summary of activity

Reasons for the changes Fixed at revision: 10853
Was fixed in branch in revision: 10853
Example in description synchronized with stack trace.
Summary revised
Issue general information null: ()
Attribute changes Priority: 3-Normal ()
Summary: Exception on enetring issue id with invalid suffix ()
Target milestone: 0.22 ()
Database: MySQL ()
Version: 0.21 ()
Status: Unconfirmed ()
"Short description" set to: "If an id with an invalid suffix is entered in text field for quick access (assumption is that all suffixes are invalid as suffixes are not supported) e.g. "SCB2f" a stack trace is thrown."
"Stack trace" set to: "Caused by: java.lang.NumberFormatException: For input string: "+" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:447) at java.lang.Integer.parseInt(Integer.java:497) at org.tigris.scarab.om.Issue$FederatedId.setUniqueId(Issue.java:317) at org.tigris.scarab.om.Issue$FederatedId.(Issue.java:283) at org.tigris.scarab.om.IssueManager.getIssueById(IssueManager.java:120) at org.tigris.scarab.screens.ViewIssue.getReferredIssue(ViewIssue.java:141) at org.tigris.scarab.screens.ViewIssue.doBuildTemplate(ViewIssue.java:93) at org.apache.turbine.modules.SecureModule.doBuildTemplate(SecureModule.java:88) at org.apache.turbine.modules.Module.doBuild(Module.java:97) at org.tigris.scarab.screens.Default.doBuild(Default.java:89) at org.apache.turbine.modules.Module.execute(Module.java:124) at org.apache.turbine.pipeline.RunModulesValve.runModules(RunModulesValve.java:143) at org.apache.turbine.pipeline.RunModulesValve.invoke(RunModulesValve.java:107) ... 69 more "
Status: Confirmed (Unconfirmed)
Resolution: Fixed ()
Solution: Branch ()
"Short description" set to: "If an id with an invalid suffix is entered in text field for quick access (assumption is that all suffixes are invalid as suffixes are not supported) e.g. "SCB2+" a stack trace is thrown."
Summary: Exception if an invalid issue id with invalid suffix is entered (Exception on enetring issue id with invalid suffix)
Comments By Johannes Hoechstaedter 09/23/2009 14:23
Parsing for issue id added

At revision: 10853 (b22 branch)