The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
Bugs | 4 | FIXME |
Code Work | 10 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 4
org.opensocial.explorer.server.config.OSEContainerConfig | Line |
---|---|
Shindig should allow me to do this by injecting my own BlobCrypter. Instead BlobCrypterSecurityTokenCodec is tightly coupled to BasicBlobCrypter and BasicBlobCrypter relies on BlobCrypterSecurityTokenCodec giving it a key when it is contructed. | 54 |
org.opensocial.explorer.server.openid.OpenIDServlet | Line |
Don't hardcode this. | 65 |
org.opensocial.explorer.server.security.OSEAuthConfigContributor | Line |
Shindig doesn't like feeding AnonymousSecurityTokens to the BlobCrypterSecurityTokenCodec, so I fake it out by setting the authentication mode to something other than UNAUTHENTICATED. Shindig needs to be fixed to remove the tight coupling between codecs and token implementations. | 45 |
org.opensocial.explorer.server.security.OSESecurityTokenCodec | Line |
This is so gross that I have to do this. Shindig needs to be fixed so I can consistently get the container from tokenParameters. | 61 |
Number of occurrences found in the code: 10
org.opensocial.explorer.server.oauth2.OSEInMemoryCache | Line |
---|---|
Remove this once we get the proper visibility in MapCache | 51 |
Remove this once we get the proper visibility in MapCache | 58 |
org.opensocial.explorer.server.oauth2.OSEOAuth2Persister | Line |
Remove this once we have the proper visibility in JSONOAuth2Persister This code came from org.apache.shindig.gadgets.oauth2.persistence.sample.JSONOAuth2Persister.loadClients Needed to copy the entire method because we cannot override loadGadgetBindings in Shindig 2.5.0 | 121 |
Override this once we have the proper visibility in JSONOAuth2Persister | 234 |
Remove this once we have the proper visibility in JSONOAuth2Persister This code came from org.apache.shindig.gadgets.oauth2.persistence.sample.JSONOAuth2Persister.loadClients Needed to copy the entire method because we cannot override loadGadgetBindings in Shindig 2.5.0 | 262 |
org.opensocial.explorer.server.openid.OpenIDConsumerTest | Line |
this should return a list of what? | 191 |
this should return a list of what? | 208 |
this should return a list of what? | 228 |
this should return a list of what? | 248 |
this should return a list of what? | 269 |