Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. String[] parts = UrlUtils.breakUri(req.getRemoteUri(), URL_POST);
  2. if (parts == null) {
  3. // Do code to show an archive or whatever you want when the * part is missing
  4. }
  5. else {
  6. // parts[0] will have what you want.
  7. }
Add Comment
Please, Sign In to add comment