public class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.glassfish.grizzly.http.util.HttpRequestURIDecoder
super_class: java.lang.Object
{
protected static final boolean ALLOW_BACKSLASH;
descriptor: Z
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final boolean COLLAPSE_ADJACENT_SLASHES;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.util.logging.Logger LOGGER;
descriptor: Ljava/util/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final int STATE_CHAR;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final int STATE_SLASH;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int STATE_PERCENT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private static final int STATE_SLASHDOT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3
private static final int STATE_SLASHDOTDOT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
private static volatile int[] $SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc "com.sun.enterprise.web.collapseAdjacentSlashes"
ldc "true"
invokestatic java.lang.System.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
invokestatic java.lang.Boolean.valueOf:(Ljava/lang/String;)Ljava/lang/Boolean;
invokevirtual java.lang.Boolean.booleanValue:()Z
putstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
1: ldc Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
invokestatic org.glassfish.grizzly.Grizzly.logger:(Ljava/lang/Class;)Ljava/util/logging/Logger;
putstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
2: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
public static void decode(org.glassfish.grizzly.http.util.MessageBytes, org.glassfish.grizzly.http.util.UDecoder);
descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;Lorg/glassfish/grizzly/http/util/UDecoder;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
aconst_null
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.decode:(Lorg/glassfish/grizzly/http/util/MessageBytes;Lorg/glassfish/grizzly/http/util/UDecoder;Ljava/lang/String;Lorg/glassfish/grizzly/http/util/B2CConverter;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 decodedURI Lorg/glassfish/grizzly/http/util/MessageBytes;
0 2 1 urlDecoder Lorg/glassfish/grizzly/http/util/UDecoder;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
decodedURI final
urlDecoder final
public static void decode(org.glassfish.grizzly.http.util.MessageBytes, org.glassfish.grizzly.http.util.UDecoder, java.lang.String, org.glassfish.grizzly.http.util.B2CConverter);
descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;Lorg/glassfish/grizzly/http/util/UDecoder;Ljava/lang/String;Lorg/glassfish/grizzly/http/util/B2CConverter;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
aload 0
iconst_0
invokevirtual org.glassfish.grizzly.http.util.UDecoder.convert:(Lorg/glassfish/grizzly/http/util/MessageBytes;Z)V
1: aload 0
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalize:(Lorg/glassfish/grizzly/http/util/MessageBytes;)Z
ifne 3
2: new java.io.IOException
dup
ldc "Invalid URI character encoding"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
aload 2
ifnonnull 5
4: ldc "utf-8"
astore 2
5: StackMap locals:
StackMap stack:
aload 0
aload 2
aload 3
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.convertURI:(Lorg/glassfish/grizzly/http/util/MessageBytes;Ljava/lang/String;Lorg/glassfish/grizzly/http/util/B2CConverter;)V
6: aload 0
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.checkNormalize:(Lorg/glassfish/grizzly/http/util/CharChunk;)Z
ifne 8
7: new java.io.IOException
dup
ldc "Invalid URI character encoding"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 decodedURI Lorg/glassfish/grizzly/http/util/MessageBytes;
0 9 1 urlDecoder Lorg/glassfish/grizzly/http/util/UDecoder;
0 9 2 encoding Ljava/lang/String;
0 9 3 b2cConverter Lorg/glassfish/grizzly/http/util/B2CConverter;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
decodedURI final
urlDecoder final
encoding
b2cConverter final
public static void decode(org.glassfish.grizzly.http.util.DataChunk);
descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
getstatic org.glassfish.grizzly.utils.Charsets.UTF8_CHARSET:Ljava/nio/charset/Charset;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.decode:(Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 decodedURI Lorg/glassfish/grizzly/http/util/DataChunk;
Exceptions:
throws java.io.CharConversionException
MethodParameters:
Name Flags
decodedURI final
public static void decode(org.glassfish.grizzly.http.util.DataChunk, boolean);
descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
getstatic org.glassfish.grizzly.utils.Charsets.UTF8_CHARSET:Ljava/nio/charset/Charset;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.decode:(Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 decodedURI Lorg/glassfish/grizzly/http/util/DataChunk;
0 2 1 isSlashAllowed Z
Exceptions:
throws java.io.CharConversionException
MethodParameters:
Name Flags
decodedURI final
isSlashAllowed final
public static void decode(org.glassfish.grizzly.http.util.DataChunk, boolean, java.nio.charset.Charset);
descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
iload 1
aload 2
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.decode:(Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 decodedURI Lorg/glassfish/grizzly/http/util/DataChunk;
0 2 1 isSlashAllowed Z
0 2 2 encoding Ljava/nio/charset/Charset;
Exceptions:
throws java.io.CharConversionException
MethodParameters:
Name Flags
decodedURI final
isSlashAllowed final
encoding final
public static void decode(org.glassfish.grizzly.http.util.DataChunk, org.glassfish.grizzly.http.util.DataChunk, boolean, java.nio.charset.Charset);
descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
invokestatic org.glassfish.grizzly.http.util.URLDecoder.decode:(Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/util/DataChunk;Z)V
1: aload 1
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalize:(Lorg/glassfish/grizzly/http/util/DataChunk;)Z
ifne 3
2: new java.io.CharConversionException
dup
ldc "Invalid URI character encoding"
invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
aload 1
aload 3
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.convertToChars:(Lorg/glassfish/grizzly/http/util/DataChunk;Ljava/nio/charset/Charset;)V
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 originalURI Lorg/glassfish/grizzly/http/util/DataChunk;
0 5 1 targetDecodedURI Lorg/glassfish/grizzly/http/util/DataChunk;
0 5 2 isSlashAllowed Z
0 5 3 encoding Ljava/nio/charset/Charset;
Exceptions:
throws java.io.CharConversionException
MethodParameters:
Name Flags
originalURI final
targetDecodedURI final
isSlashAllowed final
encoding final
public static void convertToChars(org.glassfish.grizzly.http.util.DataChunk, java.nio.charset.Charset);
descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;Ljava/nio/charset/Charset;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: getstatic org.glassfish.grizzly.utils.Charsets.UTF8_CHARSET:Ljava/nio/charset/Charset;
astore 1
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.glassfish.grizzly.http.util.DataChunk.toChars:(Ljava/nio/charset/Charset;)V
3: aload 0
invokevirtual org.glassfish.grizzly.http.util.DataChunk.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.checkNormalize:(Lorg/glassfish/grizzly/http/util/CharChunk;)Z
ifne 5
4: new java.io.CharConversionException
dup
ldc "Invalid URI character encoding"
invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 decodedURI Lorg/glassfish/grizzly/http/util/DataChunk;
0 6 1 encoding Ljava/nio/charset/Charset;
Exceptions:
throws java.io.CharConversionException
MethodParameters:
Name Flags
decodedURI final
encoding
private static void convertURI(org.glassfish.grizzly.http.util.MessageBytes, java.lang.String, org.glassfish.grizzly.http.util.B2CConverter);
descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;Ljava/lang/String;Lorg/glassfish/grizzly/http/util/B2CConverter;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=9, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
astore 3
start local 3 1: aload 0
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
astore 4
start local 4 2: aload 4
aload 3
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
iconst_m1
invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
3: aload 1
ifnull 16
aload 1
invokevirtual java.lang.String.trim:()Ljava/lang/String;
invokevirtual java.lang.String.length:()I
ifeq 16
ldc "ISO-8859-1"
aload 1
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 16
4: aload 2
ifnonnull 9
5: new org.glassfish.grizzly.http.util.B2CConverter
dup
aload 1
invokespecial org.glassfish.grizzly.http.util.B2CConverter.<init>:(Ljava/lang/String;)V
astore 2
6: goto 9
StackMap locals: org.glassfish.grizzly.http.util.MessageBytes java.lang.String org.glassfish.grizzly.http.util.B2CConverter org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk
StackMap stack: java.io.IOException
7: pop
8: getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
ldc "Invalid URI encoding; using HTTP default"
invokevirtual java.util.logging.Logger.severe:(Ljava/lang/String;)V
9: StackMap locals:
StackMap stack:
aload 2
ifnull 16
10: aload 2
aload 3
aload 4
invokevirtual org.glassfish.grizzly.http.util.B2CConverter.convert:(Lorg/glassfish/grizzly/http/util/ByteChunk;Lorg/glassfish/grizzly/http/util/CharChunk;)V
11: aload 0
aload 4
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
aload 4
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
aload 4
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.setChars:([CII)V
12: return
13: StackMap locals:
StackMap stack: java.io.IOException
pop
14: getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
ldc "Invalid URI character encoding; trying ascii"
invokevirtual java.util.logging.Logger.severe:(Ljava/lang/String;)V
15: aload 4
invokevirtual org.glassfish.grizzly.http.util.CharChunk.recycle:()V
16: StackMap locals:
StackMap stack:
aload 3
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
astore 5
start local 5 17: aload 4
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
astore 6
start local 6 18: aload 3
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
istore 7
start local 7 19: iconst_0
istore 8
start local 8 20: goto 23
21: StackMap locals: org.glassfish.grizzly.http.util.MessageBytes java.lang.String org.glassfish.grizzly.http.util.B2CConverter org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk byte[] char[] int int
StackMap stack:
aload 6
iload 8
aload 5
iload 8
iload 7
iadd
baload
sipush 255
iand
i2c
castore
22: iinc 8 1
StackMap locals:
StackMap stack:
23: iload 8
aload 3
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
if_icmplt 21
end local 8 24: aload 0
aload 6
iconst_0
aload 3
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.setChars:([CII)V
25: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 uri Lorg/glassfish/grizzly/http/util/MessageBytes;
0 26 1 encoding Ljava/lang/String;
0 26 2 b2cConverter Lorg/glassfish/grizzly/http/util/B2CConverter;
1 26 3 bc Lorg/glassfish/grizzly/http/util/ByteChunk;
2 26 4 cc Lorg/glassfish/grizzly/http/util/CharChunk;
17 26 5 bbuf [B
18 26 6 cbuf [C
19 26 7 start I
20 24 8 i I
Exception table:
from to target type
4 6 7 Class java.io.IOException
10 12 13 Class java.io.IOException
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
uri final
encoding final
b2cConverter
public static boolean normalize(org.glassfish.grizzly.http.util.MessageBytes);
descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getType:()I
istore 1
start local 1 1: iload 1
iconst_3
if_icmpne 3
2: aload 0
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeChars:(Lorg/glassfish/grizzly/http/util/CharChunk;)Z
ireturn
3: StackMap locals: int
StackMap stack:
aload 0
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeBytes:(Lorg/glassfish/grizzly/http/util/ByteChunk;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 uriMB Lorg/glassfish/grizzly/http/util/MessageBytes;
1 4 1 type I
MethodParameters:
Name Flags
uriMB
public static boolean normalize(org.glassfish.grizzly.http.util.DataChunk);
descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.$SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type:()[I
aload 0
invokevirtual org.glassfish.grizzly.http.util.DataChunk.getType:()Lorg/glassfish/grizzly/http/util/DataChunk$Type;
invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
iaload
tableswitch { // 2 - 5
2: 1
3: 2
4: 7
5: 3
default: 8
}
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.glassfish.grizzly.http.util.DataChunk.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeBytes:(Lorg/glassfish/grizzly/http/util/ByteChunk;)Z
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.glassfish.grizzly.http.util.DataChunk.getBufferChunk:()Lorg/glassfish/grizzly/http/util/BufferChunk;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeBuffer:(Lorg/glassfish/grizzly/http/util/BufferChunk;)Z
ireturn
3: StackMap locals:
StackMap stack:
aload 0
aconst_null
invokevirtual org.glassfish.grizzly.http.util.DataChunk.toChars:(Ljava/nio/charset/Charset;)V
4: goto 7
StackMap locals:
StackMap stack: java.io.CharConversionException
5: astore 1
start local 1 6: new java.lang.IllegalStateException
dup
ldc "Unexpected exception"
aload 1
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 1 7: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.glassfish.grizzly.http.util.DataChunk.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeChars:(Lorg/glassfish/grizzly/http/util/CharChunk;)Z
ireturn
8: StackMap locals:
StackMap stack:
new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 dataChunk Lorg/glassfish/grizzly/http/util/DataChunk;
6 7 1 unexpected Ljava/io/CharConversionException;
Exception table:
from to target type
3 4 5 Class java.io.CharConversionException
MethodParameters:
Name Flags
dataChunk final
public static boolean checkNormalize(org.glassfish.grizzly.http.util.CharChunk);
descriptor: (Lorg/glassfish/grizzly/http/util/CharChunk;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getChars:()[C
astore 1
start local 1 1: aload 0
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
istore 2
start local 2 2: aload 0
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
istore 3
start local 3 3: iload 2
istore 4
start local 4 4: goto 10
5: StackMap locals: org.glassfish.grizzly.http.util.CharChunk char[] int int int
StackMap stack:
aload 1
iload 4
caload
bipush 92
if_icmpne 7
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 1
iload 4
caload
ifne 9
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
iload 3
if_icmplt 5
11: getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
ifeq 18
12: iload 2
istore 4
goto 17
13: StackMap locals:
StackMap stack:
aload 1
iload 4
caload
bipush 47
if_icmpne 16
14: aload 1
iload 4
iconst_1
iadd
caload
bipush 47
if_icmpne 16
15: iconst_0
ireturn
16: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
17: iload 4
iload 3
iconst_1
isub
if_icmplt 13
18: StackMap locals:
StackMap stack:
iload 3
iload 2
isub
iconst_2
if_icmplt 21
aload 1
iload 3
iconst_1
isub
caload
bipush 46
if_icmpne 21
19: aload 1
iload 3
iconst_2
isub
caload
bipush 47
if_icmpeq 20
aload 1
iload 3
iconst_2
isub
caload
bipush 46
if_icmpne 21
aload 1
iload 3
iconst_3
isub
caload
bipush 47
if_icmpne 21
20: StackMap locals:
StackMap stack:
iconst_0
ireturn
21: StackMap locals:
StackMap stack:
aload 0
ldc "/./"
iconst_0
iconst_3
iconst_0
invokevirtual org.glassfish.grizzly.http.util.CharChunk.indexOf:(Ljava/lang/String;III)I
ifge 22
iconst_1
ireturn
StackMap locals:
StackMap stack:
22: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 uriCC Lorg/glassfish/grizzly/http/util/CharChunk;
1 23 1 c [C
2 23 2 start I
3 23 3 end I
4 23 4 pos I
MethodParameters:
Name Flags
uriCC final
public static boolean normalizeChars(org.glassfish.grizzly.http.util.CharChunk);
descriptor: (Lorg/glassfish/grizzly/http/util/CharChunk;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=7, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getChars:()[C
astore 1
start local 1 1: aload 0
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
istore 2
start local 2 2: aload 0
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
istore 3
start local 3 3: iload 3
iload 2
isub
iconst_1
if_icmpne 5
aload 1
iload 2
caload
bipush 42
if_icmpne 5
4: iconst_1
ireturn
5: StackMap locals: char[] int int
StackMap stack:
iload 2
istore 4
start local 4 6: goto 12
7: StackMap locals: int
StackMap stack:
aload 1
iload 4
caload
bipush 92
if_icmpne 9
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
aload 1
iload 4
caload
ifne 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
iload 3
if_icmplt 7
13: aload 1
iload 2
caload
bipush 47
if_icmpeq 15
14: iconst_0
ireturn
15: StackMap locals:
StackMap stack:
getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
ifeq 24
16: iload 2
istore 4
goto 23
17: StackMap locals:
StackMap stack:
aload 1
iload 4
caload
bipush 47
if_icmpne 22
18: goto 21
19: StackMap locals:
StackMap stack:
aload 1
iload 4
iload 4
iconst_1
iadd
iload 3
iload 4
isub
iconst_1
isub
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.copyChars:([CIII)V
20: iinc 3 -1
21: StackMap locals:
StackMap stack:
iload 4
iconst_1
iadd
iload 3
if_icmpge 22
aload 1
iload 4
iconst_1
iadd
caload
bipush 47
if_icmpeq 19
22: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
23: iload 4
iload 3
iconst_1
isub
if_icmplt 17
24: StackMap locals:
StackMap stack:
iload 3
iload 2
isub
iconst_2
if_icmple 28
aload 1
iload 3
iconst_1
isub
caload
bipush 46
if_icmpne 28
25: aload 1
iload 3
iconst_2
isub
caload
bipush 47
if_icmpeq 26
aload 1
iload 3
iconst_2
isub
caload
bipush 46
if_icmpne 28
aload 1
iload 3
iconst_3
isub
caload
bipush 47
if_icmpne 28
26: StackMap locals:
StackMap stack:
aload 1
iload 3
bipush 47
castore
27: iinc 3 1
28: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
29: iconst_0
istore 5
start local 5 30: StackMap locals: int
StackMap stack:
aload 0
ldc "/./"
iconst_0
iconst_3
iload 5
invokevirtual org.glassfish.grizzly.http.util.CharChunk.indexOf:(Ljava/lang/String;III)I
istore 5
31: iload 5
ifge 33
32: goto 37
33: StackMap locals:
StackMap stack:
aload 1
iload 2
iload 5
iadd
iload 2
iload 5
iadd
iconst_2
iadd
iload 3
iload 2
isub
iload 5
isub
iconst_2
isub
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.copyChars:([CIII)V
34: iinc 3 -2
35: aload 0
iload 3
invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
36: goto 30
37: StackMap locals:
StackMap stack:
iconst_0
istore 5
38: StackMap locals:
StackMap stack:
aload 0
ldc "/../"
iconst_0
iconst_4
iload 5
invokevirtual org.glassfish.grizzly.http.util.CharChunk.indexOf:(Ljava/lang/String;III)I
istore 5
39: iload 5
ifge 41
40: goto 54
41: StackMap locals:
StackMap stack:
iload 5
ifne 43
42: iconst_0
ireturn
43: StackMap locals:
StackMap stack:
iconst_m1
istore 6
start local 6 44: iload 2
iload 5
iadd
iconst_1
isub
istore 4
goto 48
45: StackMap locals: int
StackMap stack:
aload 1
iload 4
caload
bipush 47
if_icmpne 47
46: iload 4
istore 6
47: StackMap locals:
StackMap stack:
iinc 4 -1
StackMap locals:
StackMap stack:
48: iload 4
iflt 49
iload 6
iflt 45
49: StackMap locals:
StackMap stack:
aload 1
iload 2
iload 6
iadd
iload 2
iload 5
iadd
iconst_3
iadd
iload 3
iload 2
isub
iload 5
isub
iconst_3
isub
invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.copyChars:([CIII)V
50: iload 3
iload 6
iadd
iload 5
isub
iconst_3
isub
istore 3
51: aload 0
iload 3
invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
52: iload 6
istore 5
end local 6 53: goto 38
54: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
iload 3
invokevirtual org.glassfish.grizzly.http.util.CharChunk.setChars:([CII)V
55: iconst_1
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 56 0 uriCC Lorg/glassfish/grizzly/http/util/CharChunk;
1 56 1 c [C
2 56 2 start I
3 56 3 end I
6 56 4 pos I
30 56 5 index I
44 53 6 index2 I
MethodParameters:
Name Flags
uriCC final
protected static void copyBytes(byte[], int, int, int);
descriptor: ([BIII)V
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 2
aload 0
iload 1
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 b [B
0 2 1 dest I
0 2 2 src I
0 2 3 len I
MethodParameters:
Name Flags
b
dest
src
len
private static void copyChars(char[], int, int, int);
descriptor: ([CIII)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 2
aload 0
iload 1
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 c [C
0 2 1 dest I
0 2 2 src I
0 2 3 len I
MethodParameters:
Name Flags
c
dest
src
len
protected void log(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
aload 1
invokevirtual java.util.logging.Logger.info:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
0 2 1 message Ljava/lang/String;
MethodParameters:
Name Flags
message
protected void log(java.lang.String, java.lang.Throwable);
descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
aload 1
aload 2
invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
0 2 1 message Ljava/lang/String;
0 2 2 throwable Ljava/lang/Throwable;
MethodParameters:
Name Flags
message
throwable
protected void convertMB(org.glassfish.grizzly.http.util.MessageBytes);
descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=8, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getType:()I
iconst_2
if_icmpeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 1
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
astore 2
start local 2 3: aload 1
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
astore 3
start local 3 4: aload 3
aload 2
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
iconst_m1
invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
5: aload 2
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
astore 4
start local 4 6: aload 3
invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
astore 5
start local 5 7: aload 2
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
istore 6
start local 6 8: iconst_0
istore 7
start local 7 9: goto 12
10: StackMap locals: org.glassfish.grizzly.http.util.HttpRequestURIDecoder org.glassfish.grizzly.http.util.MessageBytes org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk byte[] char[] int int
StackMap stack:
aload 5
iload 7
aload 4
iload 7
iload 6
iadd
baload
sipush 255
iand
i2c
castore
11: iinc 7 1
StackMap locals:
StackMap stack:
12: iload 7
aload 2
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
if_icmplt 10
end local 7 13: aload 1
aload 5
iconst_0
aload 2
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
invokevirtual org.glassfish.grizzly.http.util.MessageBytes.setChars:([CII)V
14: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
0 15 1 mb Lorg/glassfish/grizzly/http/util/MessageBytes;
3 15 2 bc Lorg/glassfish/grizzly/http/util/ByteChunk;
4 15 3 cc Lorg/glassfish/grizzly/http/util/CharChunk;
6 15 4 bbuf [B
7 15 5 cbuf [C
8 15 6 start I
9 13 7 i I
MethodParameters:
Name Flags
mb
public static boolean normalizeBytes(org.glassfish.grizzly.http.util.ByteChunk);
descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=10, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBytes:()[B
astore 1
start local 1 1: aload 0
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
istore 2
start local 2 2: aload 0
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getEnd:()I
istore 3
start local 3 3: iload 2
iload 3
if_icmpne 5
4: iconst_0
ireturn
5: StackMap locals: byte[] int int
StackMap stack:
iload 3
iload 2
isub
iconst_1
if_icmpne 7
aload 1
iload 2
baload
bipush 42
if_icmpne 7
6: iconst_1
ireturn
7: StackMap locals:
StackMap stack:
iload 3
iload 2
isub
iconst_2
if_icmple 11
aload 1
iload 3
iconst_1
isub
baload
bipush 46
if_icmpne 11
8: aload 1
iload 3
iconst_2
isub
baload
bipush 47
if_icmpeq 9
aload 1
iload 3
iconst_2
isub
baload
bipush 46
if_icmpne 11
aload 1
iload 3
iconst_3
isub
baload
bipush 47
if_icmpne 11
9: StackMap locals:
StackMap stack:
aload 1
iload 3
bipush 47
bastore
10: iinc 3 1
11: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 12: iload 2
istore 5
start local 5 13: iconst_m1
istore 6
start local 6 14: iconst_m1
istore 7
start local 7 15: iload 2
istore 8
start local 8 16: goto 67
17: StackMap locals: org.glassfish.grizzly.http.util.ByteChunk byte[] int int int int int int int
StackMap stack:
aload 1
iload 8
baload
ifne 19
18: iconst_0
ireturn
19: StackMap locals:
StackMap stack:
aload 1
iload 8
baload
bipush 92
if_icmpne 21
20: iconst_0
ireturn
21: StackMap locals:
StackMap stack:
aload 1
iload 8
baload
bipush 47
if_icmpne 52
22: iload 4
ifne 29
23: iconst_1
istore 4
24: aload 1
iload 5
aload 1
iload 8
baload
bastore
25: iload 6
istore 7
26: iload 5
istore 6
27: iinc 5 1
28: goto 66
StackMap locals:
StackMap stack:
29: iload 4
iconst_1
if_icmpne 33
30: getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
ifne 66
31: iinc 5 1
32: goto 66
StackMap locals:
StackMap stack:
33: iload 4
iconst_3
if_icmpne 36
34: iinc 5 -1
35: goto 66
StackMap locals:
StackMap stack:
36: iload 4
iconst_4
if_icmpne 66
37: iload 7
iconst_m1
if_icmpne 39
38: iconst_0
ireturn
39: StackMap locals:
StackMap stack:
iload 7
istore 6
40: iload 7
istore 5
41: iconst_m1
istore 7
42: iload 6
iconst_1
isub
istore 9
start local 9 43: goto 48
44: StackMap locals: int
StackMap stack:
aload 1
iload 9
baload
bipush 47
if_icmpne 47
45: iload 9
istore 7
46: goto 49
47: StackMap locals:
StackMap stack:
iinc 9 -1
StackMap locals:
StackMap stack:
48: iload 9
iload 2
if_icmpge 44
end local 9 49: StackMap locals:
StackMap stack:
iconst_1
istore 4
50: aload 1
iload 5
iinc 5 1
aload 1
iload 8
baload
bastore
51: goto 66
StackMap locals:
StackMap stack:
52: aload 1
iload 8
baload
bipush 46
if_icmpne 64
53: iload 4
ifne 56
54: aload 1
iload 5
iinc 5 1
aload 1
iload 8
baload
bastore
55: goto 66
StackMap locals:
StackMap stack:
56: iload 4
iconst_1
if_icmpne 60
57: iconst_3
istore 4
58: aload 1
iload 5
iinc 5 1
aload 1
iload 8
baload
bastore
59: goto 66
StackMap locals:
StackMap stack:
60: iload 4
iconst_3
if_icmpne 66
61: iconst_4
istore 4
62: aload 1
iload 5
iinc 5 1
aload 1
iload 8
baload
bastore
63: goto 66
64: StackMap locals:
StackMap stack:
iconst_0
istore 4
65: aload 1
iload 5
iinc 5 1
aload 1
iload 8
baload
bastore
66: StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
67: iload 8
iload 3
if_icmplt 17
end local 8 68: aload 0
iload 5
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.setEnd:(I)V
69: iconst_1
ireturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 70 0 bc Lorg/glassfish/grizzly/http/util/ByteChunk;
1 70 1 bs [B
2 70 2 start I
3 70 3 end I
12 70 4 state I
13 70 5 srcPos I
14 70 6 lastSlash I
15 70 7 parentSlash I
16 68 8 pos I
43 49 9 i I
MethodParameters:
Name Flags
bc final
public static boolean normalizeBuffer(org.glassfish.grizzly.http.util.BufferChunk);
descriptor: (Lorg/glassfish/grizzly/http/util/BufferChunk;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=11, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getBuffer:()Lorg/glassfish/grizzly/Buffer;
astore 1
start local 1 1: aload 0
invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getStart:()I
istore 2
start local 2 2: aload 0
invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getEnd:()I
istore 3
start local 3 3: iload 2
iload 3
if_icmpne 5
4: iconst_0
ireturn
5: StackMap locals: org.glassfish.grizzly.Buffer int int
StackMap stack:
iload 3
iload 2
isub
iconst_1
if_icmpne 7
aload 1
iload 2
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 42
if_icmpne 7
6: iconst_1
ireturn
7: StackMap locals:
StackMap stack:
iload 3
iload 2
isub
iconst_2
if_icmple 12
aload 1
iload 3
iconst_1
isub
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 46
if_icmpne 12
8: aload 1
iload 3
iconst_2
isub
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
istore 4
start local 4 9: iload 4
bipush 47
if_icmpeq 10
iload 4
bipush 46
if_icmpne 12
aload 1
iload 3
iconst_3
isub
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 47
if_icmpne 12
10: StackMap locals: int
StackMap stack:
aload 1
iload 3
bipush 47
invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
pop
11: iinc 3 1
end local 4 12: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 13: iload 2
istore 5
start local 5 14: iconst_m1
istore 6
start local 6 15: iconst_m1
istore 7
start local 7 16: iload 2
istore 8
start local 8 17: goto 69
18: StackMap locals: org.glassfish.grizzly.http.util.BufferChunk org.glassfish.grizzly.Buffer int int int int int int int
StackMap stack:
aload 1
iload 8
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
istore 9
start local 9 19: iload 9
ifne 21
20: iconst_0
ireturn
21: StackMap locals: int
StackMap stack:
iload 9
bipush 92
if_icmpne 23
22: iconst_0
ireturn
23: StackMap locals:
StackMap stack:
iload 9
bipush 47
if_icmpne 54
24: iload 4
ifne 31
25: iconst_1
istore 4
26: aload 1
iload 5
iload 9
invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
pop
27: iload 6
istore 7
28: iload 5
istore 6
29: iinc 5 1
30: goto 68
StackMap locals:
StackMap stack:
31: iload 4
iconst_1
if_icmpne 35
32: getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
ifne 68
33: iinc 5 1
34: goto 68
StackMap locals:
StackMap stack:
35: iload 4
iconst_3
if_icmpne 38
36: iinc 5 -1
37: goto 68
StackMap locals:
StackMap stack:
38: iload 4
iconst_4
if_icmpne 68
39: iload 7
iconst_m1
if_icmpne 41
40: iconst_0
ireturn
41: StackMap locals:
StackMap stack:
iload 7
istore 6
42: iload 7
istore 5
43: iconst_m1
istore 7
44: iload 6
iconst_1
isub
istore 10
start local 10 45: goto 50
46: StackMap locals: int
StackMap stack:
aload 1
iload 10
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 47
if_icmpne 49
47: iload 10
istore 7
48: goto 51
49: StackMap locals:
StackMap stack:
iinc 10 -1
StackMap locals:
StackMap stack:
50: iload 10
iload 2
if_icmpge 46
end local 10 51: StackMap locals:
StackMap stack:
iconst_1
istore 4
52: aload 1
iload 5
iinc 5 1
iload 9
invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
pop
53: goto 68
StackMap locals:
StackMap stack:
54: iload 9
bipush 46
if_icmpne 66
55: iload 4
ifne 58
56: aload 1
iload 5
iinc 5 1
iload 9
invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
pop
57: goto 68
StackMap locals:
StackMap stack:
58: iload 4
iconst_1
if_icmpne 62
59: iconst_3
istore 4
60: aload 1
iload 5
iinc 5 1
iload 9
invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
pop
61: goto 68
StackMap locals:
StackMap stack:
62: iload 4
iconst_3
if_icmpne 68
63: iconst_4
istore 4
64: aload 1
iload 5
iinc 5 1
iload 9
invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
pop
65: goto 68
66: StackMap locals:
StackMap stack:
iconst_0
istore 4
67: aload 1
iload 5
iinc 5 1
iload 9
invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
pop
end local 9 68: StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
69: iload 8
iload 3
if_icmplt 18
end local 8 70: aload 0
iload 5
invokevirtual org.glassfish.grizzly.http.util.BufferChunk.setEnd:(I)V
71: iconst_1
ireturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 72 0 bc Lorg/glassfish/grizzly/http/util/BufferChunk;
1 72 1 bs Lorg/glassfish/grizzly/Buffer;
2 72 2 start I
3 72 3 end I
9 12 4 b B
13 72 4 state I
14 72 5 srcPos I
15 72 6 lastSlash I
16 72 7 parentSlash I
17 70 8 pos I
19 68 9 b B
45 51 10 i I
MethodParameters:
Name Flags
bc final
static int[] $SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.$SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic org.glassfish.grizzly.http.util.DataChunk$Type.values:()[Lorg/glassfish/grizzly/http/util/DataChunk$Type;
arraylength
newarray 10
astore 0
2: aload 0
getstatic org.glassfish.grizzly.http.util.DataChunk$Type.Buffer:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
iconst_3
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic org.glassfish.grizzly.http.util.DataChunk$Type.Bytes:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
iconst_2
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
getstatic org.glassfish.grizzly.http.util.DataChunk$Type.Chars:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
iconst_4
iastore
9: goto 11
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
10: pop
StackMap locals:
StackMap stack:
11: aload 0
getstatic org.glassfish.grizzly.http.util.DataChunk$Type.None:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
iconst_1
iastore
12: goto 14
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
13: pop
StackMap locals:
StackMap stack:
14: aload 0
getstatic org.glassfish.grizzly.http.util.DataChunk$Type.String:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
iconst_5
iastore
15: goto 17
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
16: pop
StackMap locals:
StackMap stack:
17: aload 0
dup
putstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.$SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
8 9 10 Class java.lang.NoSuchFieldError
11 12 13 Class java.lang.NoSuchFieldError
14 15 16 Class java.lang.NoSuchFieldError
}
SourceFile: "HttpRequestURIDecoder.java"
InnerClasses:
public final Type = org.glassfish.grizzly.http.util.DataChunk$Type of org.glassfish.grizzly.http.util.DataChunk