Actions
Bug #73
closedSuper Selection Order Adminstration - View order detrails - NumberFormatException
Status:
Closed
Priority:
Normal
Assignee:
Category:
eCosway mall - control center
Target version:
Resolution:
Fixed
Description
java.lang.NumberFormatException: For input string: "SUF2934643" 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.apache.jsp.admin.order_005fBP_005fviewOrderDetail_jsp._jspService(order_005fBP_005fviewOrderDetail_jsp.java:772)
Updated by Chooi-Mey almost 14 years ago
This refer to function Super Selection Order Adminstration - Order Enquiry - view details
Updated by chin-yeh almost 14 years ago
- Status changed from New to In Progress
steps to reproduce:
- login to control center
- go to Super Selection Order Administration -> Order Enquiry
- disable JavaScript from the browser
- copy and paste the following URL to the address bar and then press Enter:
http://60.49.152.21/ecoswaymig/admin/order_BP_viewOrderDetail.jsp?refno=&orderID=SUF2934662&approvalLimit=0.0&pageNo=0&trxPeriod=012011&searchMall=ECOS&searchCriteria=2934662&searchType=2&actionValue=8
- repeat previous step
Updated by chin-yeh almost 14 years ago
- Status changed from In Progress to Feedback
- Assignee changed from chin-yeh to Chooi-Mey
- % Done changed from 0 to 100
- Resolution set to Fixed
deployed the fix already. the fix will check if the order number is numeric before do any numeric parsing.
how to verify:- login to control center
- go to Super Selection Order Administration -> Order Enquiry
- disable JavaScript from the browser
- copy and paste the following URL into address bar and then press Enter:
http://60.49.152.21/ecoswaymig/admin/order_BP_viewOrderDetail.jsp?refno=&orderID=SUF2934662&approvalLimit=0.0&pageNo=0&trxPeriod=012011&searchMall=ECOS&searchCriteria=2934662&searchType=2&actionValue=8
- repeat previous step
Updated by chin-yeh almost 14 years ago
chin-yeh wrote:
deployed the fix already. the fix will check if the order number is numeric before do any numeric parsing.
how to verify:
- login to control center
- go to Super Selection Order Administration -> Order Enquiry
- disable JavaScript from the browser
- copy and paste the following URL into address bar and then press Enter:
[...]- repeat previous step
updated the test instruction
Actions