You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by jo...@gmail.com on 2010/05/10 23:19:04 UTC

OAuthUtil doesn't throw RuntimeException on invalid URI (issue1178041)

Reviewers: shindig.remailer_gmail.com,

Description:
User input shouldn't cause uncaught exceptions...

Please review this at http://codereview.appspot.com/1178041/show

Affected files:
    
java/gadgets/src/main/java/org/apache/shindig/gadgets/oauth/OAuthRequest.java


Index:  
java/gadgets/src/main/java/org/apache/shindig/gadgets/oauth/OAuthRequest.java
===================================================================
---  
java/gadgets/src/main/java/org/apache/shindig/gadgets/oauth/OAuthRequest.java	 
(revision 941131)
+++  
java/gadgets/src/main/java/org/apache/shindig/gadgets/oauth/OAuthRequest.java	 
(working copy)
@@ -48,7 +48,6 @@

  import java.io.IOException;
  import java.util.ArrayList;
-import java.util.Iterator;
  import java.util.List;
  import java.util.Map;
  import java.util.Map.Entry;